|
2 | 2 |
|
3 | 3 | ## Supported Versions
|
4 | 4 |
|
5 |
| -Use this section to tell people about which versions of your project are |
6 |
| -currently being supported with security updates. |
| 5 | +The RT-Thread project supports the following versions with security updates: |
7 | 6 |
|
8 |
| -| Version | Supported | |
9 |
| -| ------- | ------------------ | |
10 |
| -| 5.1.x | :white_check_mark: | |
11 |
| -| 5.0.x | :x: | |
12 |
| -| 4.0.x | :white_check_mark: | |
13 |
| -| < 4.0 | :x: | |
| 7 | + - The most recent release, and the release prior to that. |
| 8 | + - Active LTS releases. |
| 9 | + |
| 10 | +At this time, with the latest release of v5.0.0, the supported |
| 11 | +versions are: |
| 12 | + |
| 13 | + - xxx |
| 14 | + - xxx |
14 | 15 |
|
15 | 16 | ## Reporting a Vulnerability
|
16 | 17 |
|
17 |
| -Use this section to tell people how to report a vulnerability. |
| 18 | +Please see [xx](xx) for detail about the security vulnerability reporting process. |
| 19 | +Vulnerabilities to the RT-Thread project may be reported via email to the XXX@XXX mailing list. These reports will be acknowledged and analyzed by the security response team within 1 week. Each vulnerability will be entered into the RT-Thread security advisory GitHub. |
| 20 | + |
| 21 | +To report a security vulnerability, you need to provide at least the following information: |
| 22 | + |
| 23 | +### Summary |
| 24 | +_Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server._ |
| 25 | + |
| 26 | +### Details |
| 27 | +_Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer._ |
| 28 | + |
| 29 | +### PoC |
| 30 | +_Complete instructions, including specific configuration details, to reproduce the vulnerability._ |
| 31 | + |
| 32 | +### Impact |
| 33 | +_Give all affected versions. What kind of vulnerability is it? Which components are impacted?_ |
18 | 34 |
|
19 |
| -Tell them where to go, how often they can expect to get an update on a |
20 |
| -reported vulnerability, what to expect if the vulnerability is accepted or |
21 |
| -declined, etc. |
|
0 commit comments