From d17e6848ba68c669fc246059138bc377b36e4a49 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 5 Oct 2024 22:13:08 +0500 Subject: [PATCH 1/2] fix(docs/admin/security): fix broken link of CVE --- docs/admin/security/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/security/index.md b/docs/admin/security/index.md index ff18539b07f46..f60a5b19a646a 100644 --- a/docs/admin/security/index.md +++ b/docs/admin/security/index.md @@ -15,6 +15,6 @@ vulnerability. --- -| Description | Severity | Fix | Vulnerable Versions | -| --------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------- | ------------------- | -| [API tokens of deleted users not invalidated](https://github.com/coder/coder/blob/main/docs/security/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 | +| Description | Severity | Fix | Vulnerable Versions | +| --------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------- | ------------------- | +| [API tokens of deleted users not invalidated](https://github.com/coder/coder/blob/main/docs/admin.security/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 | From a0616087224f5e6cfd663dced6115a5dfde1958f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 5 Oct 2024 22:17:02 +0500 Subject: [PATCH 2/2] Update index.md --- docs/admin/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/security/index.md b/docs/admin/security/index.md index f60a5b19a646a..9518e784b01e7 100644 --- a/docs/admin/security/index.md +++ b/docs/admin/security/index.md @@ -17,4 +17,4 @@ vulnerability. | Description | Severity | Fix | Vulnerable Versions | | --------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------- | ------------------- | -| [API tokens of deleted users not invalidated](https://github.com/coder/coder/blob/main/docs/admin.security/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 | +| [API tokens of deleted users not invalidated](https://github.com/coder/coder/blob/main/docs/admin/security/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 |