Skip to content

Commit

Permalink
data/reports: add GO-2024-3330
Browse files Browse the repository at this point in the history
  - 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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
tatianab authored and gopherbot committed Dec 13, 2024
1 parent a9cc2f2 commit cb179ac
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
47 changes: 47 additions & 0 deletions data/osv/GO-2024-3330.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3330",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-7prj-hgx4-2xc3"
],
"summary": "Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in NanoProxy in github.com/ryanbekhen/nanoproxy",
"details": "Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in NanoProxy in github.com/ryanbekhen/nanoproxy",
"affected": [
{
"package": {
"name": "github.com/ryanbekhen/nanoproxy",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.15.0"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/ryanbekhen/nanoproxy/security/advisories/GHSA-7prj-hgx4-2xc3"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3330",
"review_status": "UNREVIEWED"
}
}
18 changes: 18 additions & 0 deletions data/reports/GO-2024-3330.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: GO-2024-3330
modules:
- module: github.com/ryanbekhen/nanoproxy
versions:
- fixed: 0.15.0
vulnerable_at: 0.14.1
summary: |-
Potential Vulnerabilities Due to Outdated golang.org/x/crypto Dependency in
NanoProxy in github.com/ryanbekhen/nanoproxy
ghsas:
- GHSA-7prj-hgx4-2xc3
references:
- advisory: https://github.com/ryanbekhen/nanoproxy/security/advisories/GHSA-7prj-hgx4-2xc3
- web: https://nvd.nist.gov/vuln/detail/CVE-2024-45337
source:
id: GHSA-7prj-hgx4-2xc3
created: 2024-12-13T09:56:39.899912-05:00
review_status: UNREVIEWED

0 comments on commit cb179ac

Please sign in to comment.