Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tan9/fortify-issue-suppressor

Fortify FPR Issue Suppressor
https://github.com/tan9/fortify-issue-suppressor

fortify fortify-sca

Last synced: 25 days ago
JSON representation

Fortify FPR Issue Suppressor

Awesome Lists containing this project

README

        

Fortify Issue Suppressor
========================

Post-processes Fortify analysised FPR files, mark specified issues as `suppressed`.

### How to run

```bash
./issue-suppressor.jar --rule rcs-suppression-rule.yml rcs-report.fpr rcs-report-suppressed.fpr
```

```bash
./issue-suppressor.jar -h

```

### Specification of Suppression Rules

Example:

```yaml
build:
id: "rcs"
vulnerabilities:
- classInfo:
type: "Access Control"
subtype: "Database"
- classInfo:
type: "Dynamic Code Evaluation"
subtype: "Code Injection"

```