Skip to content

Commit

Permalink
Clarify why aliases should not be used in vulnerability bundles (#197)
Browse files Browse the repository at this point in the history
@Roo4L from AlmaLinux suggested we explain why aliases shouldn't be used
for bundling.
I've added a sentence based on their suggestion.

Signed-off-by: Michael Kedar <[email protected]>
  • Loading branch information
michaelkedar authored Sep 15, 2023
1 parent 8974fa5 commit 21659be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,10 @@ Aliases should be considered symmetric (if A is an alias of B, then B is an
alias of A) and transitive (If A aliases B and B aliases C, then A aliases C).

Aliases should **not** be used in records that bundle many different
vulnerabilities in one patch of a distribution of a package.
vulnerabilities in one patch of a distribution of a package. Listing multiple
vulnerabilities as `aliases` would mean that they are all identical (due to the
symmetry/transitivity of `aliases`), not that one release fixes multiple
(distinct) vulnerabilities.

## related field

Expand Down

0 comments on commit 21659be

Please sign in to comment.