Add comprehensive security policy and vulnerability reporting process - #9747
Add comprehensive security policy and vulnerability reporting process#9747joseph-isaacs wants to merge 2 commits into
Conversation
Add a security policy documenting the vulnerability reporting process, an emergency path for actively exploited vulnerabilities and severe incidents, supported versions, intended use, and the CRA stewardship statement requested by LF AI & Data ahead of the EU Cyber Resilience Act reporting obligations taking effect on 11 September 2026. Link the policy from the README and register SECURITY.md in REUSE.toml. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fu5zHeqpJasT5RrS3VHNFV
Use security@vortex.dev as the reporting address, add response targets, and document step-by-step regular and emergency processes including escalation to the Linux Foundation CRA steward. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fu5zHeqpJasT5RrS3VHNFV
Merging this PR will regress 2 benchmarks
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | random_i16[0.8] |
73.9 µs | 92.2 µs | -19.83% |
| ❌ | Simulation | allocate_drop_bytes[0] |
466 ns | 520.2 ns | -10.41% |
| ⚡ | Simulation | random_i16[0.95] |
94.4 µs | 76.9 µs | +22.82% |
| ⚡ | Simulation | decompress[u64, (4000, 1024)] |
85.6 µs | 70.4 µs | +21.67% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing claude/vortex-eu-cra-compliance-6dky8g (108a78a) with develop (792cef7)
Footnotes
-
206 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Summary
This PR establishes a formal security policy for the Vortex project, including vulnerability reporting procedures, response targets, and CRA stewardship details. It updates the README to reference the new policy and ensures proper licensing attribution.
Changes
Added
SECURITY.md: Comprehensive security policy covering:security@vortex.dev)develop, no backports)Updated
README.md: Changed vulnerability reporting email fromvuln-report@vortex.devtosecurity@vortex.devand added reference to the newSECURITY.mdpolicy documentUpdated
REUSE.toml: AddedSECURITY.mdto the list of utility code files with CC-BY-4.0 licensing to ensure proper REUSE complianceTesting
No testing needed. This is a documentation and configuration change establishing security policies and procedures.
https://claude.ai/code/session_01Fu5zHeqpJasT5RrS3VHNFV