Health Check - Ignore unfixable replicator and elliptic advisories#33723
Closed
aleksei-semikozov wants to merge 1 commit into
Closed
Health Check - Ignore unfixable replicator and elliptic advisories#33723aleksei-semikozov wants to merge 1 commit into
aleksei-semikozov wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency resolutions in the DevExtreme monorepo to address security advisories by forcing patched versions via pnpm overrides, and adjusts the GitHub Health Check workflow to ignore advisories that are currently not fixable upstream.
Changes:
- Force updated versions for
js-cookie(3.0.7),qs(6.15.2), andwebpack-dev-server(5.2.4) viapnpm.overrides. - Regenerate
pnpm-lock.yamlto reflect the updated resolutions. - Extend Health Check ignored advisories to include
replicatorandelliptic.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates pnpm.overrides to enforce patched dependency versions. |
pnpm-lock.yaml |
Lockfile changes reflecting updated dependency graph/resolutions. |
.github/workflows/health-check.yml |
Adds ignored advisories for replicator and elliptic. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "braces@<3.0.3": "^3.0.3", | ||
| "semver@<5.7.2": "^5.7.2", | ||
| "qs": ">=6.14.2", | ||
| "qs": ">=6.15.2", |
eb3d48a to
5b286d1
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.
No description provided.