mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
rename cis label to win10-stand-alone (#9816)
This commit is contained in:
parent
241982ac80
commit
4c22fbffd6
1 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE password_history_size >= 24;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.1
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.1
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -34,7 +34,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE (maximum_password_age <= 365 AND maximum_password_age != 0);
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.2
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.2
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -54,7 +54,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE minimum_password_age >= 1;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.3
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.3
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -73,7 +73,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE minimum_password_length >= 14;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.4
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.4
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -94,7 +94,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE password_complexity = 1;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.5
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.5
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -113,7 +113,7 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM registry WHERE (path = 'HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SAM\\RelaxMinimumPasswordLengthLimits' AND data != 0);
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.6
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.6
|
||||
contributors: marcosd4h
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
@ -134,5 +134,5 @@ spec:
|
|||
query: |
|
||||
SELECT 1 FROM security_profile_info WHERE clear_text_password = 0;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS1.1.7
|
||||
tags: compliance, CIS, CIS_Level1, CIS-win10-stand-alone-1.1.7
|
||||
contributors: marcosd4h
|
||||
Loading…
Reference in a new issue