Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Smith committed Sep 12, 2023
1 parent 2e64b81 commit 4677b69
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
20 changes: 19 additions & 1 deletion modules/about-clair.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ New versions of Clair are regularly released. The source code needed to build Cl

Release artifacts also include the `clairctl` command line interface tool, which obtains updater data from the internet by using an open host.

[discrete]
[id="clair-releases-471"]
=== Clair 4.7.1

Clair 4.7.1 was released as part of {productname} 3.9.1. The following changes have been made:

* This release enables the ingestion of unpatched vulnerabilities from {rhel} sources, which results in a large change for all RHEL vulnerability reports. If you want to view unpatched vulnerabilities, update your Clair `config.yaml` file and set `ignore_unpatched` to `false`. For example:
+
[source,terminal]
----
updaters:
config:
rhel:
ignore_unpatched: false
----
+
To disable this feature, you can set `ignore_unpatched` to `true`.

[discrete]
[id="clair-releases-47"]
=== Clair 4.7
Expand All @@ -38,7 +56,7 @@ Clair supports identifying and managing the following dependencies:
* Python
* Ruby

This means it can analyze and report on the third-party libraries and packages that a project in these languages relies on to work correctly.
This means that it can analyze and report on the third-party libraries and packages that a project in these languages relies on to work correctly.

[id="clair-containers"]
== Clair containers
Expand Down
4 changes: 2 additions & 2 deletions modules/clair-vulnerability-scanner-hosts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
Clair uses the following vulnerability databases to report for issues in your images:

* Ubuntu Oval database
* Debian Oval database
* * Debian Security Tracker
* {rhel} Oval database
* SUSE Oval database
* Oracle Oval database
* Alpine SecDB database
* VMWare Photon OS database
* Amazon Web Services (AWS) UpdateInfo
* Pyup.io (Python) database
* link:https://osv.dev/[Open Source Vulnerability (OSV) Database]
For information about how Clair does security mapping with the different databases, see
link:https://quay.github.io/claircore/concepts/severity_mapping.html[ClairCore Severity Mapping].
13 changes: 12 additions & 1 deletion modules/config-fields-clair-updaters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
The following updaters configuration fields are available for Clair.

[cols="3a,1a,2a",options="header"]

|===
| Field | Type | Description
| **updaters** | Object | Provides configuration for the matcher's update manager.
Expand All @@ -28,4 +27,16 @@ config:
ignore_distributions:
- cosmic
----

| **..ignore_unpatched** | Boolean | Whether to enable reporting of unpatched vulnerabilities.

**Default:** `false`

[source,terminal]
----
updaters:
config:
rhel:
ignore_unpatched: false
----
|===
2 changes: 1 addition & 1 deletion modules/rn_3_90.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Issued 2023-09-05

{productname} release 3.9.1 is now available. The bug fixes that are included in the update are listed in the link:https://access.redhat.com/errata/RHBA-2023:4974[RHBA-2023:4974] advisory.
{productname} release 3.9.1 is now available with Clair 4.7.1. The bug fixes that are included in the update are listed in the link:https://access.redhat.com/errata/RHBA-2023:4974[RHBA-2023:4974] advisory.

[id="bug-fixes-391"]
== Bug fixes
Expand Down

0 comments on commit 4677b69

Please sign in to comment.