azu / azu/github-webhook-SecurityVulnerability-test

Vulnerability found in axios <= 0.18.0

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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

Research direction

Start with package-lock.json and inspect the recorded axios version against the vulnerability details in the issue. Update the dependency to 0.18.1 or later, then verify that package-lock.json no longer resolves a vulnerable axios version; no test entry point is mentioned.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
security
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.