Skip to content

Commit 6faac1e

Browse files
rolandshoemakergopherbot
authored andcommitted
data/reports: add GO-2025-3451
- data/reports/GO-2025-3451.yaml Fixes #3451 Change-Id: I4d3a1317590cc5fff19d929386d8cc4dcb681e4f Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/646695 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Roland Shoemaker <[email protected]>
1 parent 1d9f679 commit 6faac1e

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

data/osv/GO-2025-3451.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3451",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"summary": "Vulnerability in github.com/boltdb-go/bolt",
7+
"details": "This module is a malicious typosquat, attempting to take advantage of confusion with the github.com/boltdb/bolt module.",
8+
"affected": [
9+
{
10+
"package": {
11+
"name": "github.com/boltdb-go/bolt",
12+
"ecosystem": "Go"
13+
},
14+
"ranges": [
15+
{
16+
"type": "SEMVER",
17+
"events": [
18+
{
19+
"introduced": "0"
20+
}
21+
]
22+
}
23+
],
24+
"ecosystem_specific": {}
25+
}
26+
],
27+
"database_specific": {
28+
"url": "https://pkg.go.dev/vuln/GO-2025-3451",
29+
"review_status": "REVIEWED"
30+
}
31+
}

data/reports/GO-2025-3451.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: GO-2025-3451
2+
modules:
3+
- module: github.com/boltdb-go/bolt
4+
vulnerable_at: 1.3.1
5+
summary: Vulnerability in github.com/boltdb-go/bolt
6+
description: |-
7+
This module is a malicious typosquat, attempting to take advantage of confusion
8+
with the github.com/boltdb/bolt module.
9+
source:
10+
id: go-security-team
11+
created: 2025-02-04T15:51:10.296083-08:00
12+
review_status: REVIEWED

0 commit comments

Comments
 (0)