Skip to content

Commit 462309b

Browse files
authored
Revise SECURITY.md for version support and reporting
Updated the security policy to reflect supported versions and reporting procedures.
1 parent e969dce commit 462309b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

SECURITY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
react-docgen encourages users to upgrade to the [latest version](https://github.com/reactjs/react-docgen/releases).
6+
7+
Only the latest released version of react-docgen is actively supported. When reporting bugs or security issues, we encourage you to first upgrade to the latest version and confirm that the problem still exists.
8+
9+
We patch bugs and security relevant issues in the latest version and recommend upgrading. react-docgen goes to great length to ensure backwards compatibility so upgrading is almost always painless.
10+
11+
We will backport security fixes if needed to the last 4 previous major versions.
12+
13+
| Version | Supported |
14+
| ------- | ------------------ |
15+
| [v8](https://github.com/reactjs/react-docgen/releases) | :white_check_mark: |
16+
| [v7](https://github.com/reactjs/react-docgen/releases) | :white_check_mark: |
17+
| [v6](https://github.com/reactjs/react-docgen/releases) | :white_check_mark: |
18+
| [v5](https://github.com/reactjs/react-docgen/releases) | :white_check_mark: |
19+
| [v4](https://github.com/reactjs/react-docgen/releases) | :white_check_mark: |
20+
| v3 or older | :x: |
21+
22+
## Reporting a Vulnerability
23+
24+
Security vulnerabilities should be reported by drafting a [Security Advisory](https://github.com/reactjs/react-docgen/security/advisories/new) directly on github or through [Tidelift](https://tidelift.com/docs/security).
25+
26+
You can also reach out to the maintainer directly at Keybase `@danez_gh` or Matrix `@danez_gh:matrix.org`

0 commit comments

Comments
 (0)