ribbybibby / s3_exporter

Exports Prometheus metrics about S3 buckets and objects
Apache License 2.0
104 stars 42 forks source link

feat: upgrading golang version as well as golang promtheus client #44

Open JGodin-C2C opened 1 year ago

JGodin-C2C commented 1 year ago

What:

This merge request is intended to upgrade the golang prometheus_client dependency. At this version, the prometheus log has been deprecated and replaced by promlog in the same repo

Why:

It has been identified a High severity CVE in the v1.8.0 version of the client_golang. More info here : https://avd.aquasec.com/nvd/2022/cve-2022-21698/

Tests

Make build and make docker both works. Also, there is no change in the documentation needed.

Signed-off-by: Julien Godin julien.godin@camptocamp.com