Fix high Dependabot vulnerabilities and add CODE_OF_CONDUCT.md - #472
Open
jeff-at-trimble with Copilot wants to merge 2 commits into
Open
Fix high Dependabot vulnerabilities and add CODE_OF_CONDUCT.md#472jeff-at-trimble with Copilot wants to merge 2 commits into
jeff-at-trimble with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: jeff-at-trimble <215895768+jeff-at-trimble@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Dependabot vulnerabilities in public repository
Fix high Dependabot vulnerabilities and add CODE_OF_CONDUCT.md
Aug 4, 2026
jeff-at-trimble
marked this pull request as ready for review
August 4, 2026 19:26
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
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.
Resolves the OSS compliance violations: 4 high-severity open Dependabot vulnerabilities (MUST) and a missing
CODE_OF_CONDUCT.md(SHOULD).Security
npm audit fixto patch high-severity advisories in transitive dependencies. Onlypackage-lock.jsonis touched — no direct dependency versions or breaking upgrades.brace-expansion— DoS via unbounded expansionfast-uri— host confusion via backslash authority delimitershell-quote— quadratic-complexity ReDoS inparse()npm audit --audit-level=highnow reports 0 high vulnerabilities.Content
CODE_OF_CONDUCT.md(Contributor Covenant v2.1), with the enforcement contact pointing at Trimble's existing Cybersecurity reporting form for consistency withSECURITY.md.Out of scope
Remaining
npm auditfindings are all moderate (file-type,postcss) and only fixable via breaking major bumps (hugo-bin, out-of-rangepostcss). Left unchanged to avoid destabilizing the Hugo build; they fall outside the MUST (zero high/critical) requirement.