We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990bc5e commit 6d8e2b2Copy full SHA for 6d8e2b2
python/ql/lib/semmle/python/security/dataflow/PolynomialReDoSQuery.qll
@@ -21,6 +21,8 @@ private module PolynomialReDoSConfig implements DataFlow::ConfigSig {
21
predicate observeDiffInformedIncrementalMode() { any() }
22
23
Location getASelectedSinkLocation(DataFlow::Node sink) {
24
+ result = sink.(Sink).getLocation()
25
+ or
26
result = sink.(Sink).getHighlight().getLocation()
27
or
28
result = sink.(Sink).getABacktrackingTerm().getLocation()
0 commit comments