Skip to content

Commit

Permalink
Updates per review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Feb 26, 2024
1 parent f745efa commit 05b7ca0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 25 deletions.
1 change: 0 additions & 1 deletion model/Core/Vocabularies/RelationshipType.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ name completes the sentence:
- republishedBy: (Security) Designates a `from` Vulnerability's details were tracked, aggregated, and/or enriched to improve context (i.e. NVD) by a `to` Agent(s)
- serializedInArtifact: The `from` SPDXDocument can be found in a serialized form in each `to` Artifact
- testedOn: (AI, Dataset) The `from` Element has been tested on the `to` Element
- serviceDependsOn (Service) The `from` SoftwareService depends on each `to` SoftwareService.
- trainedOn: (AI, Dataset) The `from` Element has been trained by the `to` Element(s)
- underInvestigationFor: (Security/VEX) The `from` Vulnerability impact is being investigated for each `to` Element
- usesTool: The `from` Element uses each `to` Element as a tool during a LifecycleScopeType period.
4 changes: 0 additions & 4 deletions model/Service/Classes/ServiceProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ A ServiceProvider is an entity that provide a software service.

## Properties

- providerUrl
- type: xsd:AnyURI
- minCount: 1

## Metadata

- name: ServiceProvider
Expand Down
3 changes: 1 addition & 2 deletions model/Service/Classes/SoftwareService.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ SoftwareService represents software being licensed, delivered and accessed onlin
## Properties

- provider
- type: ServiceProvider
- type: Agent
- minCount: 1
- maxCount: 1

## Metadata

Expand Down
2 changes: 1 addition & 1 deletion model/Service/Properties/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The Agent that provides a SoftwareService to one or more consumers.

- name: provider
- Nature: ObjectProperty
- Range: ServiceProvider
- Range: Agent
17 changes: 0 additions & 17 deletions model/Service/Properties/providerUrl.md

This file was deleted.

0 comments on commit 05b7ca0

Please sign in to comment.