From 75643b80562dcb021929c51537edf4c7b8d41400 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Nov 2025 15:21:02 +0000 Subject: [PATCH 1/2] Update version information for v25.11.1 --- debian/changelog | 17 +++++++++++++++++ debian/control | 2 +- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b2efad1..c9dec8d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +quark-engine (25.11.1-0kali1) kali-dev; urgency=medium + + * New Feature + + - Add Quark script showcase of detecting CWE-927. (#807) + + * Document Enhancement + + - Optimize the document of Quark Script CWE-925. (#808) + - Add an analysis report for the SpyNote malware family. (#813) + + * CI Update + + - Switch the CI trigger from pull_request to pull_request_target for pytest. (#815) + + -- Zin Wong Tue, 04 Nov 2025 23:17:47 +0800 + quark-engine (25.10.1-0kali1) kali-dev; urgency=medium * New Feature diff --git a/debian/control b/debian/control index 78fc2815..abb3f11d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 25.10.1 +Standards-Version: 25.11.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 d3045a68..ffc85645 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.10.1' +release = 'v25.11.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index 65e3913a..ce03ec9d 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "25.10.1" +__version__ = "25.11.1" From 97f623dfb63bc212208df157048a0b99be498608 Mon Sep 17 00:00:00 2001 From: Shaun Dang Date: Wed, 5 Nov 2025 10:02:29 +0800 Subject: [PATCH 2/2] Update changelog Enhanced rules for malware detection and optimized documentation. --- debian/changelog | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index c9dec8d3..26c7d8cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,19 +1,15 @@ quark-engine (25.11.1-0kali1) kali-dev; urgency=medium - * New Feature + * Rule Enhancement - - Add Quark script showcase of detecting CWE-927. (#807) + - Add 3 new rules for the DawDropper malware family (#822) * Document Enhancement - - Optimize the document of Quark Script CWE-925. (#808) - - Add an analysis report for the SpyNote malware family. (#813) - - * CI Update - - - Switch the CI trigger from pull_request to pull_request_target for pytest. (#815) + - Optimize the document of Quark Script CWE-601 and CWE-926. (#821, #823) + - Add an analysis report for the DawDropper malware family. (#822) - -- Zin Wong Tue, 04 Nov 2025 23:17:47 +0800 + -- Shaun Dang Wed, 05 Nov 2025 10:01:47 +0800 quark-engine (25.10.1-0kali1) kali-dev; urgency=medium