Skip to content

TT-17684 [5.14.0] Fix vulnerable stream dependencies#8415

Merged
buger merged 1 commit into
release-5.14.0from
fix/cve-dependency-bumps-5.14.0
Jul 1, 2026
Merged

TT-17684 [5.14.0] Fix vulnerable stream dependencies#8415
buger merged 1 commit into
release-5.14.0from
fix/cve-dependency-bumps-5.14.0

Conversation

@buger

@buger buger commented Jul 1, 2026

Copy link
Copy Markdown
Member

Summary

  • backport dependency bumps for fixable Trivy Go library findings
  • bump golang.org/x/image to v0.43.0
  • bump github.com/slack-go/slack to v0.23.1
  • bump github.com/opencontainers/runc to v1.3.6

Verification

  • go test ./ee/middleware/streams ./apidef/adapter

Master PR: #8410

(cherry picked from commit e95c9e5)
@sentinelone-cnapp-eu1

Copy link
Copy Markdown

SentinelOne CNS Hardcoded Secret Detector
✅ Congratulations, your code is safe

SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes.

@probelabs

probelabs Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This pull request backports updates for several Go dependencies to address security vulnerabilities identified by Trivy. The changes are confined to go.mod and go.sum.

Files Changed Analysis

  • go.mod: Modified to update the required versions of three indirect dependencies.
  • go.sum: Updated with the checksums for the new dependency versions.

The changes follow a standard pattern for dependency updates, with an equal number of additions and deletions in both files, reflecting the version bumps.

Architecture & Impact Assessment

  • Accomplishment: The PR mitigates security risks by updating vulnerable Go packages to patched versions.
  • Key Technical Changes:
    • github.com/opencontainers/runc bumped from v1.3.3 to v1.3.6
    • github.com/slack-go/slack bumped from v0.17.3 to v0.23.1
    • golang.org/x/image bumped from v0.41.0 to v0.43.0
  • Affected Components: The primary impact is on the application's security posture. Functionally, any components relying on these packages are affected, though the updates are expected to be non-breaking. This includes container-related test setups (via runc), Slack notifications, and any image processing functionalities.

Scope Discovery & Context Expansion

  • The scope is limited to dependency management and does not involve any changes to the application's source code.
  • The PR is a backport to the release-5.14.0 branch, indicating it's a patch for an existing release rather than new feature development.
  • The author's verification command (go test ./ee/middleware/streams ./apidef/adapter) suggests that these areas are considered most likely to be affected by the dependency changes and should be the focus of regression testing.
Metadata
  • Review Effort: 1 / 5
  • Primary Label: chore

Powered by Visor from Probelabs

Last updated: 2026-07-01T15:26:22.301Z | Triggered by: pr_opened | Commit: f1e1214

💡 TIP: You can chat with Visor using /visor ask <your question>

@probelabs

probelabs Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

✅ Security Check Passed

No security issues found – changes LGTM.

✅ Architecture Check Passed

No architecture issues found – changes LGTM.

✅ Quality Check Passed

No quality issues found – changes LGTM.


Powered by Visor from Probelabs

Last updated: 2026-07-01T15:26:21.001Z | Triggered by: pr_opened | Commit: f1e1214

💡 TIP: You can chat with Visor using /visor ask <your question>

@buger
buger merged commit e7a7bf8 into release-5.14.0 Jul 1, 2026
21 of 27 checks passed
@buger
buger deleted the fix/cve-dependency-bumps-5.14.0 branch July 1, 2026 15:28
@ElaineTyk ElaineTyk changed the title [5.14.0] Fix vulnerable stream dependencies TT-17684 [5.14.0] Fix vulnerable stream dependencies Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🚨 Jira Linter Failed

Commit: f1e1214
Failed at: 2026-07-03 13:29:46 UTC

The Jira linter failed to validate your PR. Please check the error details below:

🔍 Click to view error details
failed to validate branch and PR title rules: branch name 'fix/cve-dependency-bumps-5.14.0' must contain a valid Jira ticket ID (e.g., ABC-123)

Next Steps

  • Ensure your branch name contains a valid Jira ticket ID (e.g., ABC-123)
  • Verify your PR title matches the branch's Jira ticket ID
  • Check that the Jira ticket exists and is accessible

This comment will be automatically deleted once the linter passes.

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