Skip to content

v2.1.0

Latest

Choose a tag to compare

@william-eth william-eth released this 18 Jul 13:10
  • Security Fix CWE-502:
    • Replace YAML.load with YAML.safe_load to prevent arbitrary code execution vulnerabilities.
    • Replace YAML.load_file with YAML.safe_load_file for safer YAML file loading.
  • Update CI to use Ruby 3.4.5.
  • Lock dependency gem version.
  • Optimize rspec test.