Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix warning message associated with fread in get_ld_proxies() #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattlee821
Copy link

previously the shell command was passed to the input argument of fread() leading to a warning message (example below). I have specified the cmd argument now.

example warning:

Taking input= as a system command ('gunzip -c /tmp/Rtmpr3kjvl/file5bb174ba8791.targets.ld.gz') and a variable has been used in the expression passed to input=. Please use fread(cmd=...). There is a security concern if you are creating an app, and the app could have a malicious user, and the app is not running in a secure environment; e.g. the app is running as root. Please read item 5 in the NEWS file for v1.11.6 for more information and for the option to suppress this message.

previously the shell command was passed to the `input` argument of `fread()` leading to a warning message (example below). I have specified the `cmd` argument now.  

example warning:

Taking input= as a system command ('gunzip -c /tmp/Rtmpr3kjvl/file5bb174ba8791.targets.ld.gz') and a variable has been used in the expression passed to `input=`. Please use fread(cmd=...). There is a security concern if you are creating an app, and the app could have a malicious user, and the app is not running in a secure environment; e.g. the app is running as root. Please read item 5 in the NEWS file for v1.11.6 for more information and for the option to suppress this message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant