4.1.0
Recent Commits to jsPDF:master
-
4.1.0
-
Merge commit from fork
Merge commit from fork * limit buffer allocation size when parsing BMP images * document addImage might throw errors
-
Merge commit from fork
Merge commit from fork Move module-level variables (text, jsNamesObj, jsJsObj) inside addJS function scope to prevent data leakage when multiple jsPDF instances call addJS() before save(). Fixes shared state vulnerability where docA.save() would contain docB's script if docB.addJS() was called after docA.addJS(). Co-authored-by: root <root@DESKTOP-PC8VOAS.localdomain>
-
Merge commit from fork
Merge commit from fork
-
Merge commit from fork
Merge commit from fork * Fix PDF Injection vulnerability in AcroForm (ChoiceField, CheckBox, RadioButton) * Apply review suggestions: Improved hex escaping * Test: Add PDF injection tests * fix test cases, formatting --------- Co-authored-by: kali <kali@kali.kali> Co-authored-by: Lukas Holländer <lukas.hollaender@yworks.com>