Name | Sonar Fortify Plugin |
License | LGPL v3 |
Authors | SonarSource |
JIRA | |
Sources | |
Latest version | Not released |
Download |
Description / Features
This plugin imports Fortify SSC reports. Provided features include:
- Import the Fortify Security Rating, value between 1 and 5.
- Import the number of issues marked as critical, high, medium and low priority in Fortify
- Link to the Fortify SSC web report
- Import vulnerability issues as Sonar violations. Supported languages are ABAP, C#, C++, Cobol, Java, JavascriptJavaScript, Python and VB.
| Info | ||
|---|---|---|
| ||
As said in the description above, this plugin imports audit reports available in Fortify SSC Server. This means that the plugin:
As a consequence, Fortify scans must have been run before executing this plugin on Sonar. |
Here are some screenshots of the plugin:


Configuration
Installation
- Install the Fortify plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
- Restart the Sonar server
Usage
- Configure the connection to the Fortify SSC Server in Configuration > General Settings > Fortify:
- Server URL
- Login/password. Token-based authentication is not supported yet.
- Activate some Fortify rules in the Quality profileProfile
- Configure the project to be analyzed:
- By default project name and version must match the name and version defined in Fortify. They can be changed in Project Settings.
- Enable audit import on the projects that have been scanned by Fortify: set
sonar.fortify.enabletotruein Project Settings.
Inspect project. The following logs should appear:
Code Block [INFO] [14:03:32.720] Fortify SSC Project: <Fortify project name>, version: <Fortify project version> [INFO] [14:03:35.643] Sensor Fortify Audit Context... [INFO] [14:03:35.643] Sensor Fortify Audit Context done: 0 ms [INFO] [14:03:35.643] Sensor Fortify Performance Indicators... [INFO] [14:03:36.701] Sensor Fortify Performance Indicators done: 1058 ms [INFO] [14:03:36.701] Sensor Fortify Issues... [INFO] [14:04:35.131] Loading 171 Fortify issues [INFO] [14:04:35.149] Sensor Fortify Issues done: 58448 ms



Change Log
| JIRA Issues | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

