Skip to content

Commit

Permalink
security notice
Browse files Browse the repository at this point in the history
  • Loading branch information
substack committed Mar 11, 2020
1 parent 1043d21 commit 4cf1354
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz
beep: 'boop' }
```

# security

Previous versions had a prototype pollution bug that could cause privilege
escalation in some circumstances when handling untrusted user input.

Please use version 1.2.3 or later: https://snyk.io/vuln/SNYK-JS-MINIMIST-559764

# methods

``` js
Expand Down

0 comments on commit 4cf1354

Please sign in to comment.