Skip to content

Commit

Permalink
fix: include npm audit reference link (#7309)
Browse files Browse the repository at this point in the history
* fix: include npm audit reference link

* Update apps/site/pages/en/learn/getting-started/security-best-practices.md

Co-authored-by: Michael Esteban <[email protected]>
Signed-off-by: Rafael Gonzaga <[email protected]>

* Update apps/site/pages/en/learn/getting-started/security-best-practices.md

Signed-off-by: Brian Muenzenmeyer <[email protected]>

---------

Signed-off-by: Rafael Gonzaga <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Michael Esteban <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 18af3db commit 7f3f338
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ The [OpenSSF][] is leading several initiatives that can be very useful, especial
[policy mechanism]: https://nodejs.org/api/permissions.html#policies
[typosquatting]: https://en.wikipedia.org/wiki/Typosquatting
[Mitigations for lockfile poisoning]: https://blog.ulisesgascon.com/lockfile-posioned
[`npm ci`]: https://docs.npmjs.com/cli/commands/npm-ci
[`npm-audit`]: https://docs.npmjs.com/cli/commands/npm-audit
[`npm ci`]: https://docs.npmjs.com/cli/v8/commands/npm-ci
[secure-heap documentation]: https://nodejs.org/dist/latest-v18.x/docs/api/cli.html#--secure-heapn
[CVE-2022-21824]: https://www.cvedetails.com/cve/CVE-2022-21824/
[CVE-2018-3721]: https://www.cvedetails.com/cve/CVE-2018-3721/
Expand Down

0 comments on commit 7f3f338

Please sign in to comment.