mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Rename .qll to match our naming scheme for other dataflow queries.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* Provides a taint tracking configuration for reasoning about
|
||||
* polynomial regular expression denial-of-service attacks.
|
||||
* Provides a taint tracking configuration for reasoning about polynomial
|
||||
* regular expression denial-of-service attacks.
|
||||
*
|
||||
* Note, for performance reasons: only import this file if
|
||||
* `PolynomialReDoS::Configuration` is needed, otherwise
|
||||
* `PolynomialReDoSCustomizations` should be imported instead.
|
||||
* Note, for performance reasons: only import this file if `Configuration` is
|
||||
* needed. Otherwise, `PolynomialReDoSCustomizations` should be imported
|
||||
* instead.
|
||||
*/
|
||||
|
||||
private import codeql.ruby.DataFlow
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
import DataFlow::PathGraph
|
||||
import codeql.ruby.DataFlow
|
||||
import codeql.ruby.regexp.PolynomialReDoS
|
||||
import codeql.ruby.regexp.PolynomialReDoSQuery
|
||||
import codeql.ruby.regexp.SuperlinearBackTracking
|
||||
|
||||
from
|
||||
|
||||
Reference in New Issue
Block a user