Skip to content

Conversation

@prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Aug 21, 2025

Description

Bump tika from 2.9.2 to 3.2.2

Related Issues

Resolves https://nvd.nist.gov/vuln/detail/CVE-2025-54988

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@prudhvigodithi prudhvigodithi requested a review from a team as a code owner August 21, 2025 22:09
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for 8a5b04d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@peterzhuamazon peterzhuamazon added backport 2.19 backport 3.2 Backport to 3.2 branch labels Aug 21, 2025
@prudhvigodithi prudhvigodithi self-assigned this Aug 21, 2025
@github-actions
Copy link
Contributor

❌ Gradle check result for f652414: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Contributor

❌ Gradle check result for f652414: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@cwperks cwperks changed the title Fix tika CVE Bump tika from 2.9.2 to 3.2.2 Aug 22, 2025
@github-actions
Copy link
Contributor

❌ Gradle check result for ced203c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for 2aca636: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for b05f9fb: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@prudhvigodithi
Copy link
Member Author

Thanks @cwperks seeing your suggestion prudhvigodithi#29 the issue was with the checksums.

@prudhvigodithi
Copy link
Member Author

Adding @peterzhuamazon @getsaurabh02

@github-actions
Copy link
Contributor

❌ Gradle check result for d9c5755: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for e8c2639: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for 23d6cd4: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@prudhvigodithi
Copy link
Member Author

prudhvigodithi commented Aug 26, 2025

Do we know where to part this Roboto license and notice files?

Fixed the issue, @cwperks and @reta please let me know if we are good to move forward. Thanks

@cwperks
Copy link
Member

cwperks commented Aug 26, 2025

Given that the checksums being changed had to do with the upgrade from 2.x and 3.0 and then didn't need to be updated again after choosing a dummy font, I think its safe to say that font did not matter. The changes in this PR LGTM.

@github-actions
Copy link
Contributor

✅ Gradle check result for 0fa9041: SUCCESS

@prudhvigodithi
Copy link
Member Author

Adding @andrross

@reta
Copy link
Contributor

reta commented Aug 27, 2025

Fixed the issue, @cwperks and @reta please let me know if we are good to move forward. Thanks

Thanks a lot @prudhvigodithi , LGTM

@prudhvigodithi prudhvigodithi merged commit 5b89711 into opensearch-project:main Aug 27, 2025
30 of 31 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Performance Roadmap Aug 27, 2025
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.19 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-19125-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5b897117a6b253d9fc2d5b22292b989be1d7af8b
# Push it to GitHub
git push --set-upstream origin backport/backport-19125-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19

Then, create a pull request where the base branch is 2.19 and the compare/head branch is backport/backport-19125-to-2.19.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 3.2 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-3.2 3.2
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.2
# Create a new branch
git switch --create backport/backport-19125-to-3.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5b897117a6b253d9fc2d5b22292b989be1d7af8b
# Push it to GitHub
git push --set-upstream origin backport/backport-19125-to-3.2
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.2

Then, create a pull request where the base branch is 3.2 and the compare/head branch is backport/backport-19125-to-3.2.

atris pushed a commit to atris/OpenSearch that referenced this pull request Aug 28, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
pranikum pushed a commit to pranikum/OpenSearch that referenced this pull request Sep 4, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@cwperks
Copy link
Member

cwperks commented Sep 4, 2025

@prudhvigodithi can we open a backport to 2.19?

@prudhvigodithi
Copy link
Member Author

@prudhvigodithi can we open a backport to 2.19?

Let me create a backport PR.

kh3ra pushed a commit to kh3ra/OpenSearch that referenced this pull request Sep 5, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
prudhvigodithi added a commit to prudhvigodithi/OpenSearch that referenced this pull request Sep 5, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
@prudhvigodithi
Copy link
Member Author

@prudhvigodithi can we open a backport to 2.19?

Here is the backport PR for 2.19 #19242.

cwperks pushed a commit that referenced this pull request Sep 5, 2025
* Bump tika from 2.9.2 to 3.2.2 (#19125)

* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update changelog

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* remove old sha

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update changlog

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Remove ingestion-kafka

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Signed-off-by: Ankit Jain <jainankitk@apache.org>
jainankitk pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 22, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Signed-off-by: Ankit Jain <jainankitk@apache.org>
asimmahmood1 pushed a commit to jainankitk/OpenSearch that referenced this pull request Sep 23, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
vinaykpud pushed a commit to vinaykpud/OpenSearch that referenced this pull request Sep 26, 2025
* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
sokdak pushed a commit to sokdak/OpenSearch that referenced this pull request Oct 15, 2025
* Bump tika from 2.9.2 to 3.2.2 (opensearch-project#19125)

* Fix tika CVE

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update CHANGELOG.md

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* fix html parser

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update checksums

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update shas

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add pdf box license

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix tests

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update security fonts permission

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Add dummy fonts

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Upstream fetch

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Fix license check error

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update changelog

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* remove old sha

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Update changlog

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

* Remove ingestion-kafka

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>

---------

Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants