This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate feed-rs

Dependencies

(10 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ammonia ⚠️^4.0.04.1.2maybe insecure
 chrono^0.4.380.4.45up to date
 mediatype^0.19.180.21.0out of date
 quick-xml^0.37.10.40.1out of date
 regex^1.11.11.12.4up to date
 serde^1.0.2151.0.228up to date
 serde_json^1.0.1331.0.150up to date
 siphasher^1.0.11.0.3up to date
 url^2.5.42.5.8up to date
 uuid^1.11.01.23.4up to date

Security Vulnerabilities

ammonia: Incorrect handling of embedded SVG and MathML leads to mutation XSS after removal

RUSTSEC-2025-0071

Affected versions of this crate did not correctly strip namespace-incompatible tags in certain situations, causing it to incorrectly account for differences between HTML, SVG, and MathML.

This vulnerability only has an effect when the svg or math tag is allowed, because it relies on a tag being parsed as html during the cleaning process, but serialized in a way that causes in to be parsed as xml by the browser.

Additionally, the application using this library must allow a tag that is parsed as raw text in HTML. These elements are:

  • title
  • textarea
  • xmp
  • iframe
  • noembed
  • noframes
  • plaintext
  • noscript
  • style
  • script

Applications that do not explicitly allow any of these tags should not be affected, since none are allowed by default.