Skip to content

Commit fd3fd8c

Browse files
bors[bot]jonasbb
andauthored
Merge #600
600: Add SECURITY.md r=jonasbb a=jonasbb bors r+ Co-authored-by: Jonas Bushart <[email protected]>
2 parents cec973c + 63d4065 commit fd3fd8c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Make sure to include the three major parts of information:
2222
2. Explain what the expected result and/or expected serialized data is.
2323
3. If possible prepare a minimal running example.
2424

25-
Security vulnerabilities should be reported like normal bugs in the issue tracker.
25+
Security vulnerabilities should be reported privately as [security advisory](https://github.com/jonasbb/serde_with/security).
26+
Check [./SECURITY.md] for details.
2627

2728
## Submitting a PR
2829

SECURITY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Security Policy
2+
3+
Please report found vulnerabilities privately at <https://github.com/jonasbb/serde_with/security>.
4+
[GitHub provides details](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability) for submitting vulnerabilities using their system and has advice about [writing a good advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/best-practices-for-writing-repository-security-advisories).
5+
6+
Provide as much information as possible while reporting, ideally including a proof-of-concept exploit.

0 commit comments

Comments
 (0)