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

Fix CVE caused by jetty-http introduced in spark-core #508

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

zane-neo
Copy link
Collaborator

Description

Spark-core depends on jetty-http which has CVE: https://avd.aquasec.com/nvd/cve-2024-6763, but spark doesn't have a version that fixed this, so removing this dependency manually in build.gradle, we need to test the features used spark-core before merging this PR.

Related Issues

#454

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.37%. Comparing base (2b76e3c) to head (a4098a1).
Report is 48 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #508      +/-   ##
============================================
+ Coverage     81.78%   82.37%   +0.58%     
- Complexity      193      356     +163     
============================================
  Files            11       17       +6     
  Lines           961     1685     +724     
  Branches        137      240     +103     
============================================
+ Hits            786     1388     +602     
- Misses          121      204      +83     
- Partials         54       93      +39     

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

@xinyual xinyual merged commit 9cb89f6 into opensearch-project:main Jan 31, 2025
11 of 13 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 31, 2025
Signed-off-by: Zan Niu <[email protected]>
(cherry picked from commit 9cb89f6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 31, 2025
Signed-off-by: Zan Niu <[email protected]>
(cherry picked from commit 9cb89f6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
xinyual pushed a commit that referenced this pull request Jan 31, 2025
(cherry picked from commit 9cb89f6)

Signed-off-by: Zan Niu <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
xinyual pushed a commit that referenced this pull request Jan 31, 2025
(cherry picked from commit 9cb89f6)

Signed-off-by: Zan Niu <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

2 participants