- Implemented comprehensive tests for security toggle handlers in `security_toggles_test.go`, covering enable/disable functionality for ACL, WAF, Cerberus, CrowdSec, and RateLimit. - Added sample JSON response for CrowdSec decisions in `lapi_decisions_response.json`. - Created aggressive preset configuration for CrowdSec in `preset_aggressive.json`. - Documented backend coverage, security fixes, and E2E testing improvements in `2026-02-02_backend_coverage_security_fix.md`. - Developed a detailed backend test coverage restoration plan in `current_spec.md` to address existing gaps and improve overall test coverage to 86%+.
6 lines
153 B
JSON
6 lines
153 B
JSON
{
|
|
"name": "aggressive",
|
|
"scenarios": ["crowdsecurity/http-probing", "crowdsecurity/http-bad-user-agent"],
|
|
"parsers": ["crowdsecurity/http-logs"]
|
|
}
|