Skip to content

Commit 3597f72

Browse files
committed
Add SECURITY.md
1 parent b25b733 commit 3597f72

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report any suspected vulnerabilities using GitHub's private
6+
vulnerability reporting feature. You may also reach me by email at the author
7+
email for my commits in this repository.
8+
9+
While I will make every effort to address vulnerabilities in the library
10+
promptly, I can't offer any timeline or guarantee for response or resolution at
11+
this time.
12+
13+
### Scope
14+
15+
Crashes, unbounded resource utilization, and other security issues in the
16+
library when parsing patches or applying previously parsed patches are in-scope
17+
for vulnerability reporting.
18+
19+
Issues that originate outside of the library from clients handling untrusted
20+
patches are generally out of scope, as are issues that result from clients
21+
applying manually-constructed rather than parsed patches. These types of
22+
problems may still be worth reporting as regular issues, rather than as
23+
vulnerabilities.
24+
25+
## Supported Versions
26+
27+
Only the latest tagged release receives security updates. In exceptional cases
28+
or if there have been significant breaking changes, I may backport security
29+
fixes to earlier releases on a case-by-case basis.
30+
31+
This policy may change after a 1.x release.

0 commit comments

Comments
 (0)