spdx / tools-golang

Collection of Go packages to work with SPDX files
Other
121 stars 56 forks source link

Some optional fields are output in JSON even though they are optional #207

Closed lumjjb closed 1 year ago

lumjjb commented 1 year ago

Through checking the output we noticed that a couple of fields were being output even though they are optional

Reported on behalf on Google internal user (Amit).

kzantow commented 1 year ago

@lumjjb could you be more specific for the version(s) this affects? Some of these fields may have been made optional in 2.3, for example.

lumjjb commented 1 year ago

did some investigation

lumjjb commented 1 year ago

FIxed by #215