Skip to content

Remediate vulnerable transitive Python dependencies in workspace lockfile - #240

Merged
timesler merged 1 commit into
mainfrom
copilot/remove-vulnerable-dependencies
Jul 15, 2026
Merged

Remediate vulnerable transitive Python dependencies in workspace lockfile#240
timesler merged 1 commit into
mainfrom
copilot/remove-vulnerable-dependencies

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

A forked commit identified dependency vulnerabilities worth reviewing upstream. In this repo, the only still-relevant remediation is in the workspace Python lockfile: vulnerable transitive pins for authlib and urllib3.

  • Scope

    • Applies the relevant subset of the forked dependency cleanup without changing declared project dependencies or expanding the blast radius.
    • Leaves Rust dependencies untouched because the current Cargo.lock no longer contains the vulnerable openssl entries referenced by the fork commit.
  • Lockfile updates

    • Bumps authlib from 1.6.6 to 1.6.9
    • Bumps urllib3 from 2.6.2 to 2.7.0
  • Impact

    • Preserves current package surfaces and dependency declarations.
    • Narrows the change to lockfile resolution so functionality remains aligned with the existing dependency set.
# uv.lock
authlib = "1.6.9"
urllib3 = "2.7.0"

@atlassian-cla-bot

Copy link
Copy Markdown

Thank you for your submission! Like many open source projects, we ask that you sign our CLA (Contributor License Agreement) before we can accept your contribution.
If your email is listed below, please ensure that you sign the CLA with the same email address.

The following users still need to sign our CLA:
❌Copilot

Already signed the CLA? To re-check, try refreshing the page.

Copilot AI changed the title Update vulnerable workspace Python lockfile dependencies Remediate vulnerable transitive Python dependencies in workspace lockfile Jul 15, 2026
Copilot AI requested a review from timesler July 15, 2026 03:38
Copilot AI temporarily deployed to atlassian-mcp-integration July 15, 2026 05:04 Inactive
@timesler
timesler marked this pull request as ready for review July 15, 2026 05:51
@timesler
timesler merged commit 7d35a53 into main Jul 15, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants