mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
4b59c94808
* 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 |
||
---|---|---|
.. | ||
formatter.go | ||
formatter_suite_test.go | ||
formatter_test.go | ||
junit_xml_format.go | ||
sonarqube_format.go | ||
template.go |