mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update PossibleTimingAttackAgainstSignature.ql
This commit is contained in:
@@ -52,4 +52,3 @@ from PossibleTimingAttackAgainstSignature config, DataFlow::PathNode source, Dat
|
||||
where config.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "Possible Timing attack against $@ validation.", source,
|
||||
source.getNode()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user