v1.7.13
·
69 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
XssAnalyzerHTTP header checks (live CSP verification) now only run in production/staging — previously ran in all non-CI environments, causing false positives for developers using Docker, Valet.testdomains, or ngrok tunnels;analyzeHttpHeaders()now gates onisHttpCheckEnvironment()consistent withshieldci.environment_mapping(#193)EnvHttpAccessibilityAnalyzerHTTP accessibility checks now only run in production/staging — previously ran in all non-CI environments, causing spurious Critical alerts when a local web server (Docker, Valet) serves.envfiles at a dev URL;shouldRun()now gates onisHttpCheckEnvironment()(#194)HSTSHeaderAnalyzerno longer false-positives whenURL::forceHttps(false)is called — anyforceHttps()call was treated as HTTPS enforcement regardless of its argument; the fix inspects the first argument and skips calls where it is a literalfalse; no-argument and variable-argument calls continue to be treated as HTTPS-only (#195)