> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Find Components By CVEs

Search for a component by the CVEs it contains directly.

## Parameters

<div className="integrations-table">
  | Parameter | Description                     |
  | --------- | ------------------------------- |
  | CVEs      | A comma-separated list of CVEs. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"cve_details": "CVE-2017-15708",
		"components": [
			{
				"name": "commons-collections:commons-collections",
				"package_type": "Maven",
				"version": "3.2.1",
				"link": "http://10.1.16.130:8000/web/#/component/details/gav:~2F~2Fcommons-collections:commons-collections/3.2.1"
			}
		]
	},
	{
		"cve_details": "CVE-2017-15709",
		"components": []
	}
]
```

## Workflow Library Example

[Find Components by Cves with Jfrog and Send Results Via Email](https://library.blinkops.com/workflows/find-components-by-cves-with-jfrog-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/find-components-by-cves-with-jfrog-and-send-results-via-email/canvas" />
</div>
