March 2025
ยท 5 min read
The following updates were made to Semgrep in March 2025.
๐ Semgrep AppSec Platformโ
Addedโ
- Added the capability to delete projects through the Semgrep API. Deleting a project also deletes all of its findings. Refer to the API documentation.
- You can now view the
cwe_namesandowasp_namesfor findings fetched through the Semgrep API. See the API documentation. - Added
external_discussion_idandexternal_note_idto findings returned by the Semgrep API. Use these fields to build links, put together dashboards, or other functionalities. - Various performance enhancements around full scans performed by Semgrep Managed Scans.
- Teams: Members are able to view the Project details page. This enables them to view the scan logs for diff-aware scans.
- Added a warning notification when you disable all rules. Disabling all rules means no findings will be detected in subsequent scans.
- Added a tooltip explaining the reason for why checkboxes for certain findings cannot be selected. Typically this is because the finding has been fixed.

- Added a Use Network Broker toggle within the webhook integration dialog. This enables you to control access to the network broker on a per-webhook basis.
- Dataflow traces now provide cross-file code snippets, centralizing context from several files into the dataflow graph.
- The Finding details page now has a new triage button with options to ignore, fix, and reopen findings.
- Added
llms.txt. - Added an integration with Wiz that enables you to view Semgrep Code findings in Wiz's Security Graph.
- Added the ability to define the files and folders Semgrep ignores during scans at the organization level.
Changedโ
- When findings are specifically ignored through a
nosemgrepcomment, Semgrep now informs the user why. Previously, there was no context provided when ignoring through a comment. - Improved pagination performance.
- Improved performance when fetching data for large teams.
๐ป Semgrep Codeโ
- Updates in Semgrep AppSec Platform regarding findings and rules also apply to Semgrep Code.