Proposed SECURITY.md file for veraPDF projects#727
Proposed SECURITY.md file for veraPDF projects#727carlwilson wants to merge 1 commit intointegrationfrom
Conversation
📝 WalkthroughWalkthroughAdds SECURITY.md defining OPF's vulnerability disclosure policy, including private reporting channels, response timelines, assessment procedures, coordinated disclosure processes, and regulatory compliance guidelines for maintained products and libraries. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
SECURITY.md (1)
64-64: Consider hyphenating "Denial of service" for consistency.The term is typically hyphenated as "Denial-of-service" when used as a compound modifier. This improves readability and follows standard technical writing conventions.
📝 Optional fix for hyphenation
-- Denial of service attacks +- Denial-of-service attacksAs per coding guidelines (static analysis hint from LanguageTool).
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@SECURITY.md` at line 64, Update the phrase "Denial of service attacks" to the hyphenated form "Denial-of-service attacks" for consistency; locate the exact string "Denial of service attacks" in SECURITY.md and replace it with "Denial-of-service attacks", and scan the document for other occurrences of "Denial of service" to standardize them to the hyphenated form.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@SECURITY.md`:
- Line 64: Update the phrase "Denial of service attacks" to the hyphenated form
"Denial-of-service attacks" for consistency; locate the exact string "Denial of
service attacks" in SECURITY.md and replace it with "Denial-of-service attacks",
and scan the document for other occurrences of "Denial of service" to
standardize them to the hyphenated form.
Adding a Security policy file, inspired by #725 thanks to @acornall. The proposed policy has been altered to take the EU's Cyber Resilience Act into consideration.
Summary by CodeRabbit