Files
websec-audit/.github/ISSUE_TEMPLATE/feature_request.md
T
2026-03-23 11:10:48 +01:00

43 lines
927 B
Markdown

---
name: Feature Request
about: Suggest a new module, option, or improvement
title: "[FEAT] "
labels: enhancement
assignees: davidalvarezp
---
## Summary
<!-- A concise one-sentence summary of what you'd like -->
## Problem / Motivation
<!-- What problem does this solve? What security gap does it address? -->
## Proposed Solution
<!-- Describe how you'd like it to work. Include example CLI usage if applicable -->
```bash
# Example usage
./websec-audit.sh -t https://target.com --new-option
```
## Tools / Techniques Involved
<!-- What tools, techniques, or vulnerability classes would this cover? -->
## Alternatives Considered
<!-- Any alternative solutions or workarounds you've already explored -->
## Acceptance Criteria
<!-- How would you verify the feature is working correctly? -->
- [ ] ...
- [ ] ...
## Additional Context
<!-- Links, CVEs, research papers, or other context that may be helpful -->