Recent Commits to jsPDF:master

  • 02/02/2026 7:45

    4.1.0

    4.1.0
  • 02/02/2026 7:27

    Merge commit from fork

    Merge commit from fork
    
    * limit buffer allocation size when parsing BMP images
    
    * document addImage might throw errors
  • 02/02/2026 7:27

    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>
  • 02/02/2026 7:26

    Merge commit from fork

    Merge commit from fork
  • 02/02/2026 7:26

    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>

Log in