Problem Statement
No SECURITY.md is present in the repo root (verified by glob).
Why it matters
Standard CNCF/SF policy: every public crate needs a security disclosure path & SLA.
Technical Context
- Compile an email/GPG/HackerOne disclosure policy.
- Document supported / unsupported versions.
- CVSS handling and timeline commitments.
- Audit-trail disclosure doc pattern.
Expected Outcome
Repo SECURITY.md is discoverable from GitHub UI.
Acceptance Criteria
SECURITY.md at repo root.
- Lists disclosure channel + 90-day minimum deadline.
- Includes a
Supported Versions table.
- Linked from
README.md.
- CI fails PRs that delete or weaken the policy.
Implementation Notes
Single file write + README link.
Files or modules likely to be affected
SECURITY.md, README.md.
Dependencies
None.
Difficulty level
EASY.
Estimated effort
S (~half a day).
Problem Statement
No
SECURITY.mdis present in the repo root (verified by glob).Why it matters
Standard CNCF/SF policy: every public crate needs a security disclosure path & SLA.
Technical Context
Expected Outcome
Repo
SECURITY.mdis discoverable from GitHub UI.Acceptance Criteria
SECURITY.mdat repo root.Supported Versionstable.README.md.Implementation Notes
Single file write + README link.
Files or modules likely to be affected
SECURITY.md,README.md.Dependencies
None.
Difficulty level
EASY.
Estimated effort
S (~half a day).