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

1.5 KiB

Summary

Type of Change

  • 🐛 Bug fix
  • New feature / module
  • 📝 Documentation update
  • ♻️ Refactor (no functional changes)
  • Performance improvement
  • 🔧 Chore / maintenance

Changes Made

Module(s) Affected

  • Recon
  • Port Scan
  • Fingerprint
  • SSL/TLS
  • HTTP Headers
  • Dir/File Enum
  • Nikto
  • SQLi
  • XSS
  • CMS
  • CORS
  • Open Redirect
  • SSRF
  • Subdomain Takeover
  • Nuclei
  • Reporting / Output
  • Install script
  • Documentation

Testing

# Commands used to test
./websec-audit.sh -t https://REDACTED --your-new-option
  • Tested on Debian / Ubuntu
  • Tested with --aggressive mode
  • Tested with --stealth mode
  • Tested with --skip-<module> to ensure skip works
  • shellcheck -S warning websec-audit.sh passes with zero warnings

Checklist

  • Code follows the style guidelines in CONTRIBUTING.md
  • Self-review completed
  • New module added to README.md module table
  • CHANGELOG.md updated under [Unreleased]
  • No hardcoded credentials, IPs, or sensitive data
  • All findings go through add_finding() — not written directly to files