Skip to content

Commit a2cf2af

Browse files
zpavlinovicgopherbot
authored andcommitted
data/reports: add GO-2025-3381
- data/reports/GO-2025-3381.yaml Fixes #3381 Change-Id: I203b086e21e27f8d89c25ad62b06dc198850655b Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642595 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent be33f8f commit a2cf2af

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

data/osv/GO-2025-3381.json

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3381",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-56138",
8+
"GHSA-45v3-38pc-874v"
9+
],
10+
"summary": "notation-go's timestamp signature generation lacks certificate revocation check in github.com/notaryproject/notation-go",
11+
"details": "notation-go's timestamp signature generation lacks certificate revocation check in github.com/notaryproject/notation-go",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/notaryproject/notation-go",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.2.0-beta.1"
24+
},
25+
{
26+
"fixed": "1.3.0-rc.2"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/notaryproject/notation-go/security/advisories/GHSA-45v3-38pc-874v"
38+
},
39+
{
40+
"type": "FIX",
41+
"url": "https://github.com/notaryproject/notation-go/commit/e99be1954a15673020150c5f8800b8174cd7428d"
42+
}
43+
],
44+
"database_specific": {
45+
"url": "https://pkg.go.dev/vuln/GO-2025-3381",
46+
"review_status": "UNREVIEWED"
47+
}
48+
}

data/reports/GO-2025-3381.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
id: GO-2025-3381
2+
modules:
3+
- module: github.com/notaryproject/notation-go
4+
versions:
5+
- introduced: 1.2.0-beta.1
6+
- fixed: 1.3.0-rc.2
7+
vulnerable_at: 1.3.0-rc.1
8+
summary: notation-go's timestamp signature generation lacks certificate revocation check in github.com/notaryproject/notation-go
9+
cves:
10+
- CVE-2024-56138
11+
ghsas:
12+
- GHSA-45v3-38pc-874v
13+
references:
14+
- advisory: https://github.com/notaryproject/notation-go/security/advisories/GHSA-45v3-38pc-874v
15+
- fix: https://github.com/notaryproject/notation-go/commit/e99be1954a15673020150c5f8800b8174cd7428d
16+
source:
17+
id: GHSA-45v3-38pc-874v
18+
created: 2025-01-14T14:54:45.902402934Z
19+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)