tools-golang icon indicating copy to clipboard operation
tools-golang copied to clipboard

MIssing File details for some spdx file

Open aharal opened this issue 1 year ago • 4 comments

I decode SPDX files using your utility. However, some files result in missing file details; this is typically the case when both package and file information are present in the spdx file.

doc, err := tagvalue.Read(reader) if err != nil { return &models.Result{}, err }

Please refer following spdx file for referance. https://github.com/lfscanning/spdx-lfenergy/blob/main/Carbon-Data-Spec/2023-12/Carbon-Data-Spec-2023-12-22.spdx

aharal avatar Jan 11 '24 17:01 aharal

Just for reference - the above mentioned SPDX file is generated from FOSSOlogy. Please let me know if there are any issues with the input file.

goneall avatar Jan 11 '24 20:01 goneall

No, There is no issue for for input file.

aharal avatar Jan 11 '24 21:01 aharal

Is there any update on this ticket?

aharal avatar Jan 15 '24 15:01 aharal

Hi @aharal, can you clarify what the error is that you're seeing here?

swinslow avatar Jan 17 '24 02:01 swinslow