Python: Remove trailing newlines

These were causing the autoformatting check to fail. I'm not really sure
how these newlines got introduced. Possibly some editor option or
`git-commit` hook?
This commit is contained in:
Taus
2022-08-17 15:12:51 +00:00
parent 313dbc9120
commit 76de2f4203
6 changed files with 0 additions and 6 deletions

View File

@@ -34,4 +34,3 @@ from PossibleTimingAttackAgainstHash config, DataFlow::PathNode source, DataFlow
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Possible Timing attack against $@ validation.", source,
source.getNode()

View File

@@ -36,4 +36,3 @@ where
sink.getNode().(NonConstantTimeComparisonSink).includesUserInput()
select sink.getNode(), source, sink, "Timing attack against $@ validation.", source,
source.getNode()

View File

@@ -37,4 +37,3 @@ from ClientSuppliedSecretConfig config, DataFlow::PathNode source, DataFlow::Pat
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Timing attack against $@ validation.", source.getNode(),
"client-supplied token"

View File

@@ -31,4 +31,3 @@ from ClientSuppliedSecretConfig config, DataFlow::PathNode source, DataFlow::Pat
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Timing attack against $@ validation.", source.getNode(),
"client-supplied token"

View File

@@ -36,4 +36,3 @@ where
)
select sink.getNode(), source, sink, "Timing attack against $@ validation.", source.getNode(),
"client-supplied token"

View File

@@ -193,4 +193,3 @@ class UserInputInComparisonConfig extends TaintTracking2::Configuration {
)
}
}