Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Do not ignore unneeded CVEs #58

Closed
wants to merge 2 commits into from
Closed
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,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
2 changes: 1 addition & 1 deletion examples/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading