fix: bump pacote and django for security advisories - #757
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
fix: bump pacote and django for security advisories#757devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
…visories Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
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.
Summary
Dependency-only security remediation from the automated Wiz + Dependabot reconciliation run (2026-09-07).
pacote21.0.0 → 21.5.1 via rootresolutions(High, CVE-2026-9496)django5.2.16 → 5.2.17 and 6.0.7 → 6.1.1 in the Python SDK lockfile (High CVE-2026-15307 + Moderate CVE-2026-15337/15830/15920)yarn.lockchurn (~289 lines) is lockfile regeneration from the newpacoteresolution.Findings, decisions, and verification
Findings addressed
package.jsonresolutions /yarn.locksdk/@launchdarkly/observability-python/poetry.locksdk/@launchdarkly/observability-python/poetry.lockDjango is a dev-extra dependency of the Python SDK; the lockfile holds one entry per Python version (
<3.13→ 5.2.x,>=3.13→ 6.x). Both were regenerated withpoetry update --lock django; the 6.x entry resolves to 6.1.1 (a minor bump within the same major, which supersedes the 6.0.8 fix Wiz recommends).Deferred
github.com/labstack/echo/v44.11.4 → 4.15.3 (High, CVE-2026-55677,e2e/go/go.mod+sdk/highlight-go/go.mod) — already covered by open Dependabot PR chore(deps): bump the go_modules group across 2 directories with 1 update #748; not duplicated here.fast-uri3.1.5→3.1.6,browserslist4.28.1→4.28.7,google.golang.org/grpc1.82.1→1.83.1,@humanfs/node,@xmldom/xmldom,fflate,qs6.15.2→6.16.0.toml3→4,decode-uri-component0.2→0.5,svelte4→5,react-router6→7,@nestjs/core10→11,@opentelemetry/core1→2,nanoid4→5,file-type20→21,uuid<11.1.1,pacote20.0.0 (pinned exactly by@angular/cli, only fixed at 21.x).e2e/dotnet4OpenTelemetry 1.11→1.15: nuget.org is blocked in this environment; covered by Dependabot Bump the nuget group with 4 updates #513/Bump the nuget group with 1 update #509/Bump the nuget group with 1 update #496.nextandviteWiz rows are stale — rootresolutionsonmainalready pin patched versions.Verification
yarn install— lockfile resolved and written. The@highlight-run/rrvideopostinstall build fails in this environment because the Chrome download CDN is blocked (PUPPETEER_SKIP_DOWNLOAD=1); unrelated to this change.yarn dedupe --check— clean.yarn build:sdk— 20/20 tasks pass.yarn lint— 49/49 tasks pass.poetry check --lock— lockfile consistent withpyproject.toml.yarn format-checkwarns only on generatedlib/typescriptbuild output (untracked, pre-existing).yarn test'sangular.io-example#buildneedsfonts.googleapis.com, which is blocked here.Link to Devin session: https://app.devin.ai/sessions/036fd39cfe4f442081faba7c81d9fc1f
Open in Devin Desktop: https://app.devin.ai/desktop/session/036fd39cfe4f442081faba7c81d9fc1f?variant=devin
Note
Overview
Security-only dependency bumps with no application source changes.
Root
package.jsonresolutions now pinpacote@^21.0.0to 21.5.1 (CVE-2026-9496).yarn.lockwas regenerated so the resolved tree moves topacote@21.5.1and newer@npmcli/*, registry-fetch, sigstore, and related install tooling transitives.In
sdk/@launchdarkly/observability-python/poetry.lock, optional dev Django entries are updated: 5.2.16 → 5.2.17 (Python <3.13) and 6.0.7 → 6.1.1 (Python ≥3.13) for the cited Django CVEs.Reviewed by Cursor Bugbot for commit f662024. Bugbot is set up for automated code reviews on this repo. Configure here.