Skip to content

Commit

Permalink
Add notes on security
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 24, 2019
1 parent f8bdbff commit 5db1b58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ in Node.
This lets you use ECMAScript Modules if the current version of Node does support
this flag, but *does not* support ES modules natively.

## Security

Use of `remark-usage` is unsafe because `main` and `example` are executed.
This could become dangerous if an attacker was able to inject code into those
files or their dependencies.

## Contribute

See [`contributing.md`][contributing] in [`remarkjs/.github`][health] for ways
Expand Down

0 comments on commit 5db1b58

Please sign in to comment.