Python: add change note

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-06-28 17:24:37 +02:00
parent 40ac91eecd
commit c7992f6c6e

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* Ported _Inefficient regular expression_ (`py/redos`) query from javascript.
* Ported _Polynomial regular expression used on uncontrolled data_ [`py/polynomial-redos`] query from javascript.