From bbdb13b356e2cfa93f95a7e071d1aa980f189d1c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 14 Apr 2026 15:26:17 -0500 Subject: [PATCH] Remove empty `resolution` attributes from two policies (#43576) Changes: - Removed the `resolution` attribute from the two policies added in #43415 to fix the website's failing deploy workflow ## Summary by CodeRabbit * **Documentation** * Removed resolution information from two Linux policies in the standard query library: "Ubuntu GNOME password policy" and "Ubuntu GNOME lock screen after 5 minutes." --- .../standard-query-library/standard-query-library.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml b/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml index b3c05ec04a..348813d0ba 100644 --- a/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml +++ b/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @@ -2189,7 +2189,6 @@ spec: AND line LIKE '%ocredit=-1%' AND line LIKE '%difok=3%' AND line LIKE '%enforce_for_root%'; - resolution: tags: compliance, hardening, critical contributors: spalmesano0 script: | @@ -2252,7 +2251,6 @@ spec: AND trim(line) = 'idle-delay=uint32 300' AND ltrim(line) NOT LIKE '#%' ) > 0; - resolution: tags: compliance, hardening, critical contributors: spalmesano0 script: |