From eca100a8ca52dda87928652e8127f86f5b8a1f77 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Mon, 15 Dec 2025 18:43:56 +0530 Subject: [PATCH] v2.3.3 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa80a494..a6edf5c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ _Bug fixes_ - Improved SQL query parameterization in connection state management to prevent SQL injections. ([#4748](https://github.com/turbot/steampipe/issues/4748)) - Increase snapshot row streaming timeout from 5s to 30s. ([#4866](https://github.com/turbot/steampipe/issues/4866)) +**Dependencies** +- Updated `containerd` and `crypto` packages to remediate vulnerabilities. + ## v2.3.2 [2025-11-03] _Bug fixes_ - Fix Linux builds by aligning the glibc baseline with supported distros to restore compatibility. ([#4691](https://github.com/turbot/steampipe/issues/4691))