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 25a4fc3 commit 938ed94Copy full SHA for 938ed94
ruby/ql/lib/codeql/ruby/security/regexp/PolynomialReDoSQuery.qll
@@ -24,6 +24,8 @@ private module PolynomialReDoSConfig implements DataFlow::ConfigSig {
24
predicate observeDiffInformedIncrementalMode() { none() }
25
26
Location getASelectedSinkLocation(DataFlow::Node sink) {
27
+ result = sink.(Sink).getLocation()
28
+ or
29
result = sink.(Sink).getHighlight().getLocation()
30
or
31
result = sink.(Sink).getRegExp().getRootTerm().getLocation()
0 commit comments