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 5f37de4 commit c16ac65Copy full SHA for c16ac65
javascript/ql/lib/semmle/javascript/security/regexp/PolynomialReDoSQuery.qll
@@ -29,6 +29,8 @@ module PolynomialReDoSConfig implements DataFlow::ConfigSig {
29
predicate observeDiffInformedIncrementalMode() { any() }
30
31
Location getASelectedSinkLocation(DataFlow::Node sink) {
32
+ result = sink.(Sink).getLocation()
33
+ or
34
result = sink.(Sink).getHighlight().getLocation()
35
or
36
result = sink.(Sink).getRegExp().getLocation()
0 commit comments