Conversation
|
@OpenHands verify that there is no usage of PyPDF2 in this repo |
|
I'm on it! aivong-openhands can track my progress at all-hands.dev |
Summary: PyPDF2 Usage Verification Complete ✅I verified that there is no usage of PyPDF2 in this repository. Verification Details:
Conclusion:PyPDF2 was a dead dependency — listed in No code changes were made by me — this was a verification task only, and the PR's changes are confirmed to be safe. |
would like to release a new version with #163
Description
pypdf2 has no usage here despite being listed as a dependency. It has a security vulnerability:
NIST https://nvd.nist.gov/vuln/detail/CVE-2023-36464
Security advisory GHSA-4vvm-4w3v-6mr8
Related Issue
Closes OpenHands/OpenHands#13080
Motivation and Context
pypdf2 has a security vulnerability with no planned fix since the project has been deprecated. We are already using its replacement pydpf.
How Has This Been Tested?
Does this PR introduce a breaking change?
Minimal impact expected due to no usage