# Software Bill of Materials (SBOM)

### SBOM

SBOM or Software Bill of Materials lists all software components, dependencies, and metadata in an application or service. It is an inventory of the software product's building blocks. It helps organizations understand, manage, and secure their applications.

### To View SBOM

The SBOM for the applications is available to view in the Artifact Security page.&#x20;

* Navigate to **Artifact Security** and click on the required artifacts page.&#x20;
* Click **View SBOM**.

<figure><img src="/files/G5TGzewjIq5aw5LYcRrv" alt=""><figcaption></figcaption></figure>

* The **SBOM** page is displayed.&#x20;

<figure><img src="/files/whA5ftazknPeLMSTVgRp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can click **Download**, to download the complete details of the page.&#x20;

You can click **Licenses**, to download all the licenses available for the selected application.

You can click **Report**, to download this page in a report format.&#x20;
{% endhint %}

The page displays the different components and their details as follows:

* **Component** - Displays the component name.&#x20;
* **Version** - Displays the version of the displayed component.&#x20;
* **Package URL** - Displays the package URL of the component.&#x20;
* **License** - Displays all the available licenses.&#x20;
* **Vulnerabilities** - Displays the count of the vulnerabilities for the given component.&#x20;
* **EOL Risk** - Displays the EOL status of the component OSS package based on he score which user can add baseline version for a OSS project.
* **Dependency** - Displays the dependency of the components.&#x20;
* **Actions** - You can add or remove licenses by clicking the **Edit License** button.&#x20;

<figure><img src="/files/dPzQOCaR9nqE4oYHK7x3" alt=""><figcaption></figcaption></figure>

On clicking the Edit License option, the license details page is displayed. You can do the necessary changes and update the details.

<figure><img src="/files/37gWMADAD8ZykQqBOHrK" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: 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:

```
GET https://docs.opsmx.com/ssd/security-risk-and-prioritization/user-guide/software-bill-of-materials-sbom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
