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
"""Generate an SPDX file.This is following the specification from https://spdx.github.io/spdx-spec/v2.3/a simple example can be found at ./tests/tests_e3/spdx_test.py"""
While the DocumentInformation class says it uses SPDX version 1.2:
@dataclassclassDocumentInformation(SPDXSection):
"""Describe the SPDX Document."""document_name: DocumentNamedocument_namespace: DocumentNamespace=field(init=False)
version: SPDXVersion=SPDXVersion("SPDX-1.2")
In
spdx.py
line 3, the comment says:While the
DocumentInformation
class says it uses SPDX version 1.2:See https://spdx.github.io/spdx-spec/v2.3/document-creation-information/#61-spdx-version-field
The text was updated successfully, but these errors were encountered: