Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Repository | Description
[ThreatHunter-Playbook](https://github.com/Cyb3rWard0g/ThreatHunter-Playbook) | A Threat hunter's playbook to aid the development of techniques and hypothesis for hunting campaigns
[Web Security](https://github.com/qazbnm456/awesome-web-security) | Curated list of Web Security materials and resources
[Vulhub](https://github.com/vulhub/vulhub) | Pre-Built Vulnerable Environments Based on Docker-Compose
[VulnHawk](https://github.com/momenbasel/vulnhawk) | AI-powered static code security scanner that detects business logic flaws, missing auth checks, and IDOR vulnerabilities that traditional SAST tools miss. Supports Python, JavaScript, TypeScript, and Go with CLI, GitHub Action, and SARIF output.
Comment on lines 98 to +101
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list in this section is intended to be alphabetical (per contributing.md), but with this addition the ordering around these entries is not alphabetical: Web Security (W) currently appears before Vulhub/VulnHawk (V). Consider moving Web Security after the V entries to keep the list sorted.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "missing auth checks" is ambiguous (could read as authentication rather than authorization). Since the rest of the sentence mentions authorization/IDOR-style issues, consider changing this to "missing authorization checks" for clarity.

Copilot uses AI. Check for mistakes.

## Need More ?

Expand Down
Loading