From 19183ae39e1e285002af269fb6cbf6198ffe5376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Wed, 26 Apr 2023 12:33:25 +0300 Subject: [PATCH] fix swapped links --- SECURITY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 24c46ee..d682630 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,13 +6,13 @@ At ZITADEL we are extremely grateful for security aware people that disclose vul We currently support the following version of the OIDC framework: -| Version | Supported | Branch | Details | -| -------- | ------------------ | ----------- | ------------------------------------- | -| 0.x.x | :x: | | not maintained | -| <1.13 | :x: | | not maintained | +| Version | Supported | Branch | Details | +| -------- | ------------------ | ----------- | ------------------------------------ | +| 0.x.x | :x: | | not maintained | +| <1.13 | :x: | | not maintained | | 1.13.x | :lock: :warning: | [1.13.x][1] | security only, [community effort][2] | -| 2.x.x | :heavy_check_mark: | [main][3] | supported | -| 3.0.0-xx | :white_check_mark: | [next][5] | [developement branch][4] | +| 2.x.x | :heavy_check_mark: | [main][3] | supported | +| 3.0.0-xx | :white_check_mark: | [next][4] | [developement branch][5] | [1]: https://github.com/zitadel/oidc/tree/1.13.x [2]: https://github.com/zitadel/oidc/discussions/378