mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: bump vulnerable lodash version for prototype pollution
See https://github.com/lodash/lodash/pull/4336
This commit is contained in:
@@ -162,7 +162,7 @@ module PrototypePollution {
|
||||
version.maybeBefore("4.0.1")
|
||||
or
|
||||
id = "lodash" + any(string s) and
|
||||
version.maybeBefore("4.17.11")
|
||||
version.maybeBefore("4.17.12")
|
||||
or
|
||||
id = "merge" and
|
||||
version.maybeBefore("1.2.1")
|
||||
|
||||
Reference in New Issue
Block a user