Gary O'Neall
Gary O'Neall
Note: the abstract class was previously solved with adding the property `https://jpewdev.github.io/shacl2code/schema#isAbstract` to abstract classes.
Fixed with https://github.com/spdx/spec-parser/pull/158#event-15335827740
@zvr - did you want to generate the web pages for the 3.0.1 release or would you like me to?
http://spdx.org/rdf/ontology/spdx-3-0-1 now redirects to https://spdx.github.io/spdx-spec/v3.0.1/model/Core/Core/ - which is the same redirect used if you go to https://spdx.github.io/spdx-spec/v3.0.1/model.
You can find examples of how the `extractedLicensingInfo` is used in the [spec examples](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/examples). There is also information in the [ontology directory](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/ontology) and [schema directories](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/schemas) that may help.
There are a couple of pull requests for the SPDX Golang Library that implements SPDX 3 format: - https://github.com/spdx/tools-golang/pull/249 - https://github.com/spdx/tools-golang/pull/247 We're looking for feedback from consumers of the library...
I'm working on collecting a few real-world examples for you. The [Yocto project](https://www.yoctoproject.org/) now produces SPDX 3 files. We're using this as an example in the CISA SBOM reference implementation...
Another update on the SPDX Golang tools library. In our last weekly [SPDX implementers call](https://github.com/spdx/meetings?tab=readme-ov-file#implementers-group-meetings), we decided to split out the generated SPDX 3 model language bindings from the higher...
Thanks @nielsm5 for the suggestions - going to do a bit of reading of the spec / relationship types before responding to the suggestions. It may take a couple of...
In the scenario the SBOM Generation tiger team is using Parlay, adding the tool should be fine since the original SBOM is never really "published". Where we would get into...