Skip to content

xgoffin/cxxml_to_sarif_standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CxXML to SARIF standalone

Usage

Can be used locally, lightweight, no audit information

go run main.go CxSASTResults_[...].xml

go run .\main.go CxSASTResults_2022_02_10T11_25_53_82666638Z.xml

File can be found under checkmarx/result.sarif

Compiling & running

Seems to give faster results

go build -o converter

./converter CxSASTResults_[...].xml

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