File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/queries/security/cwe-1333 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides a taint tracking configuration for reasoning about
3
- * polynomial regular expression denial-of-service attacks.
2
+ * Provides a taint tracking configuration for reasoning about polynomial
3
+ * regular expression denial-of-service attacks.
4
4
*
5
- * Note, for performance reasons: only import this file if
6
- * `PolynomialReDoS::Configuration` is needed, otherwise
7
- * `PolynomialReDoSCustomizations` should be imported instead.
5
+ * Note, for performance reasons: only import this file if `Configuration` is
6
+ * needed. Otherwise, `PolynomialReDoSCustomizations` should be imported
7
+ * instead.
8
8
*/
9
9
10
10
private import codeql.ruby.DataFlow
Original file line number Diff line number Diff line change 15
15
16
16
import DataFlow:: PathGraph
17
17
import codeql.ruby.DataFlow
18
- import codeql.ruby.regexp.PolynomialReDoS
18
+ import codeql.ruby.regexp.PolynomialReDoSQuery
19
19
import codeql.ruby.regexp.SuperlinearBackTracking
20
20
21
21
from
You can’t perform that action at this time.
0 commit comments