Updated contributing documents formatting

This commit is contained in:
Lucas
2025-03-30 11:07:43 -07:00
parent dd2fbc207f
commit f800ad462d
4 changed files with 15 additions and 13 deletions

21
.github/SECURITY.md vendored
View File

@@ -2,26 +2,29 @@
The inherent nature of this project has no security vulnerabilities, but this isn't the case for the hundreds of projects we feature here. Raise an issue if a project had/is having a security incident, and it will be labeled with the appropriate tag.
`🟡` `🟠` `🔴` `⭕` - Security incident **(Minor, Moderate, Major, Critical)**
`🟡` - Low impact issues that do not significantly compromise security
```
🟡 - Low impact issues that do not significantly compromise security
* Weak encryption
* Oudated dependencies with low-severity CVEs.
* Minor security concerns raised but not actively exploited
```
`🟠` - Issues that pose a potential risk but not actively exploited
```
🟠 - Issues that pose a potential risk but not actively exploited
* Outdated dependencies with moderate-severity CVEs
```
`🔴` - High impact issues that are being actively exploited, resulting in a significant security breach
```
🔴 - High impact issues that are being actively exploited, resulting in a significant security breach
* Outdated dependencies with major security risks
* Leaked API keys
```
`⭕` - Catastrophic issues with widespread impact
```
- Catastrophic issues with widespread impact
* Zero-day exploits
* Full system compromise
* Mass data breach
```