Skip to content

fix(security): add pnpm overrides for esbuild, fast-uri, undici - #840

Open
fro-bot wants to merge 1 commit into
mainfrom
fix/security-alerts
Open

fix(security): add pnpm overrides for esbuild, fast-uri, undici#840
fro-bot wants to merge 1 commit into
mainfrom
fix/security-alerts

Conversation

@fro-bot

Copy link
Copy Markdown

Summary

Remediates 9 Dependabot security alerts by adding pnpm overrides in `pnpm-workspace.yaml` to pin transitive `esbuild`, `fast-uri`, and `undici` to non-vulnerable versions.

Alerts Fixed

AlertSeverityPackageVulnerable RangePatched
#99Highesbuild`>= 0.17.0, < 0.28.1`0.28.1
#98Lowesbuild`>= 0.27.3, < 0.28.1`0.28.1
#96Highfast-uri`<= 3.1.1`3.1.2
#95Highfast-uri`<= 3.1.0`3.1.2
#69Highundici`< 6.24.0`6.24.0
#67Highundici`< 6.24.0`6.24.0
#65Mediumundici`< 6.24.0`6.24.0
#62Mediumundici`< 6.24.0`6.24.0
#42Mediumundici`< 6.23.0`6.23.0

Notes

All three packages are transitive dependencies. The pattern follows the in-progress fix in `bfra-me/.github#2292` (esbuild) and the open PR in `bfra-me/renovate-action#3301` (fast-uri).

Auto-generated by Fro Bot org autoheal scan.

Remediates 7 Dependabot security alerts by adding pnpm overrides
that pin transitive packages to non-vulnerable versions.
Alerts:
- esbuild: #98 LOW, #99 HIGH
- fast-uri: #95 HIGH (<= 3.1.0), #96 HIGH (<= 3.1.1)
- undici: #42 MEDIUM, #62 MEDIUM, #65 MEDIUM, #67 HIGH, #69 HIGH
Auto-generated by fro-bot org autoheal scan.
@fro-bot

Copy link
Copy Markdown
Author

Superseded by #843 — this branch (fix/security-alerts) is CONFLICTING due to Renovate lock-file churn. The rebased branch is at pr-840-rebased and re-applies the same esbuild + fast-uri + undici overrides on top of current main with a freshly regenerated lockfile. Please close this PR in favor of #843.

Sign up for freeto 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.

1 participant

@fro-bot