Restructure solution layout by module
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"limit": 1,
|
||||
"total_results": 2,
|
||||
"notices": [
|
||||
{
|
||||
"id": "USN-9001-1",
|
||||
"title": "Kernel update",
|
||||
"summary": "Kernel fixes",
|
||||
"published": "2025-01-20T08:30:00Z",
|
||||
"cves_ids": [
|
||||
"CVE-2025-2000"
|
||||
],
|
||||
"cves": [
|
||||
{
|
||||
"id": "CVE-2025-2000"
|
||||
}
|
||||
],
|
||||
"references": [],
|
||||
"release_packages": {
|
||||
"noble": [
|
||||
{
|
||||
"name": "linux-image",
|
||||
"version": "6.8.0-1010.11",
|
||||
"pocket": "security",
|
||||
"is_source": false
|
||||
}
|
||||
],
|
||||
"focal": [
|
||||
{
|
||||
"name": "linux-image",
|
||||
"version": "5.15.0-200.0",
|
||||
"pocket": "esm-infra",
|
||||
"is_source": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"offset": 1,
|
||||
"limit": 1,
|
||||
"total_results": 2,
|
||||
"notices": [
|
||||
{
|
||||
"id": "USN-9000-1",
|
||||
"title": "Example security update",
|
||||
"summary": "Package fixes",
|
||||
"published": "2025-01-15T12:00:00Z",
|
||||
"cves_ids": [
|
||||
"CVE-2025-1000",
|
||||
"CVE-2025-1001"
|
||||
],
|
||||
"cves": [
|
||||
{
|
||||
"id": "CVE-2025-1000"
|
||||
},
|
||||
{
|
||||
"id": "CVE-2025-1001"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://ubuntu.com/security/USN-9000-1",
|
||||
"category": "self",
|
||||
"summary": "USN"
|
||||
}
|
||||
],
|
||||
"release_packages": {
|
||||
"jammy": [
|
||||
{
|
||||
"name": "examplepkg",
|
||||
"version": "1.2.3-0ubuntu0.22.04.1",
|
||||
"pocket": "security",
|
||||
"is_source": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user