Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tan9/fortify-issue-suppressor
- Owner: tan9
- Created: 2017-09-21T02:01:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T07:43:45.000Z (almost 4 years ago)
- Last Synced: 2024-12-09T18:44:15.542Z (about 1 month ago)
- Topics: fortify, fortify-sca
- Language: Java
- Homepage:
- Size: 4.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"```