Files
codeql/ruby/ql/src/change-notes/released/0.4.1.md
2022-10-07 02:20:28 +00:00

485 B

0.4.1

Minor Analysis Improvements

  • The rb/xxe query has been updated to add the following sinks for XML external entity expansion:
    1. Calls to parse XML using LibXML when its default_substitute_entities option is enabled.
    2. Uses of the Rails methods ActiveSupport::XmlMini.parse, Hash.from_xml, and Hash.from_trusted_xml when ActiveSupport::XmlMini is configured to use LibXML as its backend, and its default_substitute_entities option is enabled.