python-pyasn1/tests/tests.yml
Simon Pichugin e58db0c224 Update to 0.6.3
Update License to BSD-2-Clause to match upstream SPDX identifier
Added nesting depth limit to ASN.1 decoder (CVE-2026-30922)
Fixed continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490)

Resolves: RHEL-170862
2026-04-29 18:33:59 -07:00

28 lines
653 B
YAML

---
- hosts: localhost
tags:
- classic
pre_tasks:
- import_role:
name: standard-test-source
vars:
flatten: false
roles:
- role: standard-test-basic
required_packages:
- python3-pyasn1
- python3-pyasn1-modules
tests:
- unittests-pyasn1:
# Must match the unpacked tarball directory name from this SRPM (see sources / spec Version).
dir: "source/pyasn1-0.6.3"
run: >-
rm -rf pyasn1 &&
python3 -m tests
- unittests-pyasn1-modules:
dir: "source/pyasn1-modules-0.4.2"
run: >-
rm -rf pyasn1_modules &&
python3 -m tests