fix(tests): Add new CVE to logstash-7.13.3 test#3449
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Log4j E2E test expectations now include CVE-2026-49844 with its vulnerability metadata, Moderate severity, and fixed version 2.25.5. ChangesLog4j E2E expectations
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@e2etests/testcase_test.go`:
- Line 3342: Update the enclosing Log4j feature’s FixedBy value to "2.25.5" so
it matches the nested entry’s remediation version and the aggregate expectation
reflects all listed vulnerabilities.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 5b0b9990-8e94-420a-b72e-855ae090c933
📒 Files selected for processing (1)
e2etests/testcase_test.go
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-2.40 release-2.40
# Navigate to the new working tree
cd .worktrees/backport-release-2.40
# Create a new branch
git switch --create backport-3449-to-release-2.40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d5e6731e0d3507768fe2312033335f9125cb490e
# Push it to GitHub
git push --set-upstream origin backport-3449-to-release-2.40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-2.40Then, create a pull request where the |
No description provided.