Skip to content

Commit 40816de

Browse files
committed
docs: mark 0.1.x and 0.0.x versions as not supported in SECURITY.md
1 parent 81873b8 commit 40816de

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

SECURITY.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Security Policy
22

33
This project is using [Github CodeQL](https://codeql.github.com/) tool to scan the code vulnerabilities and you can see the report in the pipeline
4-
[![CodeQL Analysis](https://github.com/slashdevops/idp-scim-sync/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/slashdevops/idp-scim-sync/actions/workflows/codeql-analysis.yml)
4+
[![CodeQL Analysis](https://github.com/slashdevops/idp-scim-sync/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/slashdevops/idp-scim-sync/actions/workflows/codeql.yml)
5+
6+
Since this project is always in development and updated to the last release of `go` and its dependencies, the vulnerabilities are always fixed in the last release, so we will support the last 1 major version and its patches.
57

68
## Supported Versions
79

810
| Version | Supported |
911
| ------- | ------------------ |
10-
| 0.1.x | :white_check_mark: |
11-
| 0.0.x | :white_check_mark: |
12+
| 0.44.x | :white_check_mark: |
13+
| 0.1.x | :x: |
14+
| 0.0.x | :x: |
1215

1316
## Reporting a Vulnerability
1417

0 commit comments

Comments
 (0)