1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-09 12:22:30 +01:00

Updated FreeScout Dependencies Security (markdown)

FreeScout 2023-09-23 14:25:52 +03:00
parent fdf210ac8f
commit c46edff375

@ -10,7 +10,7 @@ Below is the list of known security issues in dependencies along with the inform
RCE vulnerability in "cookie" session driver
https://blog.laravel.com/laravel-cookie-security-releases
```
Fix: [822fb85](https://github.com/freescout-helpdesk/freescout/commit/822fb85f1c534131a02274971a19dd50a2109c8b)
_Fix: [822fb85](https://github.com/freescout-helpdesk/freescout/commit/822fb85f1c534131a02274971a19dd50a2109c8b)_
***
@ -20,7 +20,15 @@ Fix: [822fb85](https://github.com/freescout-helpdesk/freescout/commit/822fb85f1c
CVE-2021-43808: Possible cross-site scripting (XSS) vulnerability in the Blade templating engine
https://github.com/laravel/framework/security/advisories/GHSA-66hf-2p6w-jqfw
```
Fix: [1e871813](https://github.com/freescout-helpdesk/freescout/commit/1e871813)
_Fix: [1e871813](https://github.com/freescout-helpdesk/freescout/commit/1e871813)_
***
```
Guard bypass in Eloquent models
https://blog.laravel.com/security-release-laravel-61834-7232
```
_Fix: [21d86327](https://github.com/freescout-helpdesk/freescout/commit/21d86327)_
***