Fix: PyPDF's Manipulated FlateDecode streams can exhaust RAM (#9469)

### What problem does this PR solve?

#3951
#8463 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-08-14 13:45:19 +08:00
committed by GitHub
parent 3ee9653170
commit b6e34e3aa7
3 changed files with 50 additions and 43 deletions

View File

@ -73,7 +73,7 @@ dependencies = [
"pyclipper==1.3.0.post5",
"pycryptodomex==3.20.0",
"pymysql>=1.1.1,<2.0.0",
"pypdf>=5.0.0,<6.0.0",
"pypdf==6.0.0",
"python-dotenv==1.0.1",
"python-dateutil==2.8.2",
"python-pptx>=1.0.2,<2.0.0",