Commit Graph
19 Commits
Author SHA1 Message Date
tduhamel42 09821c1c43 Merge pull request #12 from FuzzingLabs/ci/create-base-python-ci
ci: created base python ci
2025-10-03 11:22:48 +02:00
tduhamel42 6f24c88907 Merge pull request #13 from FuzzingLabs/fix/config-command-routing
fix: register config as command group instead of custom function
2025-10-03 11:17:33 +02:00
Tanguy Duhamel 1ba80c466b fix: register config as command group instead of custom function
The config command was implemented as a custom function that manually
routed to subcommands, which caused 'ff config show' to fail. It
treated 'show' as a configuration key argument instead of a subcommand.

Now properly registered as a Typer command group, enabling all config
subcommands (show, set, get, reset, edit) to work correctly.
2025-10-03 11:13:34 +02:00
tduhamel42 c2de6eae7d Merge pull request #10 from FuzzingLabs/refactor/remove-monitor-command
refactor: removed monitor command and --live parameter
2025-10-02 16:17:33 +02:00
tduhamel42 60b69667e7 Merge branch 'master' into refactor/remove-monitor-command 2025-10-02 16:12:01 +02:00
tduhamel42 28b0712f2f Merge pull request #11 from FuzzingLabs/fix/remove-erroneous-cli-example
fix: removed erroneous example
2025-10-02 16:08:23 +02:00
Tanguy Duhamel 987c49569c Merge branch 'master' of github.com:FuzzingLabs/fuzzforge_ai 2025-10-01 10:16:43 +02:00
Tanguy Duhamel dd0a80252d Update readme with insecure registries 2025-10-01 10:16:33 +02:00
Tanguy Duhamel b1e13ec5d1 Add missing modules and workflow 2025-09-30 15:36:23 +02:00
Tanguy Duhamel 7382ea6e20 Merge branch 'master' of github.com:FuzzingLabs/fuzzforge_ai 2025-09-30 15:19:16 +02:00
Tanguy Duhamel 6c1cbf92bb Fix deployment issues 2025-09-30 15:18:53 +02:00
tduhamel42 1dde5f54b7 Update README.md 2025-09-30 13:51:23 +02:00
tduhamel42 4ea38570fd Update README.md 2025-09-30 13:45:47 +02:00
Tanguy Duhamel fb9ed420be Fix parameters bug + installation issues 2025-09-30 12:10:47 +02:00
tduhamel42 3eacfcb06e Merge pull request #1 from FuzzingLabs/pventuzelo-patch-1
Update README.md
2025-09-30 09:36:40 +02:00
tduhamel42 f46565438c Update README.md 2025-09-30 09:36:23 +02:00
Tanguy Duhamel bb80c73106 Issue templates 2025-09-29 21:33:32 +02:00
Tanguy Duhamel 323a434c73 Initial commit 2025-09-29 21:26:41 +02:00
tduhamel42 f0fd367ed8 Add files via upload 2025-09-29 15:12:47 +02:00