Skip to content

Latest commit

 

History

History
88 lines (44 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

88 lines (44 loc) · 5.39 KB

Changelog

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