Skip to content

Commit 0f5d727

Browse files
committed
Merge branch 'master' of https://github.com/quark-engine/quark-engine into switch_to_shuriken_core
2 parents e3a639f + 4e6d727 commit 0f5d727

File tree

7 files changed

+264
-180
lines changed

7 files changed

+264
-180
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Install Rust and Ares
5959
wget https://sh.rustup.rs -O install.sh
6060
sh install.sh -y
61-
cargo install project_ares
61+
cargo install project_ares@0.10.0
6262

6363
- name: Install Shuriken-Analyzer
6464
run: |

debian/changelog

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

324
* 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.3.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.3.1'
2626

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

0 commit comments

Comments
 (0)