Skip to content

fix(security): bump otel and go-jose in integration-test-suite#314

Merged
matthyx merged 1 commit into
mainfrom
fix/security-integration-otel-jose
Apr 16, 2026
Merged

fix(security): bump otel and go-jose in integration-test-suite#314
matthyx merged 1 commit into
mainfrom
fix/security-integration-otel-jose

Conversation

@matthyx
Copy link
Copy Markdown
Contributor

@matthyx matthyx commented Apr 16, 2026

Summary

Fixes open Dependabot security alerts for tests/integration-test-suite/go.mod:

Alert Package Old New Severity
#76 go.opentelemetry.io/otel/sdk 1.35.0 1.43.0 HIGH
#75 otlptrace/otlptracehttp 1.35.0 1.43.0 MEDIUM
#71 otlpmetric/otlpmetrichttp 1.35.0 1.43.0 MEDIUM
#69 otlplog/otlploghttp 0.11.0 0.19.0 MEDIUM
#67 github.com/go-jose/go-jose/v4 4.0.5 4.1.4 HIGH

All packages are indirect dependencies pulled via github.com/kubescape/node-agent and github.com/kubescape/storage. The upgrades were applied with go get and go mod tidy.

Remaining unfixable alerts

  • adding syscalls to application profile #64/add syscalls #66: github.com/docker/docker — Moby AuthZ plugin bypass / off-by-one error — no patched version available yet (requires ≥ 29.3.1, which isn't released as a Go module). These alerts are also present in the integration-test-suite but cannot be resolved until upstream releases a fix.

Test plan

  • go mod tidy applied cleanly
  • All target packages at patched versions (verified via grep)
  • CI passes

🤖 Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Warning

Rate limit exceeded

@matthyx has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 20 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 20 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: acfb1c50-aa8e-4736-9e85-86b92c8f224c

📥 Commits

Reviewing files that changed from the base of the PR and between 6478a9c and 3be14c4.

⛔ Files ignored due to path filters (1)
  • tests/integration-test-suite/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • tests/integration-test-suite/go.mod
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/security-integration-otel-jose

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Fixes open Dependabot alerts for tests/integration-test-suite/go.mod:
- #76: go.opentelemetry.io/otel/sdk 1.35.0 → 1.43.0 (PATH hijacking, HIGH)
- #75: otlptrace/otlptracehttp 1.35.0 → 1.43.0 (unbounded response body, MEDIUM)
- #71: otlpmetric/otlpmetrichttp 1.35.0 → 1.43.0 (unbounded response body, MEDIUM)
- #69: otlplog/otlploghttp 0.11.0 → 0.19.0 (unbounded response body, MEDIUM)
- #67: github.com/go-jose/go-jose/v4 4.0.5 → 4.1.4 (JWE decryption panic, HIGH)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
@matthyx matthyx force-pushed the fix/security-integration-otel-jose branch from 8b8b42a to 3be14c4 Compare April 16, 2026 11:36
@github-actions
Copy link
Copy Markdown

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: failure

@matthyx matthyx merged commit 318fe59 into main Apr 16, 2026
7 checks passed
@matthyx matthyx deleted the fix/security-integration-otel-jose branch April 16, 2026 12:25
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