Skip to content

Commit 2e960a0

Browse files
authored
Merge pull request #5650 from zapbot/retirejs-update
retire.js Update 2024-08-15
2 parents 84157a0 + 66189f5 commit 2e960a0

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

addOns/retire/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7+
### Changed
8+
- Updated with upstream retire.js pattern changes.
9+
710
### Added
811
- A helpful description for the add-on.
912

addOns/retire/src/main/resources/org/zaproxy/addon/retire/resources/jsrepository.json

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3287,7 +3287,7 @@
32873287
"retid": "54"
32883288
},
32893289
"info": [
3290-
"https://blog.angular.io/discontinued-long-term-support-for-angularjs-cc066b82e65a?gi=9d3103b5445c"
3290+
"https://docs.angularjs.org/misc/version-support-status"
32913291
]
32923292
},
32933293
{
@@ -5249,6 +5249,51 @@
52495249
"https://github.com/advisories/GHSA-9v3m-8fp8-mj99",
52505250
"https://github.com/twbs/bootstrap/issues/28236"
52515251
]
5252+
},
5253+
{
5254+
"atOrAbove": "2.0.0",
5255+
"below": "999",
5256+
"cwe": [
5257+
"CWE-79"
5258+
],
5259+
"severity": "medium",
5260+
"identifiers": {
5261+
"summary": "Bootstrap Cross-Site Scripting (XSS) vulnerability",
5262+
"CVE": [
5263+
"CVE-2024-6484"
5264+
],
5265+
"githubID": "GHSA-9mvj-f7w8-pvh2"
5266+
},
5267+
"info": [
5268+
"https://github.com/advisories/GHSA-9mvj-f7w8-pvh2",
5269+
"https://nvd.nist.gov/vuln/detail/CVE-2024-6484",
5270+
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap-sass/CVE-2024-6484.yml",
5271+
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap/CVE-2024-6484.yml",
5272+
"https://github.com/twbs/bootstrap",
5273+
"https://www.herodevs.com/vulnerability-directory/cve-2024-6484"
5274+
]
5275+
},
5276+
{
5277+
"atOrAbove": "4.0.0",
5278+
"below": "999",
5279+
"cwe": [
5280+
"CWE-79"
5281+
],
5282+
"severity": "medium",
5283+
"identifiers": {
5284+
"summary": "Bootstrap Cross-Site Scripting (XSS) vulnerability",
5285+
"CVE": [
5286+
"CVE-2024-6531"
5287+
],
5288+
"githubID": "GHSA-vc8w-jr9v-vj7f"
5289+
},
5290+
"info": [
5291+
"https://github.com/advisories/GHSA-vc8w-jr9v-vj7f",
5292+
"https://nvd.nist.gov/vuln/detail/CVE-2024-6531",
5293+
"https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap/CVE-2024-6531.yml",
5294+
"https://github.com/twbs/bootstrap",
5295+
"https://www.herodevs.com/vulnerability-directory/cve-2024-6531"
5296+
]
52525297
}
52535298
],
52545299
"extractors": {
@@ -5988,6 +6033,33 @@
59886033
"info": [
59896034
"https://github.com/axios/axios/pull/6300"
59906035
]
6036+
},
6037+
{
6038+
"atOrAbove": "1.3.2",
6039+
"below": "1.7.4",
6040+
"cwe": [
6041+
"CWE-918"
6042+
],
6043+
"severity": "high",
6044+
"identifiers": {
6045+
"summary": "Server-Side Request Forgery in axios",
6046+
"CVE": [
6047+
"CVE-2024-39338"
6048+
],
6049+
"githubID": "GHSA-8hc4-vh64-cxmj"
6050+
},
6051+
"info": [
6052+
"https://github.com/advisories/GHSA-8hc4-vh64-cxmj",
6053+
"https://nvd.nist.gov/vuln/detail/CVE-2024-39338",
6054+
"https://github.com/axios/axios/issues/6463",
6055+
"https://github.com/axios/axios/pull/6539",
6056+
"https://github.com/axios/axios/pull/6543",
6057+
"https://github.com/axios/axios/commit/6b6b605eaf73852fb2dae033f1e786155959de3a",
6058+
"https://github.com/axios/axios",
6059+
"https://github.com/axios/axios/releases",
6060+
"https://github.com/axios/axios/releases/tag/v1.7.4",
6061+
"https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html"
6062+
]
59916063
}
59926064
],
59936065
"extractors": {

0 commit comments

Comments
 (0)