From: Jason Ish Date: Tue, 30 Jun 2026 15:36:36 +0000 (-0600) Subject: version: 1.3.8 X-Git-Tag: 1.3.8^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fsuricata-update.git version: 1.3.8 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2fb67..ef32b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.3.8 - 2026-06-30 +- Fix arbitrary file write in rule archive path traversal: + https://redmine.openinfosecfoundation.org/issues/8633 + ## 1.3.7 - 2025-10-31 - Retain rule filename after converting to a drop rule: https://redmine.openinfosecfoundation.org/issues/7805 diff --git a/suricata/update/version.py b/suricata/update/version.py index 1639ca6..5ff8756 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0dev0 # Release candidate: 1.0.0rc1 -version = "1.3.7" +version = "1.3.8"