mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 00:27:21 +02:00
docs: add tip about harmless vulnerabilities (#10535)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
0657e5806c
commit
e8545b5280
1 changed files with 6 additions and 0 deletions
|
@ -163,6 +163,12 @@ Then, in the directory containing `package.json`, run your package manager's ins
|
|||
npm install
|
||||
```
|
||||
|
||||
:::tip
|
||||
|
||||
`npm install` may report several vulnerabilities and recommend running `npm audit` to address them. Typically, these reported vulnerabilities, such as RegExp DOS vulnerabilities, are harmless and can be safely ignored. Also read this article, which reflects our thinking: [npm audit: Broken by Design](https://overreacted.io/npm-audit-broken-by-design/).
|
||||
|
||||
:::
|
||||
|
||||
To check that the update occurred successfully, run:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue