Wessel Terpstra
Wessel Terpstra
Minor issue, it might mark projects as affected when they are not necessarily. NuGet 6.2 introduces central package management and drops the preview flag. However they also support overriding individual...
The spec is a bit weird about the external reference categories When looking at the [reference category documentation](https://spdx.github.io/spdx-spec/v2.2.2/package-information/#7211-description) the following values are allowed: `SECURITY | PACKAGE-MANAGER | PERSISTENT-ID | OTHER`...
Hi, as requested in the docs, I briefly tested this integration with my Daikin BRP069C8x wifi gateway and it works perfectly! Thanks a bunch for the great integration, I'm still...
According to the [SPDX 2.2 specification](https://spdx.github.io/spdx-spec/v2.2.2/package-information/#7211-description) the referenceCategory of an ExternalReference can be `SECURITY`, `PACKAGE-MANAGER` , `PERSISTENT-ID` or `OTHER`. However, in the ExternalRefCategory enum it is `PACKAGE_MANAGER` which uses an...
Breaking change that serializes the SPDX referenceCategory with enums, fixes #267. This is breaking as it changes the default behavior of the way the referenceCategory gets serialized, from using underscores...