-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org>
- Loading branch information
1 parent
1d9f679
commit 6faac1e
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2025-3451", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"summary": "Vulnerability in github.com/boltdb-go/bolt", | ||
"details": "This module is a malicious typosquat, attempting to take advantage of confusion with the github.com/boltdb/bolt module.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/boltdb-go/bolt", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3451", | ||
"review_status": "REVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
id: GO-2025-3451 | ||
modules: | ||
- module: github.com/boltdb-go/bolt | ||
vulnerable_at: 1.3.1 | ||
summary: Vulnerability in github.com/boltdb-go/bolt | ||
description: |- | ||
This module is a malicious typosquat, attempting to take advantage of confusion | ||
with the github.com/boltdb/bolt module. | ||
source: | ||
id: go-security-team | ||
created: 2025-02-04T15:51:10.296083-08:00 | ||
review_status: REVIEWED |