Skip to content

Commit 30076a9

Browse files
committed
SEC: update supported versions
Anticipate the imminent release of mpl35. We are now almost 2 years past upstream support for py27 so drop any support for mpl22.
1 parent 38080dd commit 30076a9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-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.

0 commit comments

Comments
 (0)