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
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.