Skip to content

Commit

Permalink
Remediation categories
Browse files Browse the repository at this point in the history
- addresses review comments from #807
- convert unnecessary upper case to lower case
  • Loading branch information
tschmidtb51 committed Oct 25, 2024
1 parent a47d20c commit ca7fe94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Contradicting Remediations

For each item in `/vulnerabilities[]/remediations` it MUST be tested that a Product is not member of contradicting remediation categories.
This takes indirect relations through Product Groups into account.
For each item in `/vulnerabilities[]/remediations` it MUST be tested that a product is not member of contradicting remediation categories.
This takes indirect relations through product groups into account.

The relevant path for this test is:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Contradicting Product Status Remediation Combination

For each item in `/vulnerabilities[]/remediations` it MUST be tested that a Product is not member of a contradicting product status group.
This takes indirect relations through Product Groups into account.
For each item in `/vulnerabilities[]/remediations` it MUST be tested that a product is not member of a contradicting product status group.
This takes indirect relations through product groups into account.

The relevant path for this test is:

Expand Down

0 comments on commit ca7fe94

Please sign in to comment.