From aa6b93530f0789809baa1ba507682b375f295cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 12 Jun 2024 23:51:28 +0200 Subject: [PATCH] Fix security and support --- SECURITY.md | 19 +++++++++---------- SUPPORT.md | 11 +++++++++++ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index d3b17c149..9253a97ce 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,21 +2,20 @@ ## Supported Versions -Any issues with Pester are generally fixed in the latest releases. There has been no specific security patches to this date. +Any issues with Pester are fixed in the latest releases, we do not backport fixes to minor releases. We do backport important fixes to 5.x.x. There has been no specific security patches to this date. -| Version | Supported | Notes | -| ------- | ------------------ | ---------------------- | -| 5.1.x | :white_check_mark: | Actively maintained | -| 5.0.x | :x: | Critical issues fixed. | -| 4.0.x | :white_check_mark: | Critical issues fixed. | -| < 4.0 | :x: | Critical issues fixed. | -| 3.x.x | :x: | Not actively maintaned | +| Version | Supported | Notes | +| ------- | ------------------ | ---------------------- | +| 6.x.x | :white_check_mark: | Actively maintained, new development | +| 5.x.x | :white_check_mark: | Actively maintained | +| 4.x.x | :white_check_mark: | Critical issues fixed. | +| 3.x.x | :x: | Not actively maintained | ## Reporting a Vulnerability -Pester uses a small library of C# code that depends on the .NET Framework. There are currently no known security vulnerabilities with the Pester Powershell framework. +Pester uses a small library of C# code that depends on the .NET and .NET Framework. There are currently no known security vulnerabilities with the Pester PowerShell framework. -To report security vulnerabilities in Powershell, .NET, Windows, or other Microsoft Products & Services, visit the following links: +To report security vulnerabilities in PowerShell, .NET, Windows, or other Microsoft Products & Services, visit the following links: diff --git a/SUPPORT.md b/SUPPORT.md index 0a51d300d..af3e56d47 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -8,3 +8,14 @@ Please review the contribution documentation located at following links before s Feature Requests & Issues are reported using Github issues. [Feature Requests and Issues](https://github.com/pester/Pester/issues). + +## Supported Versions + +Any issues with Pester are fixed in the latest releases, we do not backport fixes to minor releases. We do backport important fixes to 5.x.x. There has been no specific security patches to this date. + +| Version | Supported | Notes | +| ------- | ------------------ | ---------------------- | +| 6.x.x | :white_check_mark: | Actively maintained, new development | +| 5.x.x | :white_check_mark: | Actively maintained | +| 4.x.x | :white_check_mark: | Critical issues fixed. | +| 3.x.x | :x: | Not actively maintained |