Skip to content

docs(security): correct the 1.x support policy and allow-list - #165

Merged
luisgf merged 1 commit into
mainfrom
docs/audit-158
Aug 13, 2026
Merged

docs(security): correct the 1.x support policy and allow-list#165
luisgf merged 1 commit into
mainfrom
docs/audit-158

Conversation

@luisgf

@luisgf luisgf commented Aug 13, 2026

Copy link
Copy Markdown
Owner

SECURITY.md is what a vulnerability reporter reads first. It still described a pre-1.0 0.x library and a two-algorithm JOSE allow-list. The library is 1.24.x (SemVer since 1.0.0); ALLOWED_ALGS is {ES256, ES384, EdDSA, Ed25519}.

Closes #158

Verified: bash .claude/skills/ship-issue/scripts/gate.sh.

SECURITY.md still said pre-1.0 / 0.x and named only ES256/EdDSA.
The library is 1.x; ALLOWED_ALGS is {ES256, ES384, EdDSA, Ed25519}.

Closes #158
@luisgf
luisgf merged commit 4586885 into main Aug 13, 2026
11 of 12 checks passed
@luisgf
luisgf deleted the docs/audit-158 branch August 13, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SECURITY.md still describes a pre-1.0 0.x library and a two-alg allow-list

1 participant