Skip to content

Commit

Permalink
Fix security and support (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Jun 13, 2024
1 parent e925c6f commit 4bc6b64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
19 changes: 9 additions & 10 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://www.microsoft.com/en-us/msrc/faqs-report-an-issue>
<https://www.microsoft.com/en-us/msrc/bounty>

Expand Down
11 changes: 11 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 4bc6b64

Please sign in to comment.