mirror of
https://github.com/github/codeql.git
synced 2026-03-01 21:34:50 +01:00
Python: Adjust alert text of py/pam-auth-bypass
This commit is contained in:
@@ -18,4 +18,5 @@ import semmle.python.security.dataflow.PamAuthorizationQuery
|
||||
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink,
|
||||
"This PAM authentication call may lead to an authorization bypass, since `pam_acct_mgmt` is not called afterwards."
|
||||
"This PAM authentication depends on a $@, and `pam_acct_mgmt` is not called afterwards.",
|
||||
source.getNode(), "user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user