-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Password is readable from container, but not from parameter #426
Comments
Ok, try to send PR. |
I guess that's the way to do it. |
Please consider extensions from user-land. |
dg
added a commit
that referenced
this issue
Feb 28, 2023
dg
added a commit
that referenced
this issue
Feb 28, 2023
dg
added a commit
that referenced
this issue
Feb 28, 2023
dg
added a commit
that referenced
this issue
Feb 28, 2023
dg
added a commit
that referenced
this issue
Mar 2, 2023
dg
added a commit
that referenced
this issue
Mar 2, 2023
dg
added a commit
that referenced
this issue
Mar 2, 2023
dg
added a commit
that referenced
this issue
Mar 8, 2023
dg
added a commit
that referenced
this issue
Mar 9, 2023
dg
added a commit
that referenced
this issue
Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.7.5
Bug Description
In case of generated Nette Container with password in service (Nette Context) I can read password from source code but I think this password should be hidden (like in parameters):
Steps To Reproduce
See your callstack to Nette Context.
Expected Behavior
String parameter with can be hidden in source code.
Possible Solution
I think it can be solved by replacing string
'<password>'
or"<password>"
with real password from parameter.I can send PR if this suggestion make sense.
Thanks.
The text was updated successfully, but these errors were encountered: