Skip to content

Commit 215ceec

Browse files
committed
Add Supported Versions table to SECURITY.md
Add a table describing which release branches receive security patches, following the format used by OpenImageIO. Fixes #2032 Signed-off-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>
1 parent f705d2e commit 215ceec

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Users should exercise caution when working with untrusted data (config files,
1212
LUTs, etc.). OCIO takes every precaution to read only valid data, but it
1313
would be naive to say our code is immune to every exploit.
1414

15+
## Supported Versions
16+
17+
This gives guidance about which branches are supported with patches to
18+
security vulnerabilities.
19+
20+
| Version / branch | Supported |
21+
| ----------------- | --------- |
22+
| main | :white_check_mark: :construction: All fixes immediately, but this branch is under active development with a frequently changing API and ABI. |
23+
| 2.5.x (RB-2.5) | :white_check_mark: All security fixes that can be backported without breaking ABI compatibility. |
24+
| 2.4.x (RB-2.4) | :warning: Critical security fixes only. |
25+
| <= 2.3.x | :x: No longer receiving patches. |
26+
1527
## Reporting Vulnerabilities
1628

1729
Quickly resolving security related issues is a priority. The best way to report a

0 commit comments

Comments
 (0)