Skip to content

xgoffin/fpr_to_sarif_standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPR to SARIF standalone

Usage

Without SSC:

Can be used locally, lightweight, no audit information

go run main.go result.fpr

With SSC:

Pull audit information from Fortify SSC

go run .\main.go result.fpr ServerURL FortifyToken(PiperToken) ProjectVersionID

Example:

go run .\main.go result.fpr https://fortify-stage.tools.sap/ssc 11111111111111111111111111111111111111111111111 75485

File can be found under fortify/result.sarif

Compiling & running

Seems to give faster results

go build -o converter

./converter result.fpr

./converter result.fpr https://fortify-stage.tools.sap/ssc 11111111111111111111111111111111111111111111111 75485

Caveat

Running the converter twice in a row will replace the output file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages