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 Memcache SSLContext Protocol to TLSv1.2 #190

Merged
merged 5 commits into from
Mar 8, 2024

Conversation

pagrawal10
Copy link

@pagrawal10 pagrawal10 commented Mar 8, 2024

Cherry-picks apache#16035
TLS versions 1.0, 1.1, and all SSL versions are considered weak encryption and are deprecated.
This PR updates the TLS version used for SSL connections to v1.2

This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

KeerthanaSrikanth and others added 5 commits January 24, 2024 10:02
* Upgrade org.pac4j:pac4j-oidc to 4.5.5 to address CVE-2021-44878
* add CVE suppression and notes, since vulnerability scan still shows this CVE
* Add tests to improve coverage
Apache Druid brings the dependency json-path which is affected by CVE-2023-51074.
Its latest version 2.9.0 fixes the above CVE.

Append function has been added to json-path and so the unit test to check for the append function not present has been updated.

---------

Co-authored-by: Xavier Léauté <[email protected]>
@pagrawal10 pagrawal10 requested review from a team as code owners March 8, 2024 02:59
@pagrawal10 pagrawal10 enabled auto-merge (squash) March 8, 2024 04:33
@pagrawal10 pagrawal10 merged commit 3746924 into 28.0.1-confluent Mar 8, 2024
4 checks passed
@pagrawal10 pagrawal10 deleted the CONMON-152 branch March 8, 2024 07:40
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.

3 participants