Skip to content

Commit 4cf1354

Browse files
author
substack
committedMar 11, 2020
security notice
1 parent 1043d21 commit 4cf1354

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎readme.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz
2929
beep: 'boop' }
3030
```
3131

32+
# security
33+
34+
Previous versions had a prototype pollution bug that could cause privilege
35+
escalation in some circumstances when handling untrusted user input.
36+
37+
Please use version 1.2.3 or later: https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
38+
3239
# methods
3340

3441
``` js

0 commit comments

Comments
 (0)
Please sign in to comment.