Skip to content

Commit 7f3f338

Browse files
RafaelGSSmikeestobmuenzenmeyer
authored
fix: include npm audit reference link (#7309)
* 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]>
1 parent 18af3db commit 7f3f338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ The [OpenSSF][] is leading several initiatives that can be very useful, especial
449449
[policy mechanism]: https://nodejs.org/api/permissions.html#policies
450450
[typosquatting]: https://en.wikipedia.org/wiki/Typosquatting
451451
[Mitigations for lockfile poisoning]: https://blog.ulisesgascon.com/lockfile-posioned
452-
[`npm ci`]: https://docs.npmjs.com/cli/commands/npm-ci
452+
[`npm-audit`]: https://docs.npmjs.com/cli/commands/npm-audit
453+
[`npm ci`]: https://docs.npmjs.com/cli/v8/commands/npm-ci
453454
[secure-heap documentation]: https://nodejs.org/dist/latest-v18.x/docs/api/cli.html#--secure-heapn
454455
[CVE-2022-21824]: https://www.cvedetails.com/cve/CVE-2022-21824/
455456
[CVE-2018-3721]: https://www.cvedetails.com/cve/CVE-2018-3721/

0 commit comments

Comments
 (0)