Skip to content

Commit cb179ac

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2024-3330
- data/reports/GO-2024-3330.yaml Fixes #3330 Change-Id: Ic86b52512997463393c7f3a84de276fcf3ac66d9 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635758 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent a9cc2f2 commit cb179ac

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

data/osv/GO-2024-3330.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3330",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-7prj-hgx4-2xc3"
8+
],
9+
"summary": "Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in NanoProxy in github.com/ryanbekhen/nanoproxy",
10+
"details": "Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in NanoProxy in github.com/ryanbekhen/nanoproxy",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/ryanbekhen/nanoproxy",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "0.15.0"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {}
31+
}
32+
],
33+
"references": [
34+
{
35+
"type": "ADVISORY",
36+
"url": "https://github.com/ryanbekhen/nanoproxy/security/advisories/GHSA-7prj-hgx4-2xc3"
37+
},
38+
{
39+
"type": "WEB",
40+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
41+
}
42+
],
43+
"database_specific": {
44+
"url": "https://pkg.go.dev/vuln/GO-2024-3330",
45+
"review_status": "UNREVIEWED"
46+
}
47+
}

data/reports/GO-2024-3330.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
id: GO-2024-3330
2+
modules:
3+
- module: github.com/ryanbekhen/nanoproxy
4+
versions:
5+
- fixed: 0.15.0
6+
vulnerable_at: 0.14.1
7+
summary: |-
8+
Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in
9+
NanoProxy in github.com/ryanbekhen/nanoproxy
10+
ghsas:
11+
- GHSA-7prj-hgx4-2xc3
12+
references:
13+
- advisory: https://github.com/ryanbekhen/nanoproxy/security/advisories/GHSA-7prj-hgx4-2xc3
14+
- web: https://nvd.nist.gov/vuln/detail/CVE-2024-45337
15+
source:
16+
id: GHSA-7prj-hgx4-2xc3
17+
created: 2024-12-13T09:56:39.899912-05:00
18+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)