mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Changelog since 0.6.2: - Fix CVE-2026-30922: nesting depth limit in ASN.1 decoder to prevent stack overflow from deeply nested structures - Fix OverflowError from oversized BER length fields (#54) - Fix incorrect stacklevel in deprecation warnings (#86) - Fix fractional seconds parsing in asDateTime function (#81) Full changelog: https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>