yermolim / ts-pdf

PDF.js-based PDF files viewer with annotation support
GNU Affero General Public License v3.0
69 stars 16 forks source link

Upgrade pdf.js #20

Closed onsquareDev closed 1 month ago

onsquareDev commented 3 months ago

ts-pdf uses "pdfjs-dist": "^2.16.105". This version have a security vulnerability:

https://github.com/advisories/GHSA-wgrm-67xf-hhpq

Please update it to 4.2.67 or later.

yermolim commented 2 months ago

I'll look into it if/when I have time. The update is not straightforward as they removed the piece of functionality which is used for text selection. I need to come up with a new approach to keep the text annotation functionality.

yermolim commented 1 month ago

Done