File tree 2 files changed +22
-10
lines changed
2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,23 @@ versions.
8
8
9
9
| Version | Supported |
10
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 : |
11
+ | 3.5.x | :white_check_mark : |
12
+ | 3.4.x | :white_check_mark : |
13
+ | 3.3.x | :x : |
14
+ | < 3.3 | :x : |
15
+
17
16
18
17
## Reporting a Vulnerability
19
18
20
- If you have found a security vulnerability, in order to keep it confidential,
19
+ If you have found a security vulnerability, in order to keep it confidential,
21
20
please do not report an issue on GitHub.
22
21
23
- Please email us details of the vulnerability at matplotlib@numfocus.org ;
22
+ Please email us details of the vulnerability at matplotlib@numfocus.org ;
24
23
include a description and proof-of-concept that is [ short and
25
24
self-contained] ( http://www.sscce.org/ ) .
26
25
27
- You should expect a response within a week of your email. Depending on the
26
+ You should expect a response within a week of your email. Depending on the
28
27
severity of the issue, this may require some time to draft an immediate bugfix
29
28
release. Less severe issues may be held until the next release.
30
29
31
- We do not award bounties for security vulnerabilities.
30
+ We do not award bounties for security vulnerabilities.
Original file line number Diff line number Diff line change @@ -172,6 +172,19 @@ Python3 yet. You will need to create a Python2 environment with
172
172
Address any issues which may arise. The internal links are checked on Circle
173
173
CI, this should only flag failed external links.
174
174
175
+
176
+ Update supported versions in SECURITY.md
177
+ ----------------------------------------
178
+
179
+ For minor version release update the table in :file: `SECURITY.md ` to specify
180
+ that the 2 most recent minor releases in the current major version series are
181
+ supported.
182
+
183
+ For a major version release update the table in :file: `SECURITY.md ` to specify
184
+ that the last minor version in the previous major version series is still
185
+ supported. Dropping support for the last version of a major version series
186
+ will be handled on an ad-hoc basis.
187
+
175
188
.. _release_tag :
176
189
177
190
Create release commit and tag
You can’t perform that action at this time.
0 commit comments