From 30b70d1fcb55535d5270775cca07faf5f0195735 Mon Sep 17 00:00:00 2001 From: RachelElysia Date: Thu, 25 Jun 2026 03:52:35 +0000 Subject: [PATCH] Update MIN_OSQUERY_VERSION_OPTIONS --- frontend/utilities/constants.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/utilities/constants.tsx b/frontend/utilities/constants.tsx index ec8d5fb0f61..eff0ad0d1be 100644 --- a/frontend/utilities/constants.tsx +++ b/frontend/utilities/constants.tsx @@ -90,6 +90,8 @@ export const MAX_OSQUERY_SCHEDULED_QUERY_INTERVAL = 604800; export const MIN_OSQUERY_VERSION_OPTIONS = [ { label: "All", value: "" }, + { label: "5.23.1 +", value: "5.23.1" }, + { label: "5.23.0 +", value: "5.23.0" }, { label: "5.22.1 +", value: "5.22.1" }, { label: "5.21.0 +", value: "5.21.0" }, { label: "5.20.0 +", value: "5.20.0" },