Added support for matchAll in CWE-020 including new test cases

This commit is contained in:
Napalys
2024-11-05 08:51:24 +01:00
parent 7b870d30a4
commit ccee34d6d3
5 changed files with 37 additions and 3 deletions

View File

@@ -36,6 +36,8 @@ private module Impl implements
name = "replace"
or
name = "match" and exists(mcn.getAPropertyRead())
or
name = "matchAll" and exists(mcn.getAPropertyRead())
)
)
}