Added test case for unescape.

This commit is contained in:
Napalys
2025-03-13 13:03:15 +01:00
parent 40903a9643
commit de5c7efd63
4 changed files with 21 additions and 1 deletions

View File

@@ -494,7 +494,7 @@ module TaintTracking {
succ = c and
c =
DataFlow::globalVarRef([
"encodeURI", "decodeURI", "encodeURIComponent", "decodeURIComponent"
"encodeURI", "decodeURI", "encodeURIComponent", "decodeURIComponent", "unescape"
]).getACall() and
pred = c.getArgument(0)
)