Skip to content

Commit f295fdd

Browse files
authored
docs: extended security guide to include OpenSSF tooling (#5217)
1 parent 29947ba commit f295fdd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pages/en/docs/guides/security/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,13 @@ The use of experimental features in production isn't recommended.
410410
Experimental features can suffer breaking changes if needed, and their
411411
functionality isn't securely stable. Although, feedback is highly appreciated.
412412

413+
## OpenSSF Tools
414+
415+
The [OpenSSF][] is leading several initiatives that can be very useful, especially if you plan to publish an npm package. These initiatives include:
416+
417+
- [OpenSSF Scorecard][] Scorecard evaluates open source projects using a series of automated security risk checks. You can use it to proactively assess vulnerabilities and dependencies in your code base and make informed decisions about accepting vulnerabilities.
418+
- [OpenSSF Best Practices Badge Program][] Projects can voluntarily self-certify by describing how they comply with each best practice. This will generate a badge that can be added to the project.
419+
413420
[threat model]: https://github.com/nodejs/node/blob/main/SECURITY.md#the-nodejs-threat-model
414421
[security guidance issue]: https://github.com/nodejs/security-wg/issues/488
415422
[nodejs guideline]: https://github.com/goldbergyoni/nodebestpractices
@@ -438,3 +445,6 @@ functionality isn't securely stable. Although, feedback is highly appreciated.
438445
[policy mechanism with integrity checking]: https://nodejs.org/api/permissions.html#integrity-checks
439446
[experimental-features]: #experimental-features-in-production
440447
[`Socket`]: https://socket.dev/
448+
[OpenSSF]: https://openssf.org/
449+
[OpenSSF Scorecard]: https://securityscorecards.dev/
450+
[OpenSSF Best Practices Badge Program]: https://bestpractices.coreinfrastructure.org/en

0 commit comments

Comments
 (0)