chore(deps): bump pyasn1 from 0.6.3 to 0.6.4 in the pip group across 1 directory#178
chore(deps): bump pyasn1 from 0.6.3 to 0.6.4 in the pip group across 1 directory#178dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip group with 1 update in the / directory: [pyasn1](https://github.com/pyasn1/pyasn1). Updates `pyasn1` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Safe to merge. ✅
This is a security-only patch bump of pyasn1 (0.6.3 → 0.6.4), touching only poetry.lock. The pyproject.toml constraint pyasn1 = "^0.6.3" already permits it, and poetry check --lock passes.
How this repo uses pyasn1 (encode-only):
evervault/crypto/curves/base.pybuilds aSubjectPublicKeyInfofrompyasn1.type.univtypes (Sequence,OctetString,BitString,ObjectIdentifier,Integer).evervault/crypto/curves/{koblitz,p256}.pycallpyasn1.codec.der.encoder.encode(...).- Consumed by
crypto/client.py::__generate_shared_keyto derive the KDF input for SECP256R1 (always) and SECP256K1 (when a data role is set).
The SDK only encodes, uses standard short OIDs/tags, and never touches univ.Real or any decoder.
0.6.4 changelog (only version between current and target):
- CVE-2026-59885 — OID/RELATIVE-OID decoder quadratic-time fix ("decoded values are unchanged").
- CVE-2026-59884 — limits BER long-form tag IDs on decode +
repr()fix. - CVE-2026-59886 —
univ.Real.__float__()memory/CPU fix. - Pinned PyPI publish GH Action (CI hygiene).
All fixes are in the decode path / Real type; none affect the encode API used here, and there are no signature/API removals.
Verification: Ran the test suite in a venv against both 0.6.4 and 0.6.3. tests/test_key_encoder.py (which asserts the exact base64 DER of a P256 SPKI) passes on 0.6.4 with byte-identical output. Both versions produce identical results (88 passed / 10 failed); the 10 failures are pre-existing, network-blocked attestation-doc tests unrelated to this change.
No code changes needed.
Bumps the pip group with 1 update in the / directory: pyasn1.
Updates
pyasn1from 0.6.3 to 0.6.4Release notes
Sourced from pyasn1's releases.
Changelog
Sourced from pyasn1's changelog.
Commits
72e4803Prepare release 0.6.40c19eebPin PyPI publish action to immutable commit (#113)45bdb19Merge commit from fork628e36eMerge commit from forke60c691Merge commit from forkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.