Skip to content

Commit 60012b0

Browse files
committed
chore(docs): add security advisories section
Provide essential information for reporting vulnerabilities and list known security advisories with details on fixes and affected versions. - Added instructions for reporting vulnerabilities - Included a table to list known vulnerabilities with severity, fix version, and affected versions - Added initial entry for API tokens invalidation issue
1 parent 470b917 commit 60012b0

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/admin/security/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
TODO
1+
# Security Advisories
2+
3+
> If you discover a vulnerability in Coder, please do not hesitate to report it
4+
> to us by following the instructions
5+
> [here](https://github.com/coder/coder/blob/main/SECURITY.md).
6+
7+
From time to time, Coder employees or other community members may discover
8+
vulnerabilities in the product.
9+
10+
If a vulnerability requires an immediate upgrade to mitigate a potential
11+
security risk, we will add it to the below table.
12+
13+
Click on the description links to view more details about each specific
14+
vulnerability.
15+
16+
---
17+
18+
| Description | Severity | Fix | Vulnerable Versions |
19+
| ---------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------- | ------------------- |
20+
| [API tokens of deleted users not invalidated](./0001_user_apikeys_invalidation.md) | HIGH | [v0.23.0](https://github.com/coder/coder/releases/tag/v0.23.0) | v0.8.25 - v0.22.2 |

0 commit comments

Comments
 (0)