Skip to content

Commit ecf367f

Browse files
author
Esben Sparre Andreasen
committed
JS: bump vulnerable lodash version for prototype pollution
See lodash/lodash#4336
1 parent 01ce344 commit ecf367f

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)