File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments