Skip to content

Commit f93c0a3

Browse files
authored
Merge pull request #21613 from tacaswell/sec_update_supported_versions
SEC/DOC update supported versions
2 parents e974bd9 + 3594d56 commit f93c0a3

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

SECURITY.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,23 @@ versions.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
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+
1716

1817
## Reporting a Vulnerability
1918

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,
2120
please do not report an issue on GitHub.
2221

23-
Please email us details of the vulnerability at matplotlib@numfocus.org;
22+
Please email us details of the vulnerability at matplotlib@numfocus.org;
2423
include a description and proof-of-concept that is [short and
2524
self-contained](http://www.sscce.org/).
2625

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
2827
severity of the issue, this may require some time to draft an immediate bugfix
2928
release. Less severe issues may be held until the next release.
3029

31-
We do not award bounties for security vulnerabilities.
30+
We do not award bounties for security vulnerabilities.

doc/devel/release_guide.rst

+13
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,19 @@ Python3 yet. You will need to create a Python2 environment with
172172
Address any issues which may arise. The internal links are checked on Circle
173173
CI, this should only flag failed external links.
174174

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+
175188
.. _release_tag:
176189

177190
Create release commit and tag

0 commit comments

Comments
 (0)