properly document release support level [skip ci] (#1688)

This commit is contained in:
Michael Baentsch 2024-02-08 15:35:36 +01:00 committed by GitHub
parent f468d212f2
commit 3e34ed1854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,14 @@
We only support the most recent release.
Using any prior code is strongly discouraged due to a [known security vulnerability in Kyber](https://github.com/open-quantum-safe/liboqs/releases/tag/0.9.2).
| Version | Supported |
| ------- | ------------------ |
| 0.8.0 | :white_check_mark: |
| 0.9.2 | :white_check_mark: |
| 0.9.1 | :x: |
| 0.9.0 | :x: |
| 0.8.0 | :x: |
| < 0.8 | :x: |
## Reporting a Vulnerability