1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-20 02:59:51 +02:00
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
..
2019-03-21 07:30:14 +10:00