Skip to content

feat(frameworks): add web application firewall detectors#360

Open
TBX3D wants to merge 1 commit into
vmfunc:mainfrom
TBX3D:feat/waf-detectors
Open

feat(frameworks): add web application firewall detectors#360
TBX3D wants to merge 1 commit into
vmfunc:mainfrom
TBX3D:feat/waf-detectors

Conversation

@TBX3D

@TBX3D TBX3D commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

adds detectors for cloudflare's bot-challenge/mitigation response, sucuri, imperva incapsula, f5 big-ip asm, and modsecurity. each keys on a header, set-cookie name, or block-page string the waf itself sets on an interception response, rather than anything that could appear in ordinary prose about the vendor, so a page merely mentioning a waf by name doesn't trip it.

detect cloudflare waf, sucuri, incapsula, f5 big-ip asm and modsecurity
from the headers, cookies and block-page strings the waf itself sets, so
a site that merely names the vendor in prose does not trip them. grouped
in one file so the category can be reviewed or excluded as a unit.
@TBX3D
TBX3D requested a review from vmfunc as a code owner July 9, 2026 23:03
@github-actions github-actions Bot added size/l <500 lines changed scan changes to scan engine tests test changes labels Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

pr summary

2 files changed (+214 -0)

category files
go source 2
tests 1

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@7ea1cd2). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #360   +/-   ##
=======================================
  Coverage        ?   55.11%           
=======================================
  Files           ?       82           
  Lines           ?     6924           
  Branches        ?        0           
=======================================
  Hits            ?     3816           
  Misses          ?     2840           
  Partials        ?      268           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scan changes to scan engine size/l <500 lines changed tests test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants