Skip to content

Commit cea909f

Browse files
committed
Autoformat
1 parent 8b32eaf commit cea909f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ql/src/experimental/CWE-285/PamAuthBypass.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class PamStartToAuthenticateConfig extends TaintTracking::Configuration {
6161
}
6262

6363
from
64-
PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig, DataFlow::Node source,
65-
DataFlow::Node sink
64+
PamStartToAcctMgmtConfig acctMgmtConfig, PamStartToAuthenticateConfig authConfig,
65+
DataFlow::Node source, DataFlow::Node sink
6666
where
6767
not isInTestFile(source.asExpr()) and
6868
(authConfig.hasFlow(source, sink) and not acctMgmtConfig.hasFlow(source, _))

0 commit comments

Comments
 (0)