mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Autoformat
This commit is contained in:
@@ -61,8 +61,8 @@ class PamStartToAuthenticateConfig extends TaintTracking::Configuration {
|
||||
}
|
||||
|
||||
from
|
||||
PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig, DataFlow::Node source,
|
||||
DataFlow::Node sink
|
||||
PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig,
|
||||
DataFlow::Node source, DataFlow::Node sink
|
||||
where
|
||||
not isInTestFile(source.asExpr()) and
|
||||
(authConfig.hasFlow(source, sink) and not acctMgmtConfig.hasFlow(source, _))
|
||||
|
||||
Reference in New Issue
Block a user