Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade SPDX output to specification version 2.3 #7839

Closed
wants to merge 1 commit into from

Commits on Nov 17, 2023

  1. feat(spdx): Upgrade output to specification version 2.3

    Note that this changes serialization of reference categories to use
    dashes instead of underscores [1]. Continue to accept underscores when
    deserializing for backward-compatibility, also see the discussion at
    [2]. Generally, deserialization of SPDX 2.2 is still supported.
    
    The diff of `spdx-schema.json` nicely resembles the code changes.
    
    Resolves #5445.
    
    [1]: https://github.com/spdx/spdx-spec/blob/v2.3/schemas/spdx-schema.json#L325
    [2]: CycloneDX/cyclonedx-dotnet-library#267
    
    Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
    sschuberth committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8bb326d View commit details
    Browse the repository at this point in the history