Skip to content

Commit 0479361

Browse files
committed
data/reports: mark GO-2025-3442 as REVIEWED
GO-2025-3442 seems to have been reviewed in the past: information such as symbols are available, despite vulnreport not being able to infer it automatically. The unexpected status of GO-2025-3442 is currently causing a panic while running vulnreport for #4025. This is because while processing #4025, vulnreport tries to analyze past reports for the same module, and NEEDS_REVIEW status is not considered a valid status for this purpose. As such, let us update the review status of GO-2025-3442 to REVIEWED. Change-Id: Iba0c73497b0ffc7de45271251ea414d6954468b0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/721084 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Markus Kusano <[email protected]> Reviewed-by: Ethan Lee <[email protected]> Commit-Queue: Markus Kusano <[email protected]>
1 parent e99d53e commit 0479361

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

data/osv/GO-2025-3442.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"type": "ADVISORY",
7777
"url": "https://github.com/cometbft/cometbft/security/advisories/GHSA-22qq-3xwm-r5x4"
7878
},
79-
{
80-
"type": "ADVISORY",
81-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24371"
82-
},
8379
{
8480
"type": "FIX",
8581
"url": "https://github.com/cometbft/cometbft/commit/0ee80cd609c7ae9fe856bdd1c6d38553fdae90ce"
@@ -99,6 +95,6 @@
9995
],
10096
"database_specific": {
10197
"url": "https://pkg.go.dev/vuln/GO-2025-3442",
102-
"review_status": "UNREVIEWED"
98+
"review_status": "REVIEWED"
10399
}
104-
}
100+
}

data/reports/GO-2025-3442.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ ghsas:
2727
- GHSA-22qq-3xwm-r5x4
2828
references:
2929
- advisory: https://github.com/cometbft/cometbft/security/advisories/GHSA-22qq-3xwm-r5x4
30-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-24371
3130
- fix: https://github.com/cometbft/cometbft/commit/0ee80cd609c7ae9fe856bdd1c6d38553fdae90ce
3231
- fix: https://github.com/cometbft/cometbft/commit/2cebfde06ae5073c0b296a9d2ca6ab4b95397ea5
3332
- web: https://github.com/cometbft/cometbft/releases/tag/v0.38.17
3433
- web: https://github.com/cometbft/cometbft/releases/tag/v1.0.1
3534
source:
3635
id: GHSA-22qq-3xwm-r5x4
3736
created: 2025-02-04T13:46:44.220823-05:00
38-
review_status: NEEDS_REVIEW
37+
review_status: REVIEWED

0 commit comments

Comments
 (0)