Skip to content

Commit 226b9c6

Browse files
committed
Add GitHub private vulnerability reporting info
Update SECURITY.md and docs/sphinx/security.rst to add a "Reporting Vulnerabilities" section that directs users to GitHub private vulnerability reporting (https://github.com/ssh4net/OpenMeta/security/advisories/new). Request a minimal reproducer (file or hex snippet), build flags, and stack trace, and advise against publishing exploit details until a fix is available.
1 parent 261e8f5 commit 226b9c6

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

SECURITY.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,12 @@ cmake --build build-fuzz
104104
./build-fuzz/openmeta_fuzz_exif_tiff_decode -max_total_time=60
105105
```
106106

107-
## Reporting
107+
## Reporting Vulnerabilities
108108

109-
If you find a security issue, please provide a minimal reproducer file (or
110-
hex snippet), build flags, and stack trace. Avoid publishing exploit details
111-
until a fix is available.
109+
If you find a security issue, please use GitHub private vulnerability
110+
reporting:
111+
112+
- https://github.com/ssh4net/OpenMeta/security/advisories/new
113+
114+
Please provide a minimal reproducer file (or hex snippet), build flags, and
115+
stack trace. Avoid publishing exploit details until a fix is available.

docs/sphinx/security.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,15 @@ What the tests do
6262
- Unit tests cover normal and malformed inputs.
6363
- libFuzzer and FuzzTest targets exercise parsers under sanitizers.
6464

65+
Reporting vulnerabilities
66+
-------------------------
67+
68+
If you find a security issue, please use GitHub private vulnerability
69+
reporting:
70+
71+
- https://github.com/ssh4net/OpenMeta/security/advisories/new
72+
73+
Please include a minimal reproducer file (or hex snippet), build flags, and
74+
stack trace. Avoid publishing exploit details until a fix is available.
75+
6576
For the full policy and threat model, see ``SECURITY.md`` in the repository.

0 commit comments

Comments
 (0)