gosec/output
Grant Murphy 4b59c94808
Prevent null pointer exception in Sonarqube (#334)
* fix(formatters) null value causes npe in sonarqube

the json encoding of uninitialized arrays is null. this causes a npe in
sonarqube tool. we should return an empty array rather than a null value
here.

relates to: #333
2019-07-09 13:36:09 +10:00
..
formatter.go Prevent null pointer exception in Sonarqube (#334) 2019-07-09 13:36:09 +10:00
formatter_suite_test.go Fix the file path in the Sonarqube report 2019-06-24 14:10:51 +02:00
formatter_test.go Prevent null pointer exception in Sonarqube (#334) 2019-07-09 13:36:09 +10:00
junit_xml_format.go Replace gas with gosec everywhere in the project 2018-07-19 18:42:25 +02:00
sonarqube_format.go fix sonarIssues struct 2019-03-21 07:30:14 +10:00
template.go This fixes the html template when using '-fmt=html' 2018-10-03 13:31:59 -05:00