We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1043d21 commit 4cf1354Copy full SHA for 4cf1354
readme.markdown
@@ -29,6 +29,13 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz
29
beep: 'boop' }
30
```
31
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
39
# methods
40
41
``` js
0 commit comments