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
It's true, this code is printing a password, that's its job. it's a git credential.helper program.
This isn't "logging" a password, it's intentionally "printing" the password.
How does one tell CodeQL that this is intended behavior? Is the only real option to wait for #11427?
The help should say:
<p>
Be aware that the purpose of some programs is to print output.
Do not file tickets complaining about programs doing their jobs, it will not win you any warm fuzzies.
</p>
The text was updated successfully, but these errors were encountered:
codeql/go/ql/src/Security/CWE-312/CleartextLogging.qhelp
Lines 8 to 9 in 590e93d
https://github.com/check-spelling-sandbox/argo-cd/security/code-scanning/7
cmd/argocd-git-ask-pass/commands/argocd_git_ask_pass.go:49
It's true, this code is printing a password, that's its job. it's a git
credential.helper
program.This isn't "logging" a password, it's intentionally "printing" the password.
How does one tell CodeQL that this is intended behavior? Is the only real option to wait for #11427?
The help should say:
The text was updated successfully, but these errors were encountered: