Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# pebble, false positive https://github.com/canonical/pebble/issues/498
CVE-2024-34156
# Vulnerability in golang.org/x/crypto introduced by statsd-exporter. We have to wait until it is fixed upstream: https://github.com/prometheus/statsd_exporter/blob/master/go.mod
CVE-2024-45337
CVE-2025-22869
# Vulnerability in golang.org/x/net introduced by statsd-exporter. We have to wait until it is fixed upstream: https://github.com/prometheus/statsd_exporter/blob/master/go.mod
CVE-2024-45338
# Vulnerability in crypto/x509 introduced by statsd-exporter. We have to wait until it is fixed upstream: https://github.com/prometheus/statsd_exporter/blob/master/go.mod
CVE-2025-22874
# Vulnerability in golang.org/x/oauth2/jws introduced by statsd-exporter.
CVE-2025-22868
# Vulnerability in go stdlib introduced by statsd-exporter.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.1.2
pydantic==2.12.1
pydantic==2.12.2
kombu==5.5.4
pymongo==4.15.3
PyYAML==6.0.*
Expand Down
Loading