azu / azu/github-webhook-SecurityVulnerability-test
Vulnerability found in axios <= 0.18.0
Open
- Dominant language
- HCL
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Vulnerability Information
- Package: [axios](https://www.npmjs.com/package/axios)
- Vulnerable versions: <= 0.18.0
- Patched version: 0.18.1
- GitHub Alerts:
## How to fix?
Upgrade axios to version 0.18.1 or later. For example:
```
"dependencies": {
"axios": ">=0.18.1"
}
```
or…
```
"devDependencies": {
"axios": ">=0.18.1"
}
```
## Details
-
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.