You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/grype/cli/commands/internal/dbsearch/versions.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package dbsearch
2
2
3
3
const (
4
4
// MatchesSchemaVersion is the schema version for the `db search` command
5
-
MatchesSchemaVersion="1.1.6"
5
+
MatchesSchemaVersion="1.1.7"
6
6
7
7
// MatchesSchemaVersion Changelog:
8
8
// 1.0.0 - Initial schema 🎉
@@ -16,6 +16,7 @@ const (
16
16
// 1.1.4 - Add rpm_arch field to PackageQualifiers (source/binary tagging for the CSAF VEX transformer)
17
17
// 1.1.5 - Add rootio field to PackageQualifiers (for Root IO NAK-pattern matching via the OSV rootio strategy)
18
18
// 1.1.6 - Rename rpm_arch field on PackageQualifiers to architecture (semantics unchanged; rpm-specific prefix dropped)
19
+
// 1.1.7 - Add go_imports field to PackageQualifiers (per-symbol reachability from govulndb ecosystem_specific.imports, used for Go binary symbol matching via the gosymbols qualifier)
19
20
20
21
// VulnerabilitiesSchemaVersion is the schema version for the `db search vuln` command
0 commit comments