You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently process_engine_inputraises a ValueError if there's no SBOM packages, causing a pipeline crash. (Tested by setting message.info.sbom.packages = [] at the end of cve_process_sbom()). We should handle this case gracefully instead.
Currently
process_engine_inputraises a ValueError if there's no SBOM packages, causing a pipeline crash. (Tested by settingmessage.info.sbom.packages = []at the end ofcve_process_sbom()). We should handle this case gracefully instead.