Skip to content

Commit

Permalink
Updated rules to support SLE Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
rumch-se committed Aug 26, 2024
1 parent feda873 commit da98666
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 18 deletions.
30 changes: 18 additions & 12 deletions controls/stig_slmicro5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,29 +1023,33 @@ controls:
levels:
- medium
title: SLEM 5 must enforce passwords that contain at least one uppercase character.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_ucredit
status: automated

- id: SLEM-05-611015
levels:
- medium
title: SLEM 5 must enforce passwords that contain at least one lowercase character.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_lcredit
status: automated

- id: SLEM-05-611020
levels:
- medium
title: SLEM 5 must enforce passwords that contain at least one numeric character.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_dcredit
status: automated

- id: SLEM-05-611025
levels:
- medium
title: SLEM 5 must enforce passwords that contain at least one special character.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_ocredit
status: automated

- id: SLEM-05-611030
levels:
Expand All @@ -1058,17 +1062,19 @@ controls:
levels:
- medium
title: SLEM 5 must employ passwords with a minimum of 15 characters.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_minlen
status: automated

- id: SLEM-05-611040
levels:
- medium
title:
SLEM 5 must require the change of at least eight of the total number of characters
when passwords are changed.
rules: []
status: pending
rules:
- cracklib_accounts_password_pam_difok
status: automated

- id: SLEM-05-611045
levels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83168-5
cce@sle15: CCE-85564-3
cce@slmicro5: CCE-93764-9

references:
cis@sle12: 5.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83170-1
cce@sle15: CCE-85677-3
cce@slmicro5: CCE-93765-6

references:
disa: CCI-000195
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83167-7
cce@sle15: CCE-85676-5
cce@slmicro5: CCE-93763-1

references:
cis@sle12: 5.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83188-3
cce@sle15: CCE-85573-4
cce@slmicro5: CCE-93766-4

references:
cis@sle12: 5.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83169-3
cce@sle15: CCE-85574-2
cce@slmicro5: CCE-93767-2

references:
cis@sle12: 5.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ severity: medium
identifiers:
cce@sle12: CCE-83166-9
cce@sle15: CCE-85675-7
cce@slmicro5: CCE-93762-3

references:
cis@sle12: 5.3.1
Expand Down
6 changes: 0 additions & 6 deletions shared/references/cce-slmicro5-avail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ CCE-93756-5
CCE-93757-3
CCE-93759-9
CCE-93760-7
CCE-93762-3
CCE-93763-1
CCE-93764-9
CCE-93765-6
CCE-93766-4
CCE-93767-2
CCE-93768-0
CCE-93769-8
CCE-93770-6
Expand Down

0 comments on commit da98666

Please sign in to comment.