From 698322b7ecd941cd9e010e413f773a216ad95b9e Mon Sep 17 00:00:00 2001 From: logbie Date: Wed, 1 Jul 2026 00:55:20 +0000 Subject: [PATCH] docs: Update SECURITY.md for version 26.6.5 --- SECURITY.md | 10 +++++----- scripts/update_security_doc.sh | 0 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 scripts/update_security_doc.sh diff --git a/SECURITY.md b/SECURITY.md index a86146da..50861287 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,9 +10,9 @@ We provide security updates for the following versions of WFL: | Version Pattern | Supported | Notes | | --------------- | ------------------ | ----- | -| 26.1.x (Current)| ✅ Yes | Active development, security fixes prioritized | -| 25.12.x | ⚠️ Limited | Critical security issues only | -| 25.11.x and older| ❌ No | No security updates provided | +| 26.6.x (Current)| ✅ Yes | Active development, security fixes prioritized | +| 26.5.x | ⚠️ Limited | Critical security issues only | +| 26.4.x and older| ❌ No | No security updates provided | **Version Scheme**: WFL uses calendar-based versioning (YY.MM.BUILD). Security patches are released as point releases within the current month. @@ -192,7 +192,7 @@ We appreciate the security research community and will acknowledge responsible d --- -**Last Updated**: January 2026 -**Version**: 26.1.35 +**Last Updated**: July 2026 +**Version**: 26.6.5 © 2026 Logbie LLC. This security policy is subject to updates as WFL evolves from alpha to stable release. \ No newline at end of file diff --git a/scripts/update_security_doc.sh b/scripts/update_security_doc.sh old mode 100644 new mode 100755