Skip to content

Commit

Permalink
Updates integrity verification docs in Core (#609)
Browse files Browse the repository at this point in the history
* Adds an action to validate proposed PRs

Signed-off-by: Alexios Zavras (zvr) <github@zvr.gr>

* Adds info about other possible verification methods.

Signed-off-by: Alexios Zavras (zvr) <github@zvr.gr>

* Replaces the wrongly added workflow with the current one

Signed-off-by: Alexios Zavras (zvr) <github@zvr.gr>

---------

Signed-off-by: Alexios Zavras (zvr) <github@zvr.gr>
Co-authored-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
zvr and goneall committed Apr 15, 2024
1 parent 4c9f384 commit 83d29b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/Core/Classes/Hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ of applying a mathematical algorithm
that maps data of arbitrary size to a bit string (the hash)
and is a one-way function, that is,
a function which is practically infeasible to invert.

This is commonly used for integrity checking of data.

Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.

## Metadata

- name: Hash
Expand Down
2 changes: 2 additions & 0 deletions model/Core/Classes/IntegrityMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ of a specific Element that correlates to the data in this SPDX document. This id
a recipient to determine if anything in the original Element has been changed and eliminates
confusion over which version or modification of a specific Element is referenced.

Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.

## Metadata

- name: IntegrityMethod
Expand Down
2 changes: 2 additions & 0 deletions model/Core/Properties/verifiedUsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Provides an IntegrityMethod with which the integrity of an Element can be assert

VerifiedUsing provides an IntegrityMethod with which the integrity of an Element can be asserted.

Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.

## Metadata

- name: verifiedUsing
Expand Down

0 comments on commit 83d29b0

Please sign in to comment.