Skip to content

Commit

Permalink
chore: v1.5.14 changelog bump
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
crozzy authored Aug 7, 2023
1 parent 26b7d74 commit 4e5f1a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="v1.5.14"></a>
## [v1.5.14] - 2023-08-07
[v1.5.14]: https://github.com/quay/claircore/compare/v1.5.13...v1.5.14

- rhel: Include cve defs when parsing through rhel oval feeds
<details>
There was condition that excluded cve definition types when converting
OVAL definitions to vulns, currently for rhel8 unpatched feeds
the definitions are either oval:com.redhat.cve:def:... or
oval:com.redhat.unaffected:def:.... This change adds a condition
to only continue to ignore these cve definitions if the config explicitly
says to do so. Note: Once these vulns are in the DB they will be
surfaced and updating the config won't delete them, they will be
queried until the next update cycle.
</details>

<a name="v1.5.13"></a>
## [v1.5.13] - 2023-07-26
[v1.5.13]: https://github.com/quay/claircore/compare/v1.5.12...v1.5.13
Expand Down

0 comments on commit 4e5f1a6

Please sign in to comment.