/** * Precision fixtures for the adversary-tactics web-hygiene rules. * * Each rule under test gets: * - A TRUE-POSITIVE fixture: vulnerable code that MUST fire. * - A BENIGN-NEGATIVE fixture: safe/protected code that MUST NOT fire. * * Rules that fire on the benign fixture are candidates for QUARANTINED_RULES. * This file is the eval-gate that gates `adversaryTactics: true` in * DEFAULT_SCANNER_OPTIONS. * * Focus areas covered: CSRF, CORS, clickjacking/security-headers, rate-limit. * * @module __tests__/scanners/adversary-tactics-precision */ export {}; //# sourceMappingURL=adversary-tactics-precision.test.d.ts.map