- Security Fix CWE-502:
- Replace
YAML.loadwithYAML.safe_loadto prevent arbitrary code execution vulnerabilities. - Replace
YAML.load_filewithYAML.safe_load_filefor safer YAML file loading.
- Replace
- Update CI to use Ruby 3.4.5.
- Lock dependency gem version.
- Optimize rspec test.