-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Road to CoSWID Specification version 21 (#33)
* Road to CoSWID Specification version 21 - version-scheme type (was unsigned) is now signed - ownership type (was unsigned) is now signed - role type (was unsigned) is now signed - use type (was unsigned) is now signed - software-meta-entry->generator can now also be a 16 byte array - file-entry global-attributes added - directory-entry->path-elements is now optional: - evidence-entry->location added: - link-entry->rel (was unsigned) is now signed breaking changes: - ownership values changed: - filesystem-item global-attributes removed - There is now only a single payload or evidence (breaks JSON format) potentially breaking changes (although unlikely): - file-entry->size (was unsigned) is now signed Signed-off-by: CodingVoid <code.ivng5@simplelogin.co> * Add CoSWID URI representation for tagid Signed-off-by: CodingVoid <code.ivng5@simplelogin.co> * Update link.go Co-authored-by: Thomas Fossati <tho.ietf@gmail.com> Signed-off-by: CodingVoid <code.ivng5@simplelogin.co> * Fix tests regarding ownership enumeration swap, enhance code coverage Signed-off-by: CodingVoid <code.ivng5@simplelogin.co> Co-authored-by: Thomas Fossati <tho.ietf@gmail.com>
- Loading branch information
1 parent
7759347
commit b6ba3b0
Showing
27 changed files
with
245 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.