Skip to content

Commit 8e5d68c

Browse files
authored
Update version to v25.2.1 (#732)
1 parent 9a1569c commit 8e5d68c

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.github/workflows/kali-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker cp factory:/root/ .
2828
2929
- name: Upload package as artifact
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: kali-package
3333
path: '${{ github.workspace }}/root/*.deb'

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
quark-engine (25.2.1-0kali1) kali-dev; urgency=medium
2+
* New Feature
3+
4+
- Introduce a new optional core library based on Shuriken-Analyzer. The Shuriken-Analyzer project page is https://github.com/Shuriken-Group/Shuriken-Analyzer. (#697)
5+
6+
To enable this core library, install Shuriken-Analyzer and run Quark with option --core-library shuriken.
7+
8+
* Document Enhancement
9+
10+
- Optimize the CWE-20 and CWE-22 documents. (#727, #730)
11+
12+
-- AnWei Kung <[email protected]> Thu, 06 Feb 2025 17:00:00 +0800
13+
114
quark-engine (25.1.1-0kali1) kali-dev; urgency=medium
215

316
* Document Enhancement

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
77
dh-virtualenv (>= 0.8),
88
python3,
99

10-
Standards-Version: 25.1.1
10+
Standards-Version: 25.2.1
1111
Homepage: https://github.com/quark-engine/quark-engine
1212
Vcs-Browser: https://github.com/quark-engine/quark-engine
1313
Vcs-Git: https://github.com/quark-engine/quark-engine

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v25.1.1'
25+
release = 'v25.2.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once you see the following msg, then you're all set::
4343
-l, --label [max|detailed] Show report based on label of rules
4444
-C, --comparison Behaviors comparison based on max confidence
4545
of rule labels
46-
--core-library [androguard|rizin]
46+
--core-library [androguard|rizin|radare2|shuriken]
4747
Specify the core library used to analyze an
4848
APK
4949
--multi-process INTEGER RANGE Allow analyzing APK with N processes,

quark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.1.1"
1+
__version__ = "25.2.1"

0 commit comments

Comments
 (0)