Skip to content

Commit 6d2c73c

Browse files
committed
retire.js Update 2025-03-13
Updates based on RetireJS/retire.js@fddb044 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
1 parent 883ea27 commit 6d2c73c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

addOns/retire/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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-
7+
### Changed
8+
- Updated with upstream retire.js pattern changes.
89

910
## [0.45.0] - 2025-03-04
1011
### Changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -4552,6 +4552,30 @@
45524552
"https://github.com/cure53/DOMPurify/commit/26e1d69ca7f769f5c558619d644d90dd8bf26ebc",
45534553
"https://github.com/cure53/DOMPurify"
45544554
]
4555+
},
4556+
{
4557+
"atOrAbove": "0",
4558+
"below": "3.2.4",
4559+
"cwe": [
4560+
"CWE-79"
4561+
],
4562+
"severity": "medium",
4563+
"identifiers": {
4564+
"summary": "DOMPurify allows Cross-site Scripting (XSS)",
4565+
"CVE": [
4566+
"CVE-2025-26791"
4567+
],
4568+
"githubID": "GHSA-vhxf-7vqr-mrjg"
4569+
},
4570+
"info": [
4571+
"https://github.com/advisories/GHSA-vhxf-7vqr-mrjg",
4572+
"https://nvd.nist.gov/vuln/detail/CVE-2025-26791",
4573+
"https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02",
4574+
"https://ensy.zip/posts/dompurify-323-bypass",
4575+
"https://github.com/cure53/DOMPurify",
4576+
"https://github.com/cure53/DOMPurify/releases/tag/3.2.4",
4577+
"https://nsysean.github.io/posts/dompurify-323-bypass"
4578+
]
45554579
}
45564580
],
45574581
"extractors": {

0 commit comments

Comments
 (0)