Skip to content

Commit ae0d82e

Browse files
committed
ATM: update predicate name
1 parent 880548b commit ae0d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/src/XssThroughDomATM.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import DataFlow::PathGraph
1919
import experimental.adaptivethreatmodeling.XssThroughDomATM
2020

2121
from AtmConfig cfg, DataFlow::PathNode source, DataFlow::PathNode sink, float score
22-
where cfg.getAlerts(source, sink, score)
22+
where cfg.hasBoostedFlowPath(source, sink, score)
2323
select sink.getNode(), source, sink,
2424
"(Experimental) $@ may be reinterpreted as HTML without escaping meta-characters. Identified using machine learning.",
2525
source.getNode(), "DOM text", score

0 commit comments

Comments
 (0)