$ curl -s "https://apollo.build.resf.org/api/v3/advisories/RLSA-2022:1759" | jq -r '{name, packages}'
{
"name": "RLSA-2022:1759",
"packages": [
...
{
"id": 578293,
"nevra": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+847+b490afdd.x86_64.rpm",
"checksum": "ece74d4d91e1ab75aec246d2b68f42db91753cf101d26cd525e35c742c24631a",
"checksum_type": "sha256",
"module_context": "d63f516d",
"module_name": "virt-devel",
"module_stream": "rhel",
"module_version": "8060020220913080029",
"repo_name": "PowerTools",
"product_name": "Rocky Linux 8.6 x86_64 (Legacy)"
},
{
"id": 578299,
"nevra": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+1052+ff61d164.rocky.aarch64.rpm",
"checksum": "4665b2f8531291b3a2b6222cff7d1f28e594f202c5ff01a831b8d95a7036b1b0",
"checksum_type": "sha256",
"module_context": null,
"module_name": null,
"module_stream": null,
"module_version": null,
"repo_name": "PowerTools",
"product_name": "Rocky Linux 8.6 aarch64 (Legacy)"
},
...
]
}
I have identified missing module information in five advisory packages.
Despite being a module package, the module information (
module_context,module_name,module_stream,module_version) is missing.I have identified missing module information in five advisory packages.