Nokogiri v1.13.6 Release Notes

Release Date: 2022-05-08 // almost 2 years ago
  • ๐Ÿ”’ Security

    • ๐Ÿ”’ [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“œ {HTML4,XML}::SAX::{Parser,ParserContext} constructor methods now raise TypeError instead of segfaulting when an incorrect type is passed.