From 4c3cf93012e6aff34dab48da1b7d0f6f732d36d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Aug 2025 07:09:34 +0000 Subject: [PATCH 1/3] Update version information for v25.8.1 --- debian/changelog | 13 +++++++++++++ debian/control | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 119fa492..574673a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +quark-engine (25.8.1-0kali1) kali-dev; urgency=medium + + * New Feature + + - Add Quark Script APIs to detect CWE-297. (#777) + - Add Quark script showcases for detecting CWE-329 and CWE-297. (#775 and #778) + + * Document Enhancement + + - Optimize the document of Quark Script CWE-1204 and CWE-24. (#779 and #781) + + -- Zin Wong Tue, 01 Jul 2025 20:00:00 +0800 + quark-engine (25.7.1-0kali1) kali-dev; urgency=medium * Rule Enhancement diff --git a/debian/control b/debian/control index 32422357..279fdf97 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), dh-virtualenv (>= 0.8), python3, -Standards-Version: 25.7.1 +Standards-Version: 25.8.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 From f3f0dd9b02570c198376ef6344380abd803d4b28 Mon Sep 17 00:00:00 2001 From: zinwang Date: Wed, 6 Aug 2025 15:22:19 +0800 Subject: [PATCH 2/3] Update version information that AI missed --- docs/source/conf.py | 2 +- quark/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f160bf4c..48869793 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.7.1' +release = 'v25.8.1' # -- General configuration --------------------------------------------------- diff --git a/quark/__init__.py b/quark/__init__.py index bdeccd4e..07921070 100644 --- a/quark/__init__.py +++ b/quark/__init__.py @@ -1 +1 @@ -__version__ = "25.7.1" +__version__ = "25.8.1" From 5af895fb0f83164e5b3e193a33b4594b3988571c Mon Sep 17 00:00:00 2001 From: zinwang Date: Wed, 6 Aug 2025 15:29:35 +0800 Subject: [PATCH 3/3] Modify changelog --- debian/changelog | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 574673a8..46ed5d35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,13 +3,9 @@ quark-engine (25.8.1-0kali1) kali-dev; urgency=medium * New Feature - Add Quark Script APIs to detect CWE-297. (#777) - - Add Quark script showcases for detecting CWE-329 and CWE-297. (#775 and #778) + - Add Quark Script showcases for detecting CWE-329, CWE-297, CWE-1204 and CWE-24. (#775, #778, #779 and #781) - * Document Enhancement - - - Optimize the document of Quark Script CWE-1204 and CWE-24. (#779 and #781) - - -- Zin Wong Tue, 01 Jul 2025 20:00:00 +0800 + -- Zin Wong Wed, 06 Aug 2025 20:00:00 +0800 quark-engine (25.7.1-0kali1) kali-dev; urgency=medium