rename cis label to win10-stand-alone (#9816)

This commit is contained in:
Sharon Katz 2023-02-14 14:52:15 -05:00 committed by GitHub
parent 241982ac80
commit 4c22fbffd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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