Merge pull request #6175 from yoff/python-port-ReDoS

Python: port ReDoS queries from Javascript
This commit is contained in:
Taus
2021-06-30 16:26:07 +02:00
committed by GitHub
35 changed files with 4530 additions and 408 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* Added _Inefficient regular expression_ (`py/redos`) query, which is already available in JavaScript.
* Added _Polynomial regular expression used on uncontrolled data_ (`py/polynomial-redos`), which is already available in JavaScript.