barryvdh / laravel-dompdf

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

When I updated composer, it gave me these vulnerability issues #1019

Closed B-Carcamo closed 7 months ago

B-Carcamo commented 7 months ago

Do you know if the vulnerability has been fixed?

Captura de pantalla de 2023-12-14 21-24-36

parallels999 commented 7 months ago

Those vulnerabilities do not come from this package, and yes, they have already been corrected, you just have to update composer update -W

alberto-ripoll commented 7 months ago

Those vulnerabilities do not come from this package, and yes, they have already been corrected, you just have to update composer update -W

not with the uppercase. Execute the following command to fix it: composer update barryvdh/laravel-dompdf -w

B-Carcamo commented 7 months ago

That's fine thanks.