Skip to content

Commit 83d29b0

Browse files
zvrgoneall
andauthored
Updates integrity verification docs in Core (#609)
* Adds an action to validate proposed PRs Signed-off-by: Alexios Zavras (zvr) <[email protected]> * Adds info about other possible verification methods. Signed-off-by: Alexios Zavras (zvr) <[email protected]> * Replaces the wrongly added workflow with the current one Signed-off-by: Alexios Zavras (zvr) <[email protected]> --------- Signed-off-by: Alexios Zavras (zvr) <[email protected]> Co-authored-by: Gary O'Neall <[email protected]>
1 parent 4c9f384 commit 83d29b0

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

model/Core/Classes/Hash.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ of applying a mathematical algorithm
1313
that maps data of arbitrary size to a bit string (the hash)
1414
and is a one-way function, that is,
1515
a function which is practically infeasible to invert.
16+
1617
This is commonly used for integrity checking of data.
1718

19+
Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.
20+
1821
## Metadata
1922

2023
- name: Hash

model/Core/Classes/IntegrityMethod.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ of a specific Element that correlates to the data in this SPDX document. This id
1313
a recipient to determine if anything in the original Element has been changed and eliminates
1414
confusion over which version or modification of a specific Element is referenced.
1515

16+
Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.
17+
1618
## Metadata
1719

1820
- name: IntegrityMethod

model/Core/Properties/verifiedUsing.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Provides an IntegrityMethod with which the integrity of an Element can be assert
1010

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

13+
Please note that different profiles may also provide additional methods for verifying the integrity of specific subclasses of Elements.
14+
1315
## Metadata
1416

1517
- name: verifiedUsing

0 commit comments

Comments
 (0)