Skip to content

Commit

Permalink
data/reports: add GO-2023-2412.yaml
Browse files Browse the repository at this point in the history
Aliases: GHSA-7ww5-4wqc-m92c

Fixes #2412

Change-Id: I1e4297bfd67a36fd548043f0d59676f439d2ba84
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/552855
TryBot-Result: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
  • Loading branch information
jba committed Jan 2, 2024
1 parent fafb3ad commit 7e496d5
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
67 changes: 67 additions & 0 deletions data/osv/GO-2023-2412.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"schema_version": "1.3.1",
"id": "GO-2023-2412",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-7ww5-4wqc-m92c"
],
"summary": "RAPL accessibility in github.com/containerd/containerd",
"details": "RAPL accessibility in github.com/containerd/containerd",
"affected": [
{
"package": {
"name": "github.com/containerd/containerd",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.26"
},
{
"introduced": "1.7.0"
},
{
"fixed": "1.7.11"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/containerd/containerd/contrib/apparmor",
"symbols": [
"DumpDefaultProfile",
"LoadDefaultProfile",
"generate"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c"
},
{
"type": "FIX",
"url": "https://github.com/containerd/containerd/commit/67d356cb3095f3e8f8ad7d36f9a733fea1e7e28c"
},
{
"type": "FIX",
"url": "https://github.com/containerd/containerd/commit/746b910f05855c8bfdb4415a1c0f958b234910e5"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2023-2412"
}
}
22 changes: 22 additions & 0 deletions data/reports/GO-2023-2412.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: GO-2023-2412
modules:
- module: github.com/containerd/containerd
versions:
- fixed: 1.6.26
- introduced: 1.7.0
fixed: 1.7.11
vulnerable_at: 1.7.10
packages:
- package: github.com/containerd/containerd/contrib/apparmor
symbols:
- generate
derived_symbols:
- DumpDefaultProfile
- LoadDefaultProfile
summary: RAPL accessibility in github.com/containerd/containerd
ghsas:
- GHSA-7ww5-4wqc-m92c
references:
- advisory: https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c
- fix: https://github.com/containerd/containerd/commit/67d356cb3095f3e8f8ad7d36f9a733fea1e7e28c
- fix: https://github.com/containerd/containerd/commit/746b910f05855c8bfdb4415a1c0f958b234910e5

0 comments on commit 7e496d5

Please sign in to comment.