barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.57k stars 965 forks source link

Dompdf 2.0.4 fixes Possible DoS caused by infinite recursion when validating SVG images #1021

Closed jamessmeda closed 6 months ago

jamessmeda commented 6 months ago

Are you able to wrap the latest version?

parallels999 commented 6 months ago

composer update barryvdh/laravel-dompdf -w

jamessmeda commented 6 months ago

composer update barryvdh/laravel-dompdf -w

Thanks for the manual fix but should the wraparound not install the latest?

parallels999 commented 6 months ago

I don't see the point of adding a new release every time a dependency makes a release when you can simply update what you need without problems

jamessmeda commented 6 months ago

Thanks no worries, appreciate the reply.