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

Bump go to 1.23.5 and net to v0.33.0 #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AKamyshnikova
Copy link
Collaborator

Fix GO-2025-3373, CVE-2024-45338

Q A
Bug fix? [x]
New feature? []
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

Fixes: #165

@AKamyshnikova AKamyshnikova force-pushed the fix-GO-2025-3373 branch 2 times, most recently from 3d0c33c to 5764fca Compare January 29, 2025 13:16
@AKamyshnikova
Copy link
Collaborator Author

Required updated CI image #167

@cscetbon
Copy link
Owner

cscetbon commented Feb 3, 2025

By the way @AKamyshnikova it might be easier to reach out to me on casskop.slack.com if you need me.

Comment on lines +239 to +254
jmxConfiguration:
description: JMXConfiguration defines Cassandra JMX variables configuration
type: object
properties:
jmxRemoteAuthenticate:
type: boolean
jmxRemoteEnable:
description: Flag to tell that JMX remote is enabled
type: boolean
default: false
jmxRemotePort:
description: JMX Remote port number
type: integer
default: 7199
jmxRemoteSSL:
type: boolean
Copy link
Owner

Choose a reason for hiding this comment

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

@AKamyshnikova why are those changes in this PR ? Same for multi-casskop

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.

Recent Vulnerabilities GO-2025-3373, CVE-2024-45338
2 participants