Skip to main content

Mend.io

Mend.io (formerly WhiteSource) is an application security tool used for scanning, prioritizing, and remediating security vulnerabilities in your organization's applications and code projects. You can bring application, code project, package, and security data from Mend.io into the Brinqa to prioritize and address potential vulnerabilities.

This document details the information you must provide for the connector to authenticate with Mend.io and how to obtain that information from Mend.io. See create a data integration for step-by-step instructions on setting up the integration.

Required connection settings

When setting up a data integration, select Mend from the Connector drop-down. If you cannot find the connector in the drop-down, make sure that you have installed it first. You must provide the following information to authenticate Mend.io with Brinqa:

  • Server URL: The Mend.io server URL. The default URL is https://app.whitesourcesoftware.com.

  • API Key and User Key: The API keys associated with the Mend.io account, which must have permissions to log in to the API server and return data.

Generate Mend.io API keys

For the Mend.io connector to access the Mend.io API, you must provide API keys. To do so, follow these steps:

  1. Log in to your organization's Mend.io account as an administrator.

  2. Click the User profile and then click Profile from the drop-down.

  3. Click the User Keys tab, then locate the User Keys and Product Tokens sections on the page.

    Mend API keys

  4. Copy the User Key and paste it into the User Key field of the integration configuration.

  5. Copy the Product Token and paste it into the API Key field of the integration configuration.

    If multiple product tokens are listed, select the token associated with the product you're integrating with Brinqa. This may depend on your specific use case or the particular data you need to access.

note

If you do not have the permissions to create API keys, contact your Mend.io administrator. For additional information, see the Mend.io documentation.

Additional settings

The Mend.io connector contains an additional option for specific configuration:

  • Parallel requests: The maximum number of parallel API requests. The default setting is 8.

Types of data to retrieve

The Mend.io connector can retrieve the following types of data from the Mend.io API:

Table 1: Data retrieved from Mend.io

Connector ObjectRequiredMaps to Data Model
ApplicationYesApplication
Code ProjectYesCode Project
Open Source FindingYesOpen Source Finding
Open Source Finding DefinitionYesOpen Source Finding Definition
PackageYesPackage
Static Code FindingYesStatic Code Finding
Static Code Finding DefinitionYesStatic Code Finding Definition
info

For detailed steps on how to view the data retrieved from Mend.io in the Brinqa Platform, see How to view your data.

Attribute mappings

Click the tabs below to view the mappings between the source and the Brinqa data model attributes.

Table 2: Application attribute mappings

Source Field NameMaps to Attribute
CATEGORIEScategories
CREATION_DATEsourceCreatedDate
LAST_MODIFIEDsourceLastModified
NAMEname
SYS_IDuid
info

Local variable indicates that the field is processed within a specific context, such as a particular workflow or calculation. Unlike other attributes, local variables aren't mapped to the unified data models (UDM). They only exist on the source data model (SDM).

Use CVSS calculator indicates that the CVSS (Common Vulnerability Scoring System) vectors and scores aren't directly mapped to a specific attribute on the UDM. Instead, a specialized library calculates the CVSS scores from the provided CVSS vector strings.

Operation options

The Mend.io connector supports the following operation options. See connector operation options for information about how to apply them.

Table 9: Mend.io connector operation options

Connector ObjectOptionAll Possible ValuesDescriptionExample
Code ProjectprojectTagstrue, falseEnables or disables filtering of code projects based on project tags. When set to true, the connector retrieves code projects that have been specifically tagged.Key: projectTags Value: true. This key and value combination only retrieves code projects that have been specifically tagged.
PackagenameAsIdentifiertrue, falseDetermines whether the package name should be treated as a unique identifier for the purpose of data retrieval. When set to true, it ensures that only packages with unique names are considered, potentially reducing duplicates.Key: nameAsIdentifier Value: true. This key and value combination only retrieves packages where the name is treated as a unique identifier.

APIs

The Mend.io connector uses the Mend.io API v1.4. Specifically, it uses the following requestType values within the single API endpoint (/api/v1.4):

Table 10: Mend.io API v1.4 Supported Request Types

Connector ObjectRequest Type
ApplicationgetAllProducts
Code ProjectgetAllProducts, getOrganizationProductVitals, getProjectTags
Open Source FindinggetAllProducts, getAllProjects, getProjectAlertsByType
Open Source Finding DefinitiongetAllProducts, getAllProjects, getProjectAlertsByType
PackagegetAllProducts, getAllProjects, getProjectInventoryReport
Static Code FindinggetProjectAlertsByType
Static Code Finding DefinitiongetProjectAlertsByType

Changelog

The Mend.io connector has undergone the following changes:

3.0.0