From c2161a426a849748dda2a813258450322143360a Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Tue, 12 Jul 2022 22:42:43 +1000 Subject: [PATCH] chore: update supported version list in sec policy (#1292) --- SECURITY.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1662aa8e..d8ba830c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,18 +1,21 @@ # Security Policy -**This security policy only applies to asdf core, which is the code contained in this repository. All plugins are the responsibility of their creators and are not covered under this security policy.** +**This security policy only applies to asdf core, which is the code contained in +this repository. All plugins are the responsibility of their creators and are +not covered under this security policy.** ## Supported Versions -Typically only the latest version is maintained. Versions are -released sequentially, with major, minor, and patch versions incremented -as necessary. If a vulnerability is found in an old version of asdf, -updating to the latest version of asdf will be required. - +Typically only the latest version is maintained. Versions are released +sequentially, with major, minor, and patch versions incremented as necessary. If +a vulnerability is found in an old version of asdf, updating to the latest +version of asdf will be required. | Version | Supported | | ------- | ------------------ | -| 0.8.x | :white_check_mark: | +| 0.10.x | :white_check_mark: | +| 0.9.x | :x: | +| 0.8.x | :x: | | 0.7.x | :x: | | 0.6.x | :x: | | 0.5.x | :x: | @@ -25,7 +28,8 @@ updating to the latest version of asdf will be required. To report a vulnerability please contact one of: -* @Stratus3D via email: see https://stratus3d.com/contact/ for email. PGP is not setup for this email address. -* @danhper via email: see https://daniel.perez.sh/ for email and PGP key -* @jthegedus via email: see https://github.com/jthegedus for email. PGP is not setup for this email address. -* TODO: Add secure contact methods of others on the core team. +- @Stratus3D via email: see https://stratus3d.com/contact/ for email. PGP is not + setup for this email address. +- @danhper via email: see https://daniel.perez.sh/ for email and PGP key +- @jthegedus via email: see https://github.com/jthegedus for email. PGP is not + setup for this email address.