Skip to content

Commit af65c3b

Browse files
committed
Prepare release 0.6.3
1 parent 5a49bd1 commit af65c3b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
Revision 0.6.2, released 16-01-2026
218
---------------------------------------
319

pyasn1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://www.python.org/dev/peps/pep-0396/
2-
__version__ = '0.6.2'
2+
__version__ = '0.6.3'

0 commit comments

Comments
 (0)