-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(suse): Align SUSE/OpenSUSE OS Identifiers (#7965)
Signed-off-by: Jose D. Gomez R <[email protected]>
- Loading branch information
1 parent
9688370
commit 45d3b40
Showing
7 changed files
with
151 additions
and
151 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"ArtifactType": "container_image", | ||
"Metadata": { | ||
"OS": { | ||
"Family": "opensuse.leap", | ||
"Family": "opensuse-leap", | ||
"Name": "15.1", | ||
"EOSL": true | ||
}, | ||
|
@@ -57,16 +57,16 @@ | |
}, | ||
"Results": [ | ||
{ | ||
"Target": "testdata/fixtures/images/opensuse-leap-151.tar.gz (opensuse.leap 15.1)", | ||
"Target": "testdata/fixtures/images/opensuse-leap-151.tar.gz (opensuse-leap 15.1)", | ||
"Class": "os-pkgs", | ||
"Type": "opensuse.leap", | ||
"Type": "opensuse-leap", | ||
"Vulnerabilities": [ | ||
{ | ||
"VulnerabilityID": "openSUSE-SU-2020:0062-1", | ||
"PkgID": "[email protected]_64", | ||
"PkgName": "libopenssl1_1", | ||
"PkgIdentifier": { | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse.leap-15.1", | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse-leap-15.1", | ||
"UID": "898b73ddd0412f57" | ||
}, | ||
"InstalledVersion": "1.1.0i-lp151.8.3.1", | ||
|
@@ -99,7 +99,7 @@ | |
"PkgID": "[email protected]_64", | ||
"PkgName": "openssl-1_1", | ||
"PkgIdentifier": { | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse.leap-15.1", | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse-leap-15.1", | ||
"UID": "58980d005de43f54" | ||
}, | ||
"InstalledVersion": "1.1.0i-lp151.8.3.1", | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"ArtifactType": "container_image", | ||
"Metadata": { | ||
"OS": { | ||
"Family": "opensuse.tumbleweed", | ||
"Family": "opensuse-tumbleweed", | ||
"Name": "20240607" | ||
}, | ||
"ImageID": "sha256:580e73f5c823232e6587136e9f5428a89afdf77a123bb8575d08208e0cc34b12", | ||
|
@@ -60,16 +60,16 @@ | |
}, | ||
"Results": [ | ||
{ | ||
"Target": "testdata/fixtures/images/opensuse-tumbleweed.tar.gz (opensuse.tumbleweed 20240607)", | ||
"Target": "testdata/fixtures/images/opensuse-tumbleweed.tar.gz (opensuse-tumbleweed 20240607)", | ||
"Class": "os-pkgs", | ||
"Type": "opensuse.tumbleweed", | ||
"Type": "opensuse-tumbleweed", | ||
"Vulnerabilities": [ | ||
{ | ||
"VulnerabilityID": "openSUSE-SU-2024:13065-1", | ||
"PkgID": "[email protected]_64", | ||
"PkgName": "libopenssl3", | ||
"PkgIdentifier": { | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse.tumbleweed-20240607", | ||
"PURL": "pkg:rpm/opensuse/[email protected]?arch=x86_64\u0026distro=opensuse-tumbleweed-20240607", | ||
"UID": "f051425f385d2b99" | ||
}, | ||
"InstalledVersion": "3.1.4-9.1", | ||
|
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
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.