Release v1.7.0
New Features
- Added validations for cross-origin isolation headers (COEP & COOP)
- Added two new validations
value-any-of
andvalue-one-of
- Added the option to validate named cookies
- Added the option to define a fallback referrer policy
- Added the option to specify a custom severity in the rules file
Bug Fixes
- CSP validations will now validate non-key-value directives
- YAML keys in the rules file are no longer case sensitive
Value
validation will now enforce an exact match against the entire valueX-Content-Type-Options
will now only permit a single value
Other
- Simplified the rules file. The
enforce
anddelimiter
keys has been removed - Condensed the report when multiple errors are reported for the same rule
- Case is preserved in the report when returning expected values, anomalies etc.
- Improved matching mechanism for validations to reduce false positives and false negatives
- Updated documentation and Docstring
- General refactoring