Skip to content

Comments

update httpclient due to cve#12422

Merged
FrankChen021 merged 2 commits intoapache:masterfrom
pjfanning:patch-1
Apr 21, 2022
Merged

update httpclient due to cve#12422
FrankChen021 merged 2 commits intoapache:masterfrom
pjfanning:patch-1

Conversation

@pjfanning
Copy link
Member

@pjfanning pjfanning commented Apr 11, 2022

Fixes #12421.

Description

CVE in httpclient - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13956

Fixed the bug ...

Renamed the class ...

Added a forbidden-apis entry ...


Key changed/added classes in this PR
  • MyFoo
  • OurBar
  • TheirBaz

This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • 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.

@pjfanning
Copy link
Member Author

Build failed with memory issues in one test - org.apache.druid.query.groupby.epinephelinae.BufferHashGrouperTest

@kfaraz
Copy link
Contributor

kfaraz commented Apr 12, 2022

@pjfanning , thank you for the changes. Please include the CVE link/details in the PR description.

@pjfanning
Copy link
Member Author

@kfaraz added link to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13956 in the PR description

@FrankChen021 FrankChen021 merged commit 5099f5a into apache:master Apr 21, 2022
@abhishekagarwal87 abhishekagarwal87 added this to the 0.23.0 milestone May 11, 2022
@pjfanning pjfanning deleted the patch-1 branch June 10, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Security: update httpclient due to cve

4 participants