[codex] fix security alerts#183
Open
parithosh wants to merge 1 commit into
Open
Conversation
This was referenced May 20, 2026
barnabasbusa
pushed a commit
to ethpandaops/buildoor
that referenced
this pull request
May 21, 2026
Mirrors the workflow hardening from ethpandaops/assertoor#183: - Drop caller-controlled ref inputs from reusable check/build workflows - Move PR build trigger from pull_request_target to pull_request - Add explicit read-only default permissions to workflows - Split fork-PR binary builds from Docker publishing so secrets never reach untrusted code - Switch internal artifact handoffs to artifact IDs to avoid name poisoning Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
pull Bot
pushed a commit
to Siriusmene/eth-beacon-genesis
that referenced
this pull request
May 21, 2026
Mirrors the workflow hardening from ethpandaops/assertoor#183 and patches three open Go dependabot alerts in the same PR. Workflow changes: - Drop caller-controlled ref inputs from reusable check/build workflows - Move PR build trigger from pull_request_target to pull_request - Add explicit read-only default permissions to workflows - Split fork-PR binary builds from Docker publishing so secrets never reach untrusted code - Switch internal artifact handoffs to artifact IDs to avoid name poisoning Dependency updates: - go.opentelemetry.io/otel v1.40.0 -> v1.43.0 (baggage header DoS) - golang.org/x/crypto v0.44.0 -> v0.51.0 (ssh agent OOB read; ssh unbounded memory) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Fixes the open Dependabot and code scanning alert families by updating the frontend dependency graph and hardening the GitHub Actions workflows.
Dependency changes:
web-ui/package-lock.jsonto patched versions for the alerted npm packages, including axios, DOMPurify, minimatch, lodash, fast-uri, serialize-javascript, yaml, postcss, and webpack-dev-server transitive paths.swagger-ui-react,yaml,postcss,webpack-dev-server,copy-webpack-plugin, andcss-minimizer-webpack-plugin.libraryTree.ts/LibraryTree.tsxcase-resolution collision that broke local TypeScript checks on case-insensitive filesystems.Workflow changes:
refinputs from reusable check/build workflows so reusable jobs checkout the event SHA instead of arbitrary PR-provided refs.pull_request_targettopull_requestand adds explicit read-only default permissions.Validation
actionlint -shellcheck=npm audit --jsonreports 0 vulnerabilitiesnpm run lintnpm run typechecknpm run build(passes with existing webpack asset-size warnings)go test ./...