File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ The following table lists versions and whether they are supported. Security
6
+ vulnerability reports will be accepted and acted upon for all supported
7
+ versions.
8
+
9
+ | Version | Supported |
10
+ | ------- | ------------------ |
11
+ | 3.3.x | :white_check_mark : |
12
+ | 3.2.x | :white_check_mark : |
13
+ | 3.1.x | :x : |
14
+ | 3.0.x | :x : |
15
+ | 2.2.x | :white_check_mark : |
16
+ | < 2.2 | :x : |
17
+
18
+ ## Reporting a Vulnerability
19
+
20
+ If you have found a security vulnerability, in order to keep it confidential,
21
+ please do not report an issue on GitHub.
22
+
23
+ Please email us details of the vulnerability at matplotlib@numfocus.org ;
24
+ include a description and proof-of-concept that is [ short and
25
+ self-contained] ( http://www.sscce.org/ ) .
26
+
27
+ You should expect a response within a week of your email. Depending on the
28
+ severity of the issue, this may require some time to draft an immediate bugfix
29
+ release. Less severe issues may be held until the next release.
30
+
31
+ We do not award bounties for security vulnerabilities.
Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ Merge ``*-doc`` branch
96
96
Merge the most recent 'doc' branch (e.g., ``v3.2.0-doc ``) into the branch you
97
97
are going to tag on and delete the doc branch on GitHub.
98
98
99
+ Update supported versions in Security Policy
100
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101
+
102
+ When making major or minor releases, update the supported versions in the
103
+ Security Policy in :file: `SECURITY.md `. Commonly, this may be one or two
104
+ previous minor releases, but is dependent on release managers.
105
+
99
106
Update "What's New" and "API changes"
100
107
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101
108
You can’t perform that action at this time.
0 commit comments