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

Update SECURITY.md #858

Merged
merged 2 commits into from
Dec 24, 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
6 changes: 1 addition & 5 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt update
sudo apt install automake autoconf libtool libtool-bin libltdl-dev libltdl7
sudo apt install libxml2 libxml2-dev libxslt1.1 libxslt1-dev
sudo apt install libssl1.1 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev
sudo apt install libssl3 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev
- uses: actions/checkout@v2
- name: create-build-dirs
run: |
Expand Down Expand Up @@ -159,10 +159,6 @@ jobs:
- msystem: MINGW64
arch: x86_64
config_flags:
# default build with all legacy features
- msystem: MINGW64
arch: x86_64
config_flags: --enable-legacy-features --enable-ftp --enable-http
# no unicode static build for mscng
- msystem: MINGW64
arch: x86_64
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ After 5 years, the support MIGHT be provided on case-by-case basis.
| xmlsec-nss | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: |
| xmlsec-gnutls | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: |
| xmlsec-mscng | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: |
| xmlsec-gcrypt | >= 1.3.0 | April 12, 2023 | :x: (mainanance mode) | :white_check_mark: |
| xmlsec-mscrypto | >= 1.3.0 | April 12, 2023 | :x: (mainanance mode) | :white_check_mark: |
| xmlsec-gcrypt | >= 1.3.0 | April 12, 2023 | :x: | :white_check_mark: |
| xmlsec-mscrypto | >= 1.3.0 | April 12, 2023 | :x: | :white_check_mark: |

### 1.2.x (mainanance mode)


| Component/Version | Version | Release date | Full Support | Security Support |
| ------------------|-----------| -------------------|-----------------------|---------------------|
| all | >= 1.2.29 | October 15, 2019 | :x: (mainanance mode) | :white_check_mark: |
| all | <= 1.2.28 | April 16, 2019 | :x: (not supported) | :x: (not supported) |
| all | >= 1.2.30 | April 21, 2020 | :x: | :white_check_mark: |
| all | <= 1.2.29 | October 15, 2019 | :x: | :x: |

## Reporting a Vulnerability

Expand Down
Loading