Python: Fix broken select statement

Based on the alert description, "message" seemed like a suitable word to
use here.
This commit is contained in:
Taus
2022-08-17 17:09:18 +00:00
parent 76de2f4203
commit 3d17989107

View File

@@ -32,5 +32,5 @@ class PossibleTimingAttackAgainstHash extends TaintTracking::Configuration {
from PossibleTimingAttackAgainstHash config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Possible Timing attack against $@ validation.", source,
source.getNode()
select sink.getNode(), source, sink, "Possible Timing attack against $@ validation.",
source.getNode(), "message"