Bump pyasn1 from 0.5.0 to 0.6.4 in /templates/rag-aws-bedrock#26
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump pyasn1 from 0.5.0 to 0.6.4 in /templates/rag-aws-bedrock#26dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 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.5.0...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Risk: low. Approved — lockfile-only transitive pyasn1 security bump (0.5.0→0.6.4) in the rag-aws-bedrock template; no application logic changes. Cursor Bugbot passed with no findings; Cursor Security Agent was not present on this PR. No reviewers assigned.
Sent by Cursor Approval Agent: Pull Request Approver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps pyasn1 from 0.5.0 to 0.6.4.
Release notes
Sourced from pyasn1's releases.
... (truncated)
Changelog
Sourced from pyasn1's changelog.
... (truncated)
Commits
72e4803Prepare release 0.6.40c19eebPin PyPI publish action to immutable commit (#113)45bdb19Merge commit from fork628e36eMerge commit from forke60c691Merge commit from forkaf65c3bPrepare release 0.6.35a49bd1Merge commit from fork5494ba4Fix asDateTime incorrect fractional seconds parsing (#102)71f486eFix DeprecationWarning stacklevel for deprecated attributes (#101)d7cb42dFix OverflowError from oversized BER length field (#100)Dependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only transitive dependency security update; no app logic changes. pyasn1 0.6.x requires Python ≥3.8, which matches the template constraint.
Overview
Updates
templates/rag-aws-bedrock/poetry.lockso transitivepyasn1moves from 0.5.0 to 0.6.4 (pulled in viarsafor the AWS CLI/SDK stack). No application source orpyproject.tomlchanges.The lockfile was regenerated with Poetry 2.4.1, which also bumps the lock format to 2.1, adds
groupson packages, and refreshes assorted metadata and wheel entries—these are tooling/format deltas, not new direct dependencies.Why: 0.6.4 addresses several ASN.1 decoder/resource exhaustion CVEs (OID/tag parsing, nesting depth, oversized BER lengths, etc.) that affect parsing of untrusted ASN.1 data.
Reviewed by Cursor Bugbot for commit 5b7fcda. Bugbot is set up for automated code reviews on this repo. Configure here.