Skip to content

Commit

Permalink
Sharing Groups
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#705
- add suggestions for quick fixes throughout the sharing group tests
  • Loading branch information
tschmidtb51 committed Nov 18, 2024
1 parent a7ace02 commit c3459bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ The relevant path for this test is:
```

> The sharing group uses the Max UUID but the CSAF document is labeled as `TLP:RED`.
> A tool MAY remove the property `sharing_group` as a quick fix.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ The relevant path for this test is:
```

> The sharing group is present for the `TLP:CLEAR` document but it differs from the Max UUID.
> A tool MAY update the sharing group id as a quick fix.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ The relevant path for this test is:
```

> The sharing group name is `Public` but it does not use the Max UUID.
> A tool MAY update the sharing group name as a quick fix.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ The relevant path for this test is:
```

> The Max UUID is used but the sharing group name does not exist.
> A tool MAY add the corresponding sharing group name as a quick fix.
6 changes: 6 additions & 0 deletions csaf_2.1/prose/edit/src/tests-02-optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ The relevant path for this test is:
> The sharing group id uses the Max UUID.
> A tool MAY remove the property `sharing_group` as a quick fix.
### Usage of Nil UUID
It MUST be tested that the Nil UUID is not used as sharing group id.
Expand All @@ -888,6 +890,8 @@ The relevant path for this test is:
> The sharing group id uses the Nil UUID.
> A tool MAY remove the property `sharing_group` as a quick fix.
### Usage of Sharing Group on TLP:CLEAR
It MUST be tested that no sharing group is used if the document is `TLP:CLEAR`.
Expand All @@ -913,3 +917,5 @@ The relevant path for this test is:
```
> The CSAF document is `TLP:CLEAR` but a sharing group is given.
> A tool MAY remove the property `sharing_group` as a quick fix.

0 comments on commit c3459bd

Please sign in to comment.