You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environ allows you to override settings as java system properties which in itself can come in very handy. But security wise it might not be the best idea. A non privileged user on a shared system can see for example all arguments that were given to a certain program. So if passwords are passed this way one can see all arguments with a simple ps command.
I suggest that at least the documentation is warning about this.
Environ can even add some regexes to the keywords so it can warn if something "passwordish" is passed as java system property.
The text was updated successfully, but these errors were encountered:
Environ allows you to override settings as java system properties which in itself can come in very handy. But security wise it might not be the best idea. A non privileged user on a shared system can see for example all arguments that were given to a certain program. So if passwords are passed this way one can see all arguments with a simple
ps
command.I suggest that at least the documentation is warning about this.
Environ can even add some regexes to the keywords so it can warn if something "passwordish" is passed as java system property.
The text was updated successfully, but these errors were encountered: