Skip to content

Commit 8ca1e1b

Browse files
committed
Ruby: add changenote for XXE improvements
1 parent bfda08e commit 8ca1e1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* The `rb/xxe` query has been updated to add the following sinks for XML external entity expansion:
5+
1. Calls to parse XML using `LibXML` when its `default_substitute_entities` option is enabled.
6+
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.

0 commit comments

Comments
 (0)