Skip to content

Commit 7e496d5

Browse files
committed
data/reports: add GO-2023-2412.yaml
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>
1 parent fafb3ad commit 7e496d5

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

data/osv/GO-2023-2412.json

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-2412",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-7ww5-4wqc-m92c"
8+
],
9+
"summary": "RAPL accessibility in github.com/containerd/containerd",
10+
"details": "RAPL accessibility in github.com/containerd/containerd",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/containerd/containerd",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "1.6.26"
26+
},
27+
{
28+
"introduced": "1.7.0"
29+
},
30+
{
31+
"fixed": "1.7.11"
32+
}
33+
]
34+
}
35+
],
36+
"ecosystem_specific": {
37+
"imports": [
38+
{
39+
"path": "github.com/containerd/containerd/contrib/apparmor",
40+
"symbols": [
41+
"DumpDefaultProfile",
42+
"LoadDefaultProfile",
43+
"generate"
44+
]
45+
}
46+
]
47+
}
48+
}
49+
],
50+
"references": [
51+
{
52+
"type": "ADVISORY",
53+
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c"
54+
},
55+
{
56+
"type": "FIX",
57+
"url": "https://github.com/containerd/containerd/commit/67d356cb3095f3e8f8ad7d36f9a733fea1e7e28c"
58+
},
59+
{
60+
"type": "FIX",
61+
"url": "https://github.com/containerd/containerd/commit/746b910f05855c8bfdb4415a1c0f958b234910e5"
62+
}
63+
],
64+
"database_specific": {
65+
"url": "https://pkg.go.dev/vuln/GO-2023-2412"
66+
}
67+
}

data/reports/GO-2023-2412.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: GO-2023-2412
2+
modules:
3+
- module: github.com/containerd/containerd
4+
versions:
5+
- fixed: 1.6.26
6+
- introduced: 1.7.0
7+
fixed: 1.7.11
8+
vulnerable_at: 1.7.10
9+
packages:
10+
- package: github.com/containerd/containerd/contrib/apparmor
11+
symbols:
12+
- generate
13+
derived_symbols:
14+
- DumpDefaultProfile
15+
- LoadDefaultProfile
16+
summary: RAPL accessibility in github.com/containerd/containerd
17+
ghsas:
18+
- GHSA-7ww5-4wqc-m92c
19+
references:
20+
- advisory: https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c
21+
- fix: https://github.com/containerd/containerd/commit/67d356cb3095f3e8f8ad7d36f9a733fea1e7e28c
22+
- fix: https://github.com/containerd/containerd/commit/746b910f05855c8bfdb4415a1c0f958b234910e5

0 commit comments

Comments
 (0)