Merge pull request #6972 from yoff/python/promote-redos

Python: Promote ReDoS queries
This commit is contained in:
Taus
2021-11-23 14:02:09 +01:00
committed by GitHub
10 changed files with 5 additions and 2 deletions

View 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.

View File

@@ -1 +1 @@
experimental/Security/CWE-730/PolynomialReDoS.ql
Security/CWE-730/PolynomialReDoS.ql

View File

@@ -1 +1 @@
experimental/Security/CWE-730/ReDoS.ql
Security/CWE-730/ReDoS.ql