-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #1 from AikidoSec/test-pr"
- Loading branch information
1 parent
358691c
commit d668497
Showing
1 changed file
with
21 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,22 @@ | ||
{ | ||
"package_name": "axios", | ||
"patch_versions": [ | ||
"0.29.0", | ||
"1.6.4" | ||
], | ||
"vulnerable_ranges": [ | ||
[ | ||
"0.1.0","0.28.1" | ||
], | ||
[ | ||
"1.0.0", | ||
"1.6.3" | ||
] | ||
], | ||
"cwe": [ | ||
"CWE-1321" | ||
], | ||
"tldr": "Several security vulnerabilities were quietly patched in `axios` version 1.6.4 and version 0.29.0. Notably, a prototype pollution flaw impacted the `formDataToJSON` function, posing a significant risk. Additionally, a Regular Expression Denial of Service (ReDoS) vulnerability was identified and fixed in the `combineURLs` function.", | ||
"doest_this_affect_me": "You are affected by this flaw if you use the formDataToJSON function. This is more likely to happen in a front-end than in a backend.", | ||
"how_to_fix": "To fix, either freeze the prototype or upgrade to axios 1.6.4 or above.", | ||
"reporter": null, | ||
"vulnerable_to": "Prototype Pollution", | ||
"related_cve_id": "", | ||
"language": "JS", | ||
"severity_class": "HIGH", | ||
"aikido_score": 77, | ||
"changelog": "https://github.com/axios/axios/releases/tag/v1.6.4", | ||
"package_name_alias": null, | ||
"package_wildcard_ends_in": null, | ||
"package_wildcard_contains": null, | ||
"extra_specific_non_vulnerable_versions": null, | ||
"unaffected_distros": null, | ||
"simplify_version_if_has_patch_part": false | ||
} | ||
"package_name": "", | ||
"patch_versions": [], | ||
"vulnerable_ranges": [], | ||
"cwe": [], | ||
"tldr": "", | ||
"doest_this_affect_me": "", | ||
"how_to_fix": "", | ||
"reporter": "", | ||
"vulnerable_to": "", | ||
"related_cve_id": "", | ||
"language": "", | ||
"severity_class": "", | ||
"aikido_score": 0, | ||
"changelog": "", | ||
"package_name_alias": null, | ||
"package_wildcard_ends_in": null, | ||
"package_wildcard_contains": null, | ||
"extra_specific_non_vulnerable_versions": null, | ||
"unaffected_distros": null, | ||
"simplify_version_if_has_patch_part": false | ||
} |