Skip to content

Commit 4eeb7d1

Browse files
[issue-426] update model: relationship types
to 9371a34a09b72aabb5831238d6ec034c82524ee6 Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 8935a9c commit 4eeb7d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ additional installation of optional dependencies
5050
* Serialize to JSON-LD
5151

5252
See [Quickstart to SPDX 3.0](#quickstart-to-spdx-30) below.
53-
The implementation is based on the descriptive markdown files in the repository https://github.com/spdx/spdx-3-model (latest commit: ab0391a52864ce3fc568df3938f542058556731c).
53+
The implementation is based on the descriptive markdown files in the repository https://github.com/spdx/spdx-3-model (latest commit: 9371a34a09b72aabb5831238d6ec034c82524ee6).
5454

5555

5656
# Installation

src/spdx_tools/spdx3/model/relationship.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class RelationshipType(Enum):
3939
DOCUMENTATION = auto()
4040
DOES_NOT_AFFECT = auto()
4141
DYNAMIC_LINK = auto()
42+
EVIDENCE_FOR = auto()
4243
EXAMPLE = auto()
4344
EXPANDED_FROM_ARCHIVE = auto()
4445
EXPLOIT_CREATED_BY = auto()
@@ -67,9 +68,11 @@ class RelationshipType(Enum):
6768
SPECIFICATION_FOR = auto()
6869
STATIC_LINK = auto()
6970
TEST = auto()
71+
TESTED_ON = auto()
7072
TEST_CASE = auto()
7173
TEST_DEPENDENCY = auto()
7274
TEST_TOOL = auto()
75+
TRAINED_ON = auto()
7376
UNDER_INVESTIGATION_FOR = auto()
7477
VARIANT = auto()
7578

0 commit comments

Comments
 (0)