Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix security and support #2497

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |