File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Revision 0.6.3, released 16-03-2026
2+ ---------------------------------------
3+
4+ - CVE-2026-30922 (GHSA-jr27-m4p2-rc6r): Added nesting depth
5+ limit to ASN.1 decoder to prevent stack overflow from deeply
6+ nested structures (thanks for reporting, romanticpragmatism)
7+ - Fixed OverflowError from oversized BER length field
8+ [issue #54](https://github.com/pyasn1/pyasn1/issues/54)
9+ [pr #100](https://github.com/pyasn1/pyasn1/pull/100)
10+ - Fixed DeprecationWarning stacklevel for deprecated attributes
11+ [issue #86](https://github.com/pyasn1/pyasn1/issues/86)
12+ [pr #101](https://github.com/pyasn1/pyasn1/pull/101)
13+ - Fixed asDateTime incorrect fractional seconds parsing
14+ [issue #81](https://github.com/pyasn1/pyasn1/issues/81)
15+ [pr #102](https://github.com/pyasn1/pyasn1/pull/102)
16+
117Revision 0.6.2, released 16-01-2026
218---------------------------------------
319
Original file line number Diff line number Diff line change 11# https://www.python.org/dev/peps/pep-0396/
2- __version__ = '0.6.2 '
2+ __version__ = '0.6.3 '
You can’t perform that action at this time.
0 commit comments