Skip to content

Importing SBOM Files#

You can import SBOM information into FutureVuls to use for asset, license, and vulnerability management. For the SBOM formats and versions that can be imported, see "Supported Environments". To decide whether to register as a Server SBOM or an Application SBOM, see "Server SBOMs and Application SBOMs".

This manual explains the following operations:

For the specifications on how component information in an SBOM is imported into FutureVuls, refer to the following:

To learn how to check the relationship between an imported SBOM and the software and vulnerabilities in FutureVuls, see "View Source SBOM Files".

Importing an SBOM File#

You can import SBOMs in the following three ways:

  1. Uploading a file from the UI
  2. Pasting as text from the UI
  3. Uploading via the API

When importing from the UI, the screen differs depending on whether you are importing a Server SBOM or an Application SBOM. For the differences between the two, please refer to "Server SBOMs and Application SBOMs".

  • For Server SBOMs: From Server > Add Server > Import SBOM
  • For Application SBOMs: From Server Details > Registered SBOM File

File Upload#

As of the February 2026 release, you can now import SBOMs as a file. This method is recommended as it does not affect browser performance, even with large file sizes.

File Upload

When you upload a file, you can check if the import was successful from Group Settings > Scan History. The scan type will be displayed as "SBOM Scan".

If the import is successful, you can immediately detect vulnerabilities by running a manual scan on the server.

Text Paste Upload#

You can import an SBOM by pasting its data as text into the UI. When you upload as text, a dialog box will appear on the screen to indicate whether the import was successful.

Text Paste Upload

API Upload#

For cases such as integrating into CI, you can import SBOMs using the FutureVuls API. When using the API, you can also upload the SBOM after Base64 encoding. For details, please refer to the API documentation.

Downloading Imported SBOM Files#

Imported SBOM files are stored in FutureVuls as-is and can be downloaded at any time.

SBOM files imported before the "2024-10-16 Release" cannot be downloaded.

Download SBOM file

Updating SBOM Files#

You can update an imported SBOM file when its contents change. Click the update button for the target SBOM file, paste the new content, and submit.

Update SBOM file

Renaming SBOM Files#

You can rename an imported SBOM file. From "Rename File," enter the new SBOM file name.

Rename SBOM file

Deleting SBOM Files#

You can delete an imported SBOM file.

Deleting a Server SBOM

An SBOM imported as a Server SBOM cannot be deleted. If you need to delete it, please delete the entire server.

Delete SBOM file