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
During testing openvpn-auth-oauth2 I found that when in DEBUG mode it can put user password to logs.
Although this may not be major issue, this still the posibility that user send its "real" password when debgugging.
Expected Behavior
Password should be masked or (if we need to verify it) some kind of hash function (sha256?) should be applied.
Steps To Reproduce
1. set DEBUG logs for openvpn-auth-oauth2
2. client should be configured with
`<auth-user-pass>
dummy
dummy
</auth-user-pass>`
not with certificates
3. observe logs
Current Behavior
During testing openvpn-auth-oauth2 I found that when in DEBUG mode it can put user password to logs.
Although this may not be major issue, this still the posibility that user send its "real" password when debgugging.
Expected Behavior
Password should be masked or (if we need to verify it) some kind of hash function (sha256?) should be applied.
Steps To Reproduce
Environment
openvpn-auth-oauth2 logs
openvpn server logs
Anything else?
No response
Preflight Checklist
the FAQ, the existing issues or discussions.
The text was updated successfully, but these errors were encountered: