Tags and Filtering
Tags provide a flexible, team-defined taxonomy for categorizing and scoping vulnerability entries.
They can represent customer-facing deliverables (binary, container, sdk), internal usage contexts (build-dep, test-infra), or any other categorization.
Defining Tags
Tags are defined in the optional tags section of a Vulnlog file.
| Field | Type | Required | Description |
|---|---|---|---|
|
String |
Yes |
Unique identifier for the tag. Referenced by vulnerability entries and release purl entries. |
|
String |
No |
Human-readable description of what this tag represents. |
tags:
- id: binary
description: Shipped as native binary
- id: container
description: Shipped as Docker container
- id: build-dep
description: Build-time dependency only