Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade kratos typescript client to axios v1.x [security]
This fixes https://nvd.nist.gov/vuln/detail/CVE-2023-45857 which is an issue discovered in Axios 0.8.1 through 1.5.1 that inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information. Signed-off-by: Lucian Buzzo <[email protected]>
- Loading branch information