> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-lens/vulnerabilities.md).

# Vulnerabilities

Vulnerabilities is the comprehensive list of OSV (Open Source Vulnerabilities) database.

The OSV (Open Source Vulnerabilities) database is an open-source vulnerability database designed to provide precise and actionable security information about vulnerabilities in open-source software. It is maintained by Google and other contributors.

### OSV Database

* **`Vulnerability Management`** – It helps developers and security teams identify and address security issues in their dependencies.
* **`Automation in Security Tools`** – Many security tools integrate OSV to automatically check for vulnerabilities in package dependencies.
* **`Software Composition Analysis (SCA)`** – It helps in analyzing software components for known vulnerabilities.
* **`Package Security Tracking`** – It allows tracking vulnerabilities for specific package ecosystems like npm, PyPI, Go modules, and Maven.
* **`Integration with CI/CD Pipelines`** – OSV can be integrated into DevOps workflows to prevent deploying software with known security issues.
* **`Accurate Fix Information`** – Provides affected versions, patched versions, and commit references for precise remediation.

### Seed Vulnerabilities

* Navigate to **`Global Settings`** -> **`Seed Data`**.
* Click on **`Seed Vulnerabilities`** to seed the data from OSV database.

### Vulnerabilities

Indicates the list of Vulnerabilities seeded from OSV database.

* Navigate to **`IZ Lens`** -> **`Vulnerabilities`**.
* **`Source`** - Indicates the source from which Vulnerabilities was seeded from
* **`Name`** - Name of the Vulnerable library
* **`OSV ID`** - Link to OSV asset
* **`Metadata`** - Complete group id and asset id of the library.
* **`Value`** - Indicated the vulnerable versions

<figure><img src="/files/6kOgkbBx5R6FyuYQ8eGF" alt=""><figcaption></figcaption></figure>

### See Also

* [Inventory](/product-guides/integral-zone/iz-suite/iz-lens/inventory.md)
* [Application Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/application-dashboard.md)
* [Mule Projects](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/mule-applications.md)
* [API Applications](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/exchange-apis.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-lens/vulnerabilities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
