diff --git a/.trivyignore b/.trivyignore index 847bfacf..6390bb9d 100644 --- a/.trivyignore +++ b/.trivyignore @@ -28,6 +28,10 @@ CVE-2024-21538 # cross-spawn CVE-2024-29415 # ip CVE-2024-45296 # path-to-regexp CVE-2024-37890 # ws +CVE-2024-52798 # libc private-key # Kernel CVE-2024-53103 +# libc +CVE-2024-56658 + diff --git a/requirements.txt b/requirements.txt index 21aa7087..17fd1037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -ops==2.17.1 +ops==2.18.0 pydantic==2.10.5