Autoformat

This commit is contained in:
Chris Smowton
2022-05-31 11:14:00 +01:00
parent 8b32eaf05c
commit cea909f03e

View File

@@ -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, _))