This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 61ca70fdbb7 Fixing security versions
61ca70fdbb7 is described below
commit 61ca70fdbb73e40906093dc2ecace271fc6ff4df
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Jul 29 11:56:07 2026 +0100
Fixing security versions
---
SECURITY.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/SECURITY.md b/SECURITY.md
index 5e6028521df..e509c52bb18 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,9 +4,10 @@
| Version | Supported |
| ------- | ------------------ |
+| 4.2.x | :white_check_mark: |
| 4.1.x | :white_check_mark: |
-| 4.0.x | :white_check_mark: |
-| <= 3.6.x | :x: |
+| 3.6.x | :white_check_mark: |
+| < 3.6.x | :x: |
## Reporting a Vulnerability