Swift: Change note.

This commit is contained in:
Geoffrey White
2023-06-23 16:08:54 +01:00
parent bf1254fdb7
commit ddd3e88256

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added new query "Inefficient regular expression" (`swift/redos`). This query finds regular expressions that require exponential time to match certain inputs and may make an application vulnerable to denial-of-service attacks.