aribouius / jsonapi-react

A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
MIT License
149 stars 28 forks source link

Update QS fixing vulnerability issues #81

Closed thiagonzalez closed 8 months ago

thiagonzalez commented 8 months ago

Hello folks,

We use a tool called Aikido that scans our apps to find vulnerabilities and jsonapi-react uses qs in a version that Aikido is considering "High Risk":

image

They consider qs@6.10.3 already enough, but I changed it to the latest version, which is qs@6.11.2 because it doesn't seem to break anything. Let me know if you want me to change that.

That's my first time requesting a change here, so feel free to guide me toward your way of dealing with requests.

Thanks