Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b32eaf commit cea909fCopy full SHA for cea909f
1 file changed
go/ql/src/experimental/CWE-285/PamAuthBypass.ql
@@ -61,8 +61,8 @@ class PamStartToAuthenticateConfig extends TaintTracking::Configuration {
61
}
62
63
from
64
- PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig, DataFlow::Node source,
65
- DataFlow::Node sink
+ PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig,
+ DataFlow::Node source, DataFlow::Node sink
66
where
67
not isInTestFile(source.asExpr()) and
68
(authConfig.hasFlow(source, sink) and not acctMgmtConfig.hasFlow(source, _))
0 commit comments