Skip to content

chore: resolve open dependabot security alerts#1967

Draft
jonathannorris wants to merge 1 commit into
mainfrom
chore/dependabot-alerts-2
Draft

chore: resolve open dependabot security alerts#1967
jonathannorris wants to merge 1 commit into
mainfrom
chore/dependabot-alerts-2

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

Resolved 2 of 7 open Dependabot security alerts. The remaining 5 alerts are for github.com/docker/docker and currently have no patched version available upstream.

Dependabot Alerts Resolved

Alert Package Severity Fix
#190 js-cookie high Added npm override to >=3.0.7 in playground-app/package.json (transitive via react-use)
#189 github.com/containerd/containerd/v2 high Bumped to v2.2.4 via go get + go mod tidy in test/integration/go.mod

Unresolvable Alerts

These Docker-related alerts in test/integration/go.mod (transitive via testcontainers-go) have no upstream patched version yet:

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 25, 2026

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit e5c3101
🔍 Latest deploy log https://app.netlify.com/projects/polite-licorice-3db33c/deploys/6a145837b6436600089d0719

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependencies, including an upgrade of js-cookie to version 3.0.7 in the playground app and minor version bumps for containerd and compress in the integration tests. A review comment suggests refining the js-cookie version override from a loose >=3.0.7 range to a safer ^3.0.7 caret range to avoid potential breaking changes from future major releases.

"react-use": "^17.6.0"
},
"overrides": {
"js-cookie": ">=3.0.7"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using a loose version range like >=3.0.7 in overrides can lead to unexpected breaking changes if a new major version of js-cookie is released in the future. It is safer to use a caret range (^3.0.7) to allow only non-breaking updates while still receiving security patches and bug fixes within the v3.x series.

Suggested change
"js-cookie": ">=3.0.7"
"js-cookie": "^3.0.7"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant