Skip to content

Commit b14401b

Browse files
committed
chore: v1.5.53 changelog bump
Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent 910c3c5 commit b14401b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="v1.5.53"></a>
2+
## [v1.5.53] - 2026-07-17
3+
[v1.5.53]: https://github.com/quay/claircore/compare/v1.5.52...v1.5.53
4+
5+
- claircore: support "not affected" vulnerability assertions
6+
<details>
7+
Vulnerability reports can now surface explicit "not vulnerable"
8+
assertions via PackageNotVulnerable. Matching records with
9+
Vulnerability.Invert set are kept out of PackageVulnerabilities.
10+
The matcher DB persists this as vuln.not_vulnerable.
11+
12+
The Red Hat VEX updater now ingests known_not_affected product status
13+
as inverted vulnerabilities.
14+
</details>
15+
16+
- acceptance: add the acceptance testing framework
17+
<details>
18+
The acceptance testing framework allows users to hook into claircore's
19+
integration testing by calling acceptance.Run() and providing an
20+
Auditor. A claircore Auditor is provided and it allows users to test
21+
expected claircore results against real results using fixed inputs: VEX
22+
data and container images.
23+
</details>
24+
25+
- postgres: add existence check to type in all cases
26+
<details>
27+
Having both matcher and indexer tables in the same database isn't
28+
explicitly allowed or disallowed. This makes it order independent
29+
anyway and avoids migration conflict errors.
30+
</details>
31+
132
<a name="v1.5.52"></a>
233
## [v1.5.52] - 2026-03-26
334
[v1.5.52]: https://github.com/quay/claircore/compare/v1.5.51...v1.5.52

0 commit comments

Comments
 (0)