Skip to content

Commit

Permalink
Completed outstanding changes for -10 (#11)
Browse files Browse the repository at this point in the history
* Updating element descriptions
* Added new enumerated values to sections 4 and 5.
* Changed plurality of registry names.
* Fixed spelling issues.
  • Loading branch information
david-waltermire committed Jun 24, 2019
1 parent c0bb43f commit 084a5fa
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 165 deletions.
8 changes: 4 additions & 4 deletions concise-swid-tag.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concise-swid-tag = {
? corpus => bool,
? patch => bool,
? supplemental => bool,
swid-name => text,
software-name => text,
? software-version => text,
? version-scheme => $version-scheme,
? media => text,
Expand Down Expand Up @@ -82,7 +82,7 @@ $rel /= patches
$rel /= requires
$rel /= see-also
$rel /= supersedes
$rel /= rel-supplemental
$rel /= supplemental
$rel /= uint / text

$use /= optional
Expand Down Expand Up @@ -173,7 +173,7 @@ evidence-entry = {

; "global map member" integer indexes
tag-id = 0
swid-name = 1
software-name = 1
entity = 2
evidence = 3
link = 4
Expand Down Expand Up @@ -260,7 +260,7 @@ patches=7
requires=8
see-also=9
supersedes=10
rel-supplemental=11
supplemental=11

; "use" integer indexes
optional=1
Expand Down
Loading

0 comments on commit 084a5fa

Please sign in to comment.