Commit a7cf2fa
docs: Pro set-based deduplication hash code fields for CWE/Vulnerability_Ids (#15154)
* docs(dedupe): document set-based hash code fields (vulnerability IDs + CWE matchers)
Document the Pro Tuner set-match hash-code fields: vulnerability_ids (exact),
vulnerability_ids_partial/_subset, and cwes_partial/_subset — what each matches, how
_partial/_subset are compared per pair rather than hashed, the empty-set behavior
(abstain when another hashed field gates the pair; no match when the matcher is the
sole field), and the config rules (a vulnerability IDs field may stand alone; CWE
fields may not be the only criteria).
* docs(dedupe): document the bare `cwes` (exact-set) hash token (F40)
The token table listed cwes_partial/cwes_subset but omitted the bare `cwes`
token (exact CWE set, folded into the hash like `vulnerability_ids`). Add the
row, note it in the exact-matching sentence, and include `cwes` in the
"CWE fields may not be the only criteria" rule.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 3edfceb commit a7cf2fa
1 file changed
Lines changed: 25 additions & 0 deletions
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
53 | 78 | | |
54 | 79 | | |
55 | 80 | | |
| |||
0 commit comments