Remove unnecessary parser errors which disallow syft SBOMs by sfoslund · Pull Request #917 · microsoft/sbom-tool (original) (raw)

This PR removes 2 SPDX 2.2 parser exceptions which are currently enforcing rules which are not explicitly required for SPDX 2.2 SBOMs. These errors have not been a problem thus far because the SBOMs generated by this tool (currently the only type of SBOM we parse with the parser package) do not violate these assumptions. However, when we start parsing SBOMs generated by syft, we need to allow for more variance. These changes include: