get_matter
Find every release containing a specific matter_key, oldest first, to verify which version fixes it for your branch and whether you've already handled it.
Instructions
Every release in which one matter appeared, oldest first. Take matter_key verbatim from a change (case-sensitive, contains '/' and ':'). Use it to answer 'which version fixes this for MY branch' and 'have I already handled this'. Why every occurrence and not just the newest: the same containerd security roll-up landed on five branches carrying 2, 4 and 10 advisories respectively — told only the newest, someone on the 2-advisory branch would assume they were fully covered. Set include_all for the routine record too (mostly bot dependency bumps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_key | Yes | the matter_key taken verbatim from a change (case-sensitive; contains '/' and ':') | |
| include_all | No | also include the routine record (mostly bot dependency bumps); off by default |