Skip to content

Commit cca8650

Browse files
roottoolclaude
andauthored
docs: Add status badges to README (#15)
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent 00d68cb commit cca8650

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
**The strict trust boundary for FormData.**
44

5+
[![npm version](https://img.shields.io/npm/v/safe-formdata)](https://www.npmjs.com/package/safe-formdata)
6+
[![CI](https://github.com/roottool/safe-formdata/actions/workflows/ci.yml/badge.svg)](https://github.com/roottool/safe-formdata/actions/workflows/ci.yml)
7+
[![codecov](https://codecov.io/gh/roottool/safe-formdata/graph/badge.svg)](https://codecov.io/gh/USroottoolER/safe-formdata)
8+
59
safe-formdata is a **security-focused** parser that establishes a predictable boundary between untrusted input and application logic.
610
It enforces strict rules on keys and forbids structural inference by design.
711

0 commit comments

Comments
 (0)