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 11/**
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.
44 *
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.
88 */
99
1010private import codeql.ruby.DataFlow
Original file line number Diff line number Diff line change 1515
1616import DataFlow:: PathGraph
1717import codeql.ruby.DataFlow
18- import codeql.ruby.regexp.PolynomialReDoS
18+ import codeql.ruby.regexp.PolynomialReDoSQuery
1919import codeql.ruby.regexp.SuperlinearBackTracking
2020
2121from
You can’t perform that action at this time.
0 commit comments