New
v3.0.2
This release fixes a security issue where parsing of corrupt PNG images could lead to long running loops and denial of service.
What's Changed
- [Snyk] Upgrade @babel/runtime from 7.26.7 to 7.26.9 by @MrRio in https://github.com/parallax/jsPDF/pull/3847
- Fix parsing corrupt PNG images in addImage method by @HackbrettXXX in https://github.com/parallax/jsPDF/pull/3880. The atob and btoa dependencies have been removed and the fast-png dependency has been added.
New Contributors
- @WardenDrew made their first contribution in https://github.com/parallax/jsPDF/pull/3872
Full Changelog: https://github.com/parallax/jsPDF/compare/v3.0.1...v3.0.2