Skip to content

Commit 40f7e6f

Browse files
authored
Merge pull request #1540 from esben-semmle/js/bump-prototype-pollution-lodash
Approved by xiemaisi
2 parents 6cda33c + ecf367f commit 40f7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/PrototypePollution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module PrototypePollution {
162162
version.maybeBefore("4.0.1")
163163
or
164164
id = "lodash" + any(string s) and
165-
version.maybeBefore("4.17.11")
165+
version.maybeBefore("4.17.12")
166166
or
167167
id = "merge" and
168168
version.maybeBefore("1.2.1")

0 commit comments

Comments
 (0)