Skip to content

Commit 82d8e53

Browse files
committed
add release notes for 0.19.2
1 parent bd66899 commit 82d8e53

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
* Release 0.19.2 (26 Mar 2026)
2+
3+
Bug fixes:
4+
* Fix CVE-2026-33936, a DER parsing issue in ``remove_octet_string()``,
5+
``remove_constructed()``, and ``remove_implitic()`` where a truncated buffer
6+
wasn't detected. This can lead to high level functions, like
7+
``SigningKey.from_der()`` to raise unexpected exceptions.
8+
(Mohamed Abdelaal (0xmrma))
9+
10+
Maintenance:
11+
* Update CI to use newer version of Ubuntu.
12+
113
* Release 0.19.1 (13 Mar 2025)
214

315
New API:

0 commit comments

Comments
 (0)