Lands-Horizon-Corp / horizon-corp

https://horizon-corp.vercel.app
3 stars 0 forks source link

fix: Replace react-cookie with js-cookie package #22

Closed Jervx closed 4 weeks ago

Jervx commented 4 weeks ago

Remove react-cookie Due to Vulnerability and Replace with js-cookie

Unfortunately, we discovered a security vulnerability in react-cookie related to XSS on the same day it was installed. This PR removes react-cookie and replaces it with js-cookie to mitigate the issue and ensure secure handling of cookies.

Changes:

Why js-cookie?