Fix bug in mode, which would inject the CSP into third party domains, which they would then throw violations for and trip the result
Some checks failed
CI / test (push) Failing after 2m37s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-06 09:07:21 +11:00
parent a4a15fba57
commit a8093975fd
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 0.1.3
* Fix bug in `--evaluate` mode, which would inject the CSP into third party domains, which they would then throw violations for and trip the result
## 0.1.2
* Add `--bypass-csp` option to ignore an existing enforcing CSP to avoid it skewing results