v1.7.6
Immutable
release. Only release title and notes can be modified.
Fixed
XssDetectionAnalyzerno longer false-positives onstyle-src 'unsafe-inline'in Content Security Policy headers — CSP directives are now parsed individually rather than matched against the full header string, sostyle-src 'unsafe-inline'is only flagged when it appears as its own directive; previously, a validdefault-src 'none'; style-src 'unsafe-inline'policy was incorrectly passing because'unsafe-inline'was found anywhere in the string without checking which directive it belonged to (#183)
Changed
EnvFileSecurityAnalyzerno longer checks.envfile permissions —FilePermissionsAnalyzeralready owns this responsibility with a more thorough bitwise, multi-stage implementation; running both analyzers was producing two separate findings for the same problem;EnvFileSecurityAnalyzercontinues to check for.envin public directories, real credentials in.env.example, and.gitignore/ git-tracking hygiene (#184)