mirror of
https://github.com/davidalvarezp/websec-audit.git
synced 2026-06-23 11:48:28 +02:00
43 lines
927 B
Markdown
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 -->
|