Skip to content

Commit bb0cdf0

Browse files
committed
MAINT: Security
1 parent b93021b commit bb0cdf0

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

SECURITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ without a proper 6-month deprecation cycle.
1010

1111
| Version | Supported |
1212
| ------- | ------------------------ |
13-
| 1.6.x | :heavy_check_mark: (dev) |
14-
| 1.5.x | :heavy_check_mark: |
15-
| < 1.5 | :x: |
13+
| 1.7.x | :heavy_check_mark: (dev) |
14+
| 1.6.x | :heavy_check_mark: |
15+
| < 1.6 | :x: |
1616

1717
## Reporting a Vulnerability
1818

@@ -21,7 +21,7 @@ recorded with a variety of devices/modalities (EEG, MEG, ECoG, fNIRS, etc).
2121
It is not expected that using MNE-Python will lead to security
2222
vulnerabilities under normal use cases (i.e., running without administrator
2323
privileges). However, if you think you have found a security vulnerability
24-
in MNE-Python, **please do not report it as a GitHub issue**, in order to
24+
in MNE-Python, **please do not report it as a GitHub issue**, in order to
2525
keep the vulnerability confidential. Instead, please report it to
2626
[email protected] and include a description and proof-of-concept
2727
that is [short and self-contained](http://www.sscce.org/).

doc/_static/versions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
[
22
{
3-
"name": "1.6 (devel)",
3+
"name": "1.7 (devel)",
44
"version": "dev",
55
"url": "https://mne.tools/dev/"
66
},
77
{
8-
"name": "1.5 (stable)",
8+
"name": "1.6 (stable)",
99
"version": "stable",
1010
"url": "https://mne.tools/stable/"
1111
},
12+
{
13+
"name": "1.5",
14+
"version": "1.5",
15+
"url": "https://mne.tools/1.5/"
16+
},
1217
{
1318
"name": "1.4",
1419
"version": "1.4",

0 commit comments

Comments
 (0)