2026-08-21 23:53:27 +02:00
|
|
|
.PHONY: check test fixture-evidence
|
|
|
|
|
|
|
|
|
|
check: test
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli validate-packs probe-packs
|
2026-08-22 00:44:21 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli validate-targets targets
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli kill-switch
|
2026-08-21 23:53:27 +02:00
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
PYTHONPATH=src python3 -m pytest -q
|
|
|
|
|
|
|
|
|
|
fixture-evidence:
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli fixtures --output evidence/offline-calibration.json
|
2026-08-22 09:40:27 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli e3-fixtures --output evidence/offline-e3-calibration.json
|
2026-09-01 20:26:47 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli capacity-fixture --output evidence/offline-capacity-calibration.json
|
2026-09-02 13:05:42 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-01 --output evidence/offline-asm-t01-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-02 --output evidence/offline-asm-t02-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-03 --output evidence/offline-asm-t03-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-04 --output evidence/offline-asm-t04-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-05 --output evidence/offline-asm-t05-calibration.json
|
2026-09-02 10:10:53 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-06 --output evidence/offline-asm-t06-calibration.json
|
2026-09-02 13:05:42 +02:00
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-07 --output evidence/offline-asm-t07-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-08 --output evidence/offline-asm-t08-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-09 --output evidence/offline-asm-t09-calibration.json
|
|
|
|
|
PYTHONPATH=src python3 -m whitehat_security.cli asm-fixtures --test-id T-10 --output evidence/offline-asm-t10-calibration.json
|