Skip to content

Commit

Permalink
Update relationship descriptions per suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Aug 1, 2023
1 parent 68f9c29 commit fc9f506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/Core/Vocabularies/RelationshipType.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ between a Package and a File, between two Packages, or between one SPDXDocument
- buildDependency: Every `to` Element is a build dependency of the `from` Element
- buildTool: Build tool used to build an Element. This may be used to describe the build tool of a Build instance
- coordinatedBy: (Security) Used to identify the vendor, researcher, or consumer agent performing coordination for a vulnerability
- concludedLicense: Identifies the license that that SPDX data creator has concluded as governing the software Package, File or Snippet.
- concludedLicense: The `to` specifices the license the SPDX data creator has concluded as governing the `from` software Artifact.
- contains: Every `to` Element is contained by the `from` Element
- configOf: (Build) Configuration information applied to an Element instance during a LifeycleScopeType period. Example: Build configuration of the build instance
- copy: Every `to` Element is a copy of the `from` Element
- dataFile: Every `to` Element is a data file related to the the `from` Element
- declaredLicense: dentifies the license information actually found in the software Package, File or Snippet, for example as detected by use of automated tooling.
- declaredLicense: The `to` license information identifies the license information actually found in the `from` software Artifact, for example as detected by use of automated tooling.
- dependencyManifest: Every `to` Element is manifest file containing dependency information related to the `from` Element
- dependsOn: Every `to` Element is a dependecy of the `from` Element
- descendant: This relationship may be used to describe child builds of a Build instance.
Expand Down

0 comments on commit fc9f506

Please sign in to comment.