Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pebble to fix CVE-2022-37767 #221

Closed
wants to merge 1 commit into from

Conversation

scotty6435
Copy link
Contributor

Description

CVE-2022-37767 has been around since June 2023 is is tracked in our vuln management tools as a 9.8 severity though this is a disputed report. It's a patch version so the chances of a regression are low and this will remediate a high severity issue.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

PR jobs should run the below to confirm it's still working

  • Unit Test
  • Integration Test

Test Configuration:

  • Spring Version N/A
  • Spring Boot Version N/A
  • Redis Driver Version N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@scotty6435 scotty6435 closed this Mar 19, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2714

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 6 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.3%) to 91.492%

Files with Coverage Reduction New Missed Lines %
rqueue-core/src/main/java/com/github/sonus21/rqueue/listener/JobImpl.java 1 82.39%
rqueue-core/src/main/java/com/github/sonus21/rqueue/listener/RqueueMessageListenerContainer.java 2 97.04%
rqueue-core/src/main/java/com/github/sonus21/rqueue/core/impl/RqueueMessageManagerImpl.java 3 94.34%
Totals Coverage Status
Change from base Build 2707: 0.3%
Covered Lines: 5377
Relevant Lines: 5877

💛 - Coveralls

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.

None yet

2 participants