Skip to content

Commit 2f4a181

Browse files
committed
JS: revert path sanitizers in proto pollution query
1 parent 0407975 commit 2f4a181

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class Configuration extends TaintTracking::Configuration {
5353
not replace.getRawReplacement().getStringValue() = ""
5454
)
5555
)
56-
or
57-
node = NodeJSLib::Path::moduleMember(["join", "relative", "resolve"]).getACall()
5856
}
5957

6058
override predicate isSanitizerEdge(

0 commit comments

Comments
 (0)