Skip to content

Commit c250ba7

Browse files
committed
JS: Undo sanitization of path.normalize()
1 parent 9db63c3 commit c250ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/PrototypePollutingAssignmentQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Configuration extends TaintTracking::Configuration {
5454
)
5555
)
5656
or
57-
node = NodeJSLib::Path::moduleMember(["join", "normalize", "relative", "resolve"]).getACall()
57+
node = NodeJSLib::Path::moduleMember(["join", "relative", "resolve"]).getACall()
5858
}
5959

6060
override predicate isSanitizerEdge(

0 commit comments

Comments
 (0)