From 5f01d41bcd33c0dfd07a344fd681c91edfd2d49a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Dec 2025 02:29:48 +0000 Subject: [PATCH 1/2] Update version information for v25.12.1 --- debian/changelog | 20 ++++++++++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 26c7d8cc..606882c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +quark-engine (25.12.1-0kali1) kali-dev; urgency=medium + + * Document Enhancement + + - Add freshquark command to installation instructions. (#835) + + - Add docs for SLocker. (#832) + + - Optimize the document of Quark Script CWE-780 and CWE-940. (#829, #831) + + * Test Enhancement + + - Update macOS runner in smoke test. (#834) + + * Bug Fix + + - Fix behavior not detected in Slocker malware family. (#828) + + -- Zin Wong Mon, 01 Dec 2025 10:27:59 +0800 + quark-engine (25.11.1-0kali1) kali-dev; urgency=medium * Rule Enhancement diff --git a/debian/control b/debian/control index abb3f11d..f6b40873 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 25.11.1 +Standards-Version: 25.12.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 ffc85645..32c5c221 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.11.1' +release = 'v25.12.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index ce03ec9d..403a06e5 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "25.11.1" +__version__ = "25.12.1" From 7c6225045ce776dad38f85e5d73b12a087dd5a54 Mon Sep 17 00:00:00 2001 From: Shaun Dang Date: Wed, 3 Dec 2025 18:41:50 +0800 Subject: [PATCH 2/2] Refine changelog for rule and document enhancements Updated changelog to reflect changes in documentation and enhancements related to SLocker malware. --- debian/changelog | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 606882c6..820ef51d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,22 +1,15 @@ quark-engine (25.12.1-0kali1) kali-dev; urgency=medium - * Document Enhancement + * Rule Enhancement - - Add freshquark command to installation instructions. (#835) + - Add 1 new rules for the SLocker malware family (#832) - - Add docs for SLocker. (#832) + * Document Enhancement + - Add an analysis report for the SLocker malware family. (#832) - Optimize the document of Quark Script CWE-780 and CWE-940. (#829, #831) - * Test Enhancement - - - Update macOS runner in smoke test. (#834) - - * Bug Fix - - - Fix behavior not detected in Slocker malware family. (#828) - - -- Zin Wong Mon, 01 Dec 2025 10:27:59 +0800 + -- Shaun Dang Wed, 03 Dec 2025 10:27:59 +0800 quark-engine (25.11.1-0kali1) kali-dev; urgency=medium