Sourced from pyasn1's releases.
Release 0.6.3
It's a minor release.
- Added nesting depth limit to ASN.1 decoder to prevent stack overflow from deeply nested structures (CVE-2026-30922).
- Fixed OverflowError from oversized BER length field.
- Fixed DeprecationWarning stacklevel for deprecated attributes.
- Fixed asDateTime incorrect fractional seconds parsing.
All changes are noted in the CHANGELOG.
Release 0.6.2
It's a minor release.
- Fixed continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490).
- Added support for Python 3.14.
- Added SECURITY.md policy.
- Migrated to pyproject.toml packaging.
All changes are noted in the CHANGELOG.
Sourced from pyasn1's changelog.
Revision 0.6.3, released 16-03-2026
- CVE-2026-30922 (GHSA-jr27-m4p2-rc6r): Added nesting depth limit to ASN.1 decoder to prevent stack overflow from deeply nested structures (thanks for reporting, romanticpragmatism)
- Fixed OverflowError from oversized BER length field [issue #54](pyasn1/pyasn1#54) [pr #100](pyasn1/pyasn1#100)
- Fixed DeprecationWarning stacklevel for deprecated attributes [issue #86](pyasn1/pyasn1#86) [pr #101](pyasn1/pyasn1#101)
- Fixed asDateTime incorrect fractional seconds parsing [issue #81](pyasn1/pyasn1#81) [pr #102](pyasn1/pyasn1#102)
Revision 0.6.2, released 16-01-2026
- CVE-2026-23490 (GHSA-63vm-454h-vhhq): Fixed continuation octet limits in OID/RELATIVE-OID decoder (thanks to tsigouris007)
- Added support for Python 3.14 [pr #97](pyasn1/pyasn1#97)
- Added SECURITY.md policy
- Fixed unit tests failing due to missing code [issue #91](pyasn1/pyasn1#91) [pr #92](pyasn1/pyasn1#92)
- Migrated to pyproject.toml packaging [pr #90](pyasn1/pyasn1#90)
af65c3b
Prepare release 0.6.35a49bd1
Merge commit from fork5494ba4
Fix asDateTime incorrect fractional seconds parsing (#102)71f486e
Fix DeprecationWarning stacklevel for deprecated attributes (#101)d7cb42d
Fix OverflowError from oversized BER length field (#100)e7356f8
Prepare release 0.6.23908f14
Merge commit from fork0a7e067
Add support for Python 3.14 (#97)33656e9
Create Security Policyfa62307
fix for issue #91: unit
tests failing due to missing code (#92)