Skip to content

Commit ef88b93

Browse files
author
substack
committedMar 22, 2022
security notice for additional prototype pollution issue
1 parent c2b9819 commit ef88b93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎readme.markdown

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz
3434
Previous versions had a prototype pollution bug that could cause privilege
3535
escalation in some circumstances when handling untrusted user input.
3636

37-
Please use version 1.2.3 or later: https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
37+
Please use version 1.2.6 or later:
38+
39+
* https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795 (version <=1.2.5)
40+
* https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 (version <=1.2.3)
3841

3942
# methods
4043

0 commit comments

Comments
 (0)
Please sign in to comment.