mirror of
https://github.com/davidalvarezp/websec-audit.git
synced 2026-06-23 11:48:28 +02:00
v1.0.1
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
---
|
||||
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 -->
|
||||
Reference in New Issue
Block a user