From 6348e7337279fbdc481cdd4420f5718af48daf90 Mon Sep 17 00:00:00 2001 From: Sajadlance Date: Tue, 5 May 2026 20:52:37 +0300 Subject: [PATCH] docs: add OpenSSF Best Practices badge Project 12757 reached the "passing" badge level. Listed alongside the existing Scorecard badge so the two OpenSSF badges sit together. Also satisfies the Scorecard `CII-Best-Practices` check. --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ea431..92fd916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Docs + +- README now displays the OpenSSF Best Practices badge for project 12757 alongside the existing Scorecard badge. Earning the badge satisfies the Scorecard `CII-Best-Practices` check (`README.md`) + ## [0.5.2] - 2026-05-05 ### Security diff --git a/README.md b/README.md index ffd6959..bd742fc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![codecov](https://codecov.io/gh/Hiprax/errors/branch/main/graph/badge.svg)](https://codecov.io/gh/Hiprax/errors) [![CodeQL](https://github.com/Hiprax/errors/actions/workflows/codeql.yml/badge.svg)](https://github.com/Hiprax/errors/actions/workflows/codeql.yml) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Hiprax/errors/badge)](https://scorecard.dev/viewer/?uri=github.com/Hiprax/errors) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12757/badge)](https://www.bestpractices.dev/projects/12757) A small, typed error toolkit for Express.js apps. Zero runtime dependencies.