Skip to content

Latest commit

 

History

History
128 lines (61 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

128 lines (61 loc) · 7.11 KB

Changelog

1.3.9 (2025-01-03)

Bug Fixes

  • csp: allow duplicate report-* directives (#151) (c172ce8)

1.3.8 (2024-12-20)

Bug Fixes

Miscellaneous

1.3.7 (2024-12-16)

Miscellaneous

1.3.6 (2024-12-04)

Bug Fixes

  • redirection: provide additional intermediate ca certs (#123) (0200be8)

1.3.5 (2024-10-15)

Miscellaneous

  • api: added a migration paragraph to the README (#113) (7ba23ac)

1.3.4 (2024-09-23)

Bug Fixes

1.3.3 (2024-09-17)

Bug Fixes

1.3.2 (2024-09-16)

Bug Fixes

  • cli: make the scan command npx compatible (#92) (6d66d0e)

1.3.1 (2024-09-16)

Bug Fixes

  • ci: check dependabot PR user instead of actor (#84) (723f3a6)

1.3.0 (2024-08-26)

Bug Fixes

  • scanner: allow 401 and 403 responses, set proper accept header on requests (#64) (b90b1ff)

1.2.1 (2024-08-05)

Bug Fixes

Miscellaneous

  • types: solidify type annotations, add tsc checks (#56) (fa09305)

1.2.0 (2024-07-26)

Features

Bug Fixes

  • hsts: resolve path for hsts-preload.json file (0ea5178)
  • hsts: rework file path resolution (#50) (1b2e9ed)

1.1.0 (2024-07-22)

Features

Bug Fixes

  • api: properly refuse hostnames in special TLDs (MP-1287) (ea315ba)
  • api: typos in policy copy (e1d710d)
  • auto-merge: approve before comment (#22) (c2519a1)
  • auto-merge: remove accidental quote (#23) (561b2dd)
  • csp: make sure a single frame-ancestors in meta equiv tags gets ignored correctly (5080718)
  • xframeoptions: added a test that ensures meta equiv tags with x-frame-options are ignored (39cf38c)

Miscellaneous