You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bom file created under .bom/.objects only contain the hash of the dependencies. It may be helpful to create an additional file that will also contain the mapping of the hash to its source file and any other useful information. Such information could also potentially help when debugging issues.
The rough idea is to create another parallel file to the bom file, eg., .llvm.gitbom/c8/f2a0419e74bdb99ba7eb048d00f74308936e82, which will contain
This information could be captured in an SPDX document in a fairly straight forward fashion. Then the SPDX doc could refer to the .bom/.objects file; and we'd have a way of doing the cross check. If you're open to this approach, happy to help.
The bom file created under .bom/.objects only contain the hash of the dependencies. It may be helpful to create an additional file that will also contain the mapping of the hash to its source file and any other useful information. Such information could also potentially help when debugging issues.
The rough idea is to create another parallel file to the bom file, eg., .llvm.gitbom/c8/f2a0419e74bdb99ba7eb048d00f74308936e82, which will contain
dec04e9bf1ddb276ac6e3447977af30e8fb3bdfc // a.h
8c8cd8189911edf515d1c041f601b6422c62c5be // b.c
At this time, this file could be created by default or with an option.
The text was updated successfully, but these errors were encountered: