From 6e64e6a3566d26a469076e0616c0c5d5858ad2bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Sep 2025 02:15:11 +0000 Subject: [PATCH 1/2] Update version information for v25.9.1 --- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46ed5d35..ecce93c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +quark-engine (25.9.1-0kali1) kali-dev; urgency=medium + + * Document Enhancement + + - Add documentation for GoldDream. (#780) + - Update the GitHub release process documentation. (#791) + - Optimize the Quark Script document for CWE-256. (#804) + + * New Feature + + - Add Quark Script APIs and showcase for detecting CWE-359. (#802, #803) + + * CI Improvement + + - Improve CI workflows for GitHub and PyPI releases. (#789, #801) + + * Test Improvement + + - Update the expected result for Quark analysis in the smoke test. (#794) + + -- Zin Wong Mon, 01 Sep 2025 10:12:08 +0800 + quark-engine (25.8.1-0kali1) kali-dev; urgency=medium * New Feature diff --git a/debian/control b/debian/control index 279fdf97..9b4d23ed 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 25.8.1 +Standards-Version: 25.9.1 Homepage: https://github.com/quark-engine/quark-engine Vcs-Browser: https://github.com/quark-engine/quark-engine Vcs-Git: https://github.com/quark-engine/quark-engine diff --git a/docs/source/conf.py b/docs/source/conf.py index 48869793..24f2cb18 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna' # The full version, including alpha/beta/rc tags -release = 'v25.8.1' +release = 'v25.9.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index 07921070..2e8de8e2 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "25.8.1" +__version__ = "25.9.1" From 1bce2761ba0340b277bb494730d6c1848f308731 Mon Sep 17 00:00:00 2001 From: Shaun Dang Date: Wed, 3 Sep 2025 13:34:15 +0800 Subject: [PATCH 2/2] Update v25.9.1 changelog --- debian/changelog | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index ecce93c5..47139ecc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,23 +2,19 @@ quark-engine (25.9.1-0kali1) kali-dev; urgency=medium * Document Enhancement - - Add documentation for GoldDream. (#780) + - Add an analysis report for the GoldDream malware family. (#780) - Update the GitHub release process documentation. (#791) - Optimize the Quark Script document for CWE-256. (#804) - * New Feature - - - Add Quark Script APIs and showcase for detecting CWE-359. (#802, #803) - - * CI Improvement + * Rule Enhancement - - Improve CI workflows for GitHub and PyPI releases. (#789, #801) + - Add 4 new rules for the GoldDream malware family (#780) - * Test Improvement + * New Feature - - Update the expected result for Quark analysis in the smoke test. (#794) + - Add Quark Script APIs and showcase for detecting CWE-359. (#802, #803) - -- Zin Wong Mon, 01 Sep 2025 10:12:08 +0800 + -- Shaun Dang Wed, 03 Sep 2025 13:30:00 +0800 quark-engine (25.8.1-0kali1) kali-dev; urgency=medium