Skip to content

Commit 33bfe27

Browse files
committed
doc: update CHANGELOG with v1.19.3 notes
1 parent 52feb61 commit 33bfe27

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
3232
* [JRuby] `Document#create_element` and `Node.new` no longer set the namespace to the document's default namespace. The namespace must be set explicitly with `namespace=` or by parenting the node. (#3457, #3463) @flavorjones
3333

3434

35+
## v1.19.3 / 2026-04-27
36+
37+
### Fixed / Security
38+
39+
* Address exponential regex backtracking in CSS selector tokenizer. See [GHSA-c4rq-3m3g-8wgx](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-c4rq-3m3g-8wgx) for more information.
40+
* [CRuby] Address memory leak in `XSLT::Stylesheet#transform`. See [GHSA-v2fc-qm4h-8hqv](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-v2fc-qm4h-8hqv) for more information.
41+
42+
3543
## v1.19.2 / 2026-03-19
3644

3745
### Dependencies

0 commit comments

Comments
 (0)