From 5a8b8dc26efb428dfb494f987f7e13d3faf249d1 Mon Sep 17 00:00:00 2001 From: Mikey Bronowski Date: Fri, 12 Jan 2024 22:44:23 +0000 Subject: [PATCH] Added several security patches related to CVE-2024-0056 + SQL 2022 CU11 (#9207) --- bin/dbatools-buildref-index.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bin/dbatools-buildref-index.json b/bin/dbatools-buildref-index.json index d79f39c73f..4b57fbf792 100644 --- a/bin/dbatools-buildref-index.json +++ b/bin/dbatools-buildref-index.json @@ -1,5 +1,5 @@ { - "LastUpdated": "2023-12-22T00:00:00", + "LastUpdated": "2024-01-12T00:00:00", "Data": [ { "Version": "8.0.47", @@ -4586,6 +4586,10 @@ "Version": "16.0.1105", "KBList": "5029379" }, + { + "Version": "16.0.1110", + "KBList": "5032968" + }, { "CU": "CU1", "Version": "16.0.4003", @@ -4639,6 +4643,15 @@ "CU": "CU10", "Version": "16.0.4095", "KBList": "5031778" + }, + { + "Version": "16.0.4100", + "KBList": "5033592" + }, + { + "CU": "CU11", + "Version": "16.0.4105", + "KBList": "5032679" } ] }