Ruby: add change note for rb/regexp-injection

This commit is contained in:
Nick Rolfe
2021-10-29 11:28:34 +01:00
parent bd92403b42
commit fed0a06353

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* A new query (`rb/regexp-injection`) has been added. The query finds regular expressions constructed from user input, which could allow an attacker to perform a Regular Expression Denial of Service (ReDoS) attack.