Skip to content

Releases: kdan-mobile-software-ltd/error_response

v1.2.1

14 Apr 11:39

Choose a tag to compare

  • Patch addressable to 2.9.0.
    • Fix Regular Expression Denial of Service in Addressable templates.
  • Raise the minimum supported Ruby version to 3.1.

v1.2.0

30 Mar 09:22

Choose a tag to compare

  • Patch activesupport to 7.2.3.1.
    • Fix possible ReDoS vulnerability in number_to_delimited.
    • Fix possible XSS vulnerability in ActiveSupport::SafeBuffer#%.
  • Add SECURITY.md.
  • Add README.md link to the security policy.
  • Add RSpec coverage for loading remote error definitions.
  • Add RuboCop configuration and clean up lint issues.
  • Improve remote YAML loading safety.

v1.1.6

18 Jul 12:49

Choose a tag to compare

  • Fix readme typo.

v1.1.5

17 Jul 08:38

Choose a tag to compare

  • Update development_dependency.
  • Update require active_support/concern instead of active_support/all.
  • Optimize rspec test.
  • Update CI to use Ruby 3.4.5.
  • Fix Deserialization of untrusted data CWE-502 by using YAML.safe_load.