Skip to content

Commit 7ce0849

Browse files
committed
feat: add fuzzing support with Atheris and Docker configuration
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent 9a798e8 commit 7ce0849

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
exclude_paths:
33
- "tck/**"
4+
- ".clusterfuzzlite/**"
45

56
engines:
67
bandit:

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ eth = [
4343

4444
tck = ["flask>=3.0.0,<4"]
4545

46-
fuzz = [
47-
# Atheris (Linux + libFuzzer only) and PyInstaller are used exclusively by
48-
# the ClusterFuzzLite Docker build (.clusterfuzzlite/build.sh).
49-
# They are intentionally not part of the standard dev group because Atheris
50-
# requires a libFuzzer-instrumented build environment.
51-
"atheris>=2.3.0",
52-
"pyinstaller>=6.0.0",
53-
]
54-
5546
[dependency-groups]
5647
dev = [
5748
"grpcio-tools>=1.76.0,<2",

0 commit comments

Comments
 (0)