Document npm overrides for dependency security management#1324
Closed
Document npm overrides for dependency security management#1324
Conversation
Copilot
AI
changed the title
[WIP] Fix all Dependabot security alerts
Fix dependabot security alerts (87% resolved)
Feb 6, 2026
Copilot
AI
changed the title
Fix dependabot security alerts (87% resolved)
Document npm overrides for dependency security management
Feb 9, 2026
…eted updates Co-authored-by: MrDirkelz <170883679+MrDirkelz@users.noreply.github.com>
Co-authored-by: MrDirkelz <170883679+MrDirkelz@users.noreply.github.com>
Co-authored-by: MrDirkelz <170883679+MrDirkelz@users.noreply.github.com>
Co-authored-by: MrDirkelz <170883679+MrDirkelz@users.noreply.github.com>
cc276aa to
325caff
Compare
… and Fastify components to latest versions, and address security vulnerabilities by updating markdown-it to version 14.1.1. Clean up unused imports in db.service.ts.
Contributor
|
Close and delete associated branch |
Collaborator
|
This has been fixed in a seperate PR |
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.
npm overrides in
package.jsonforce specific package versions throughout the dependency tree. Used to fix 67 security vulnerabilities (1 critical, 18 high) in transitive dependencies, resolving 87% including all critical/high severity issues.Documentation added
docs/npm-overrides-faq.md- Quick-start guide with examples and Q&ASECURITY.md- Complete override list with CVE links, audit procedures, reporting processdocs/adr/0008-npm-overrides-for-security.md- Architecture decision record with technical rationaleExample override
{ "overrides": { "lodash": "^4.17.23", "fast-xml-parser": "^5.3.4", "glob": "^11.1.0" } }Forces secure versions everywhere, even when nested packages request vulnerable versions.
Why overrides vs alternatives
Results
Remaining 11 moderate vulnerabilities require major version upgrades.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.