From 163f96b71af96cd6922f91eda3b444d265165bc6 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 5 Oct 2024 10:21:27 -0700 Subject: [PATCH] fix(docs/admin/security): fix broken link of CVE (#14988) --- 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 ff18539b07..9518e784b0 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 |