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

[CVE] Updated jersey-common from 2.30.1 -> 2.34 #898

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

peternied
Copy link
Member

Description

[CVE] Updated jersey-common from 2.30.1 -> 2.34

Issues Resolved

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@@ -130,6 +130,7 @@ dependencies {
implementation group: 'org.apache.tika', name: 'tika-core', version: '1.28.4'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'
implementation group: 'dnsjava', name: 'dnsjava', version: '3.6.0'
api group: 'org.glassfish.jersey.core', name: 'jersey-common', version: '2.34'
Copy link
Member Author

Choose a reason for hiding this comment

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

Need to use api because a test fixture is part of the dependency tree, for more context see #855 (comment)

@peternied peternied assigned peternied and sumobrian and unassigned peternied Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.72%. Comparing base (adf1257) to head (e6aa54f).
Report is 69 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #898      +/-   ##
============================================
+ Coverage     74.66%   74.72%   +0.06%     
+ Complexity     1932     1910      -22     
============================================
  Files           323      332       +9     
  Lines         13090    13205     +115     
  Branches        768      754      -14     
============================================
+ Hits           9774     9868      +94     
- Misses         2837     2864      +27     
+ Partials        479      473       -6     
Flag Coverage Δ
gradle-test 69.15% <ø> (-0.35%) ⬇️
python-test 88.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AndreKurait AndreKurait merged commit e8e2770 into opensearch-project:main Aug 23, 2024
15 checks passed
@peternied peternied deleted the fix-cve-2021-28168 branch August 23, 2024 15:08
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