1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00
Grant Murphy 4b59c94808
Prevent null pointer exception in Sonarqube ()
* 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: 
2019-07-09 13:36:09 +10:00
..
2019-03-21 07:30:14 +10:00