Adding --payload-lint to CI/CD

This commit is contained in:
Miroslav Štampar 2026-07-08 17:51:37 +02:00
parent 0033934426
commit fd009027f7
9 changed files with 449 additions and 8 deletions

View file

@ -122,6 +122,11 @@ jobs:
- name: Smoke test
run: python sqlmap.py --smoke-test
- name: Payload lint
# offline: emulates blind + UNION enumeration across all DBMSes and checks
# every payload agent.py builds with lib/utils/sqllint (structural sanity)
run: python sqlmap.py --payload-lint
- name: Vuln test
run: python sqlmap.py --vuln-test