build(deps): remediate all 67 security findings across root and test-project - #67
Merged
Merged
Conversation
- Upgrade test-project dependencies to @dataform/core@^3.0.69 and @dataform/cli@3.0.69 without overrides - Resolve open Dependabot security alerts across root and test-project lockfiles - Add explicit contents: read permissions to CI workflow Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
max-ostapenko
force-pushed
the
fix/security-remediations
branch
from
September 11, 2026 10:47
ad33eb5 to
bbb6917
Compare
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 open Dependabot alerts and CodeQL alert (#6) across
masthead-data/dataform-package, cleanly rebased onmainfollowing PR #65.Key Changes
Root Dependency Auditing:
js-yaml,brace-expansion,browserslist,baseline-browser-mapping,@humanfs/node,@babel/core) via safe patch resolutions.npm audit: 0 vulnerabilities.Test Project Upgrades:
@dataform/core@^3.0.69and@dataform/cli@3.0.69, eliminating criticalvm2sandbox breakouts,protobufjs,tmp, anduuidadvisories.overrides.CI Workflow Permissions:
permissions: contents: readto .github/workflows/ci.yml (resolves CodeQL alert Bump eslint from 9.38.0 to 9.39.0 #6).Verification
main(incorporating Mike's builder interception from PR fix: skip reservation injection when preOps has an outer DECLARE #65).npm audit: 0 vulnerabilitiesnpm run lint: Passed (ESLint 10.1.0)npx jest: Passed (93/93 tests passed, 98.79% coverage)./scripts/test-matrix.sh: Passed across both Dataform 2.4.2 and 3.0.48