Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/security/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ cargo deny check
### For Developers

**Contributing Security Fixes**:
1. **Report First**: Use private disclosure process (security@prtip.dev or GitHub Security Advisory)
1. **Report First**: Use private disclosure process (security[at]prtip.dev or GitHub Security Advisory)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this change correctly fixes the mailto link issue for this file, the same email address security@prtip.dev appears in other documentation files, which will likely cause similar CI failures. To ensure consistency and prevent future issues, please apply the same [at] format to all occurrences.

I've identified the following files that also need updating:

  • docs/src/security/security-model.md
  • docs/src/security/vulnerability-disclosure.md

Applying this fix comprehensively will make the documentation more consistent and the CI pipeline more robust.

2. **Provide PoC**: Reproduction steps + test case demonstrating vulnerability
3. **Suggest Fix**: Pull request with fix + tests
4. **Coordinate Disclosure**: Work with maintainers on public disclosure timeline
Expand Down
Loading