Find CVEs By Components
Search for CVEs by the provided components list.
Parameters
Parameter | Description |
---|---|
Components IDs | A comma-separated list of component IDs. |
Example Output
[
{
"component": "gav://commons-collections:commons-collections:3.2.1",
"cves": [
"CVE-2017-15708"
]
},
{
"component": "c2",
"error": "Failed to get component",
"cves": []
}
]
Workflow Library Example
Find Cves by Components with Jfrog and Send Results Via Email
Preview this Workflow on desktop