This repository was archived by the owner on May 16, 2024. It is now read-only.

Description
Issue tracker is ONLY used for reporting bugs.
Expected Behavior
Don't show vulnerabilities in dependencies
Current Behavior
npm i
3 moderate severity vulnerabilities
npm audit
# npm audit report
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
No fix available
node_modules/@imtbl/core-sdk/node_modules/axios
@imtbl/core-sdk *
Depends on vulnerable versions of axios
node_modules/@imtbl/core-sdk
@imtbl/sdk *
Depends on vulnerable versions of @imtbl/core-sdk
node_modules/@imtbl/sdk
Possible Solution
Upgrade axios to a new version
Steps to Reproduce
npm i @imtbl/sdk
npm audit
Context (Environment)
windows 11
node v20.9.0
Detailed Description
Possible Implementation