diff --git a/.trivyignore b/.trivyignore index f39633c..e69de29 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,6 +0,0 @@ -# ignore CVE introduced by python3-gunicorn -CVE-2022-40897 -# pypa/setuptools: Remote code execution via download -CVE-2024-6345 -# pebble: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion -CVE-2024-34156 diff --git a/examples/go/go.mod b/examples/go/go.mod index 1f3436b..ccda5fd 100644 --- a/examples/go/go.mod +++ b/examples/go/go.mod @@ -2,7 +2,7 @@ // See LICENSE file for licensing details. module go-app -go 1.22.5 +go 1.22.7 require ( github.com/jackc/pgx/v5 v5.6.0