Semgrep
Semgrep is a code analysis tool that scans code to find and fix security vulnerabilities, bugs, and style issues in your organization's codebase. You can bring analysis data from Semgrep into Brinqa to prioritize and track the remediation efforts of those potential code issues to gain a unified view of your attack surface and strengthen your cybersecurity posture.
This document details the information you must provide for the connector to authenticate with Semgrep and how to obtain that information from Semgrep. 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 Semgrep 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 Semgrep with Brinqa:
-
API URL: The Semgrep API URL. The default URL is
https://semgrep.dev
. -
Access Token: The access token associated with the Semgrep account, which must have permissions to log in to the API server and return data.
The Semgrep account must be a Team or Enterprise tier account in order for the Semgrep connector to make API calls and return data.
Create a Semgrep access token
For the Semgrep connector to use the Semgrep Web API, you must provide an access token. Semgrep does not allow retrieving the access token for an existing user, therefore, you must generate a new access token instead. To do so, follow these steps:
-
Log in to the Semgrep application at https://semgrep.dev/login.
-
Navigate to Settings and click Tokens.
-
Click API tokens and then click Create new token.
-
The Create a token window appears with the new token. Give the token a name or leave it as is.
You cannot view the token after this. Copy the access token (Secrets value) and save it to a secure location.
-
Under Token scopes, select Web API. This ensures that the Semgrep connector pulls information from the Semgrep Web API.
-
Click Save.
The above steps describe the minimum requirements for the Semgrep connector to work properly with Brinqa. For additional information, see Semgrep documentation.
Additional settings
The Semgrep connector contains additional options for specific configuration:
-
Parallel requests: The maximum number of parallel API requests. The default setting is 4.
-
Maximum retries: The maximum number of times that the integration attempts to connect to the Semgrep API before giving up and reporting a failure. The default setting is 10.
Types of data to retrieve
The Semgrep connector can retrieve the following types of data from the Semgrep API:
Table 1: Data retrieved from Semgrep
Connector Object | Required | Maps to Data Model |
---|---|---|
Code Project | Yes | Code Project |
Static Code Finding | Yes | Static Code Finding |
Static Code Finding Definition | Yes | Static Code Finding Definition |
The Semgrep connector does not currently support operation options for the types of data it retrieves.
For detailed steps on how to view the data retrieved from Semgrep in the Brinqa Platform, see How to view your data.
APIs
The Semgrep connector uses the Semgrep Web API v1. Specifically, it uses the following endpoints:
Table 2: Semgrep Web API v1 Endpoints
Connector Object | API Endpoint |
---|---|
Code Project | GET /api/v1/deployments |
GET /api/v1/deployments/{deployment_slug}/projects | |
Static Code Finding | GET /api/v1/deployments/{deployment_slug}/findings |
Static Code Finding Definition | GET /api/v1/deployments/{deployment_slug}/findings |
Changelog
The Semgrep connector has undergone the following changes:
3.0.0
- Initial Integration+ release.