-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review 7 vulns that need REVIEWED reports based on estimated impact. - data/reports/GO-2024-2500.yaml - data/reports/GO-2024-2512.yaml - data/reports/GO-2024-2572.yaml - data/reports/GO-2024-2575.yaml - data/reports/GO-2024-2846.yaml - data/reports/GO-2024-2913.yaml - data/reports/GO-2024-2914.yaml Fixes #2500 Fixes #2512 Fixes #2572 Fixes #2575 Fixes #2846 Fixes #2913 Fixes #2914 Change-Id: I65341fdb981196e44d09545d84e7b77261a549f3 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/595999 Reviewed-by: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Showing
14 changed files
with
597 additions
and
115 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 |
---|---|---|
|
@@ -28,7 +28,66 @@ | |
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/docker/docker/daemon", | ||
"symbols": [ | ||
"Daemon.create", | ||
"Daemon.setupContainerMountsRoot", | ||
"NewDaemon", | ||
"setupDaemonRoot" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/aufs", | ||
"symbols": [ | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/btrfs", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/fuse-overlayfs", | ||
"symbols": [ | ||
"Driver.create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/overlay", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/overlay2", | ||
"symbols": [ | ||
"Driver.create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/vfs", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/docker/docker/daemon/graphdriver/zfs", | ||
"symbols": [ | ||
"Init" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"package": { | ||
|
@@ -48,37 +107,85 @@ | |
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/moby/moby/daemon", | ||
"symbols": [ | ||
"Daemon.create", | ||
"Daemon.setupContainerMountsRoot", | ||
"NewDaemon", | ||
"setupDaemonRoot" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/aufs", | ||
"symbols": [ | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/btrfs", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/fuse-overlayfs", | ||
"symbols": [ | ||
"Driver.create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/overlay", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/overlay2", | ||
"symbols": [ | ||
"Driver.create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/vfs", | ||
"symbols": [ | ||
"Driver.Create", | ||
"Init" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/moby/moby/daemon/graphdriver/zfs", | ||
"symbols": [ | ||
"Init" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41091" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/moby/moby/commit/f0ab919f518c47240ea0e72d0999576bb8008e64" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-222547.pdf" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://lists.fedoraproject.org/archives/list/[email protected]/message/B5Q6G6I4W5COQE25QMC7FJY3I3PAYFBB" | ||
}, | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://lists.fedoraproject.org/archives/list/[email protected]/message/ZNFADTCHHYWVM6W4NJ6CB4FNFM2VMBIB" | ||
"name": "Joan Bruguera" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2500", | ||
"review_status": "UNREVIEWED" | ||
"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
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
Oops, something went wrong.