1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/pkg/fortify
xgoffin 2cebf370c9
feat(fortifyExecuteScan): added conversion to SARIF for FPR files (#3485)
* feat(FPRtoSARIF): boilerplate & comments

* Feat(Ingest): Build done, Vulnerabilities partway

* feat(Vulnerabilities): now entirely parsed

* feat(Ingestion): handle Description object

* feat(FprToSarif): integration in Piper step, full xml structure

* feat(fpr_to_sarif): base program. Need to replace names in messages

* feat(fpr_to_sarif): message substitution and custom definition integration

* fix(fpr_to_sarif): missing replacement in tools object

* fix(fortifyExecuteScan): unit tests

* fix(fpr_to_sarif): failing unit test

* Fix fortify folder creation for generating sarif

* deletion of unzip folder

* fix(fortifyExecuteScan): change logging to info

* feat(fpr_to_sarif): better unit test

* fix(fpr_to_sarif): pr tests failing

* feat(fpr_to_sarif): add specific properties to sarif

* feat(fpr_to_sarif): severity integration

* fix(fpr_to_sarif): unit test fixed

Co-authored-by: Sven Merk <33895725+nevskrem@users.noreply.github.com>
Co-authored-by: Sumeet PATIL <sumeet.patil@sap.com>
2022-02-08 14:10:40 +01:00
..
fortify_test.go Fortify JSON Report (#3212) 2021-10-29 10:03:01 +02:00
fortify.go feat(fortifyExecuteScan): added conversion to SARIF for FPR files (#3485) 2022-02-08 14:10:40 +01:00
fpr_to_sarif_test.go feat(fortifyExecuteScan): added conversion to SARIF for FPR files (#3485) 2022-02-08 14:10:40 +01:00
fpr_to_sarif.go feat(fortifyExecuteScan): added conversion to SARIF for FPR files (#3485) 2022-02-08 14:10:40 +01:00
reporting.go feat(fortifyExecuteScan): added conversion to SARIF for FPR files (#3485) 2022-02-08 14:10:40 +01:00