mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Merge pull request #6972 from yoff/python/promote-redos
Python: Promote ReDoS queries
This commit is contained in:
3
python/change-notes/2021-10-28-promote-ReDoS-queries.md
Normal file
3
python/change-notes/2021-10-28-promote-ReDoS-queries.md
Normal file
@@ -0,0 +1,3 @@
|
||||
lgtm,codescanning
|
||||
* The query "Inefficient regular expression" (`py/redos`) has been promoted from experimental to the main query pack. Its results will now appear by default.
|
||||
* The query "Polynomial regular expression used on uncontrolled data" (`py/polynomial-redos`) has been promoted from experimental to the main query pack. Its results will now appear by default.
|
||||
@@ -1 +1 @@
|
||||
experimental/Security/CWE-730/PolynomialReDoS.ql
|
||||
Security/CWE-730/PolynomialReDoS.ql
|
||||
|
||||
@@ -1 +1 @@
|
||||
experimental/Security/CWE-730/ReDoS.ql
|
||||
Security/CWE-730/ReDoS.ql
|
||||
|
||||
Reference in New Issue
Block a user