-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Use Case
Why is this Python workflow needed?
E.g., automating fuzzing with Atheris, checking dependencies with pip-audit, enforcing static checks via bandit or pylint.
Proposed Solution
How should this workflow work in FuzzForge?
- Fuzzing: Fuzzing with
Atheris, coverage-guided input generation. - SAST: Dependency scanning with
pip-audit, security linting withbandit, type safety withmypy. - Combined: A “Python Security” workflow template that includes both fuzzing + static analysis.
Alternatives
Using Snyk, Dependabot only, or running tools manually.
Implementation
(Optional) Ideas: GitHub Actions with setup-python, caching virtualenvs, running atheris + bandit.
Category
- 🛠 Workflow Automation
- 🔗 Fuzzer Integration
- 🔍 SAST / Static Analysis
Additional Context
Links:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request