mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Added test case for unescape.
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user