Commit Graph

316 Commits

Author SHA1 Message Date
Bob Gendler
96ade12e2f feat[ddm] Added DDM to sequoia
Updated scripts and rule files
2024-07-24 14:00:10 -04:00
Bob Gendler
bad4dab841 fixed duplicate ID issue 2024-04-23 14:01:45 -04:00
Bob Gendler
bdde2d44d3 feat[utils]generate_checklist
Added json export ability
2024-04-18 10:57:05 -04:00
Dan Brodjieski
17ae94c597 fix: additional syntax changes 2024-04-10 10:47:38 -04:00
Dan Brodjieski
8e102c034f fix[script]: updated syntax for replace values
When replacing text to include a backslash, newer versions of
python caused syntax errors.  Updating with raw strings
resolves the issue.

Issue #361
2024-04-10 10:26:37 -04:00
Bob Gendler
9f279f9767 scap fix 2024-04-08 16:01:28 -04:00
Bob Gendler
8ebba9e35a feat[scripts] Added additional utils
Added additional util scripts
-mscp_local_report
-generate_checklist
2024-04-02 11:18:13 -04:00
Bob Gendler
8e8b78d075 sync branches 2024-04-02 10:57:25 -04:00
Dan Brodjieski
97a3830ed7 Merge fix for Issue #377 2024-03-25 10:27:49 -04:00
Dan Brodjieski
8ab3ce3c01 Dev sonoma issue281 (#370)
* fix[script]: added NOTE for rules marked manual

If 'manual' is in tags, it will add the note to the discussion

Issue #281

* chore[rule]: rewording of NOTE

---------

Co-authored-by: Dan Brodjieski <daniel.brodjieski@nasa.gov>
2024-02-28 11:58:19 -05:00
Dan Brodjieski
6d7484d46f Merge branch 'sonoma' into dev_sonoma_issue324 2024-01-31 12:40:57 -05:00
Dan Brodjieski
7ff8240bca chore[baseline]: updated STIG yaml
removed unneeded support files
2024-01-31 12:24:14 -05:00
Dan Brodjieski
f06782a180 Merge branch 'sonoma' into dev_sonoma_disa 2024-01-23 15:45:21 -05:00
Tony Williams
892422f210 added --audit_name 2023-12-14 14:46:47 +11:00
Dan Brodjieski
6963c5b705 refactor[rules]: add tags to supplementals
Generated baselines should now have the correct supplemental rules

Issue #324
2023-11-28 12:47:58 -05:00
Dan Brodjieski
debd0a12d9 fix: typo in script 2023-11-28 12:32:54 -05:00
Dan Brodjieski
4486c11db0 Sync base64 change 2023-11-28 12:12:25 -05:00
Dan Brodjieski
56d653b0ae fix for issue #319 2023-11-28 12:02:13 -05:00
Bob Gendler
27ce546fdb refactor[scripts] updated generate_guidance
-r option will now also write references to the audit plist file
2023-11-28 10:49:18 -05:00
Dan Brodjieski
1795a7e0c5 fix[script]: issue #315 2023-10-27 12:37:12 -04:00
Dan Brodjieski
e3a24f4a23 fix[script]: issue #301 2023-10-26 15:38:27 -04:00
Dan Brodjieski
b0bead5330 fix[script]: updated stig tag reference 2023-10-26 13:19:25 -04:00
Bob Gendler
28ef4c7393 Merge branch 'sonoma' into dev_sonoma_disa 2023-09-29 11:20:42 -04:00
Bob Gendler
cef2051420 fixed generate_mapping bug 2023-09-25 10:01:04 -04:00
Bob Gendler
58a57956c3 fixed regex in launchd test 2023-09-21 09:46:24 -04:00
Bob Gendler
7a7fb9a3b0 added missing x += 1 and continue 2023-09-16 14:40:07 -04:00
Bob Gendler
cdb738d739 fixed indentation causing no plist511 state for boolean 2023-09-16 14:38:44 -04:00
Bob Gendler
04ed18850d refactor[rules] Added customRegex check
Modified to test for customRegex in com.apple.mobiledevice.passwordpolicy
2023-09-16 13:30:34 -04:00
Bob Gendler
8250d020aa refactor[scripts] updated to handle new pwpolicy
Updated to handle dict better in mobileconfig files
2023-09-15 23:00:54 -04:00
Bob Gendler
ba71f606cc fixed odv replacement 2023-09-15 15:08:28 -04:00
Bob Gendler
0ea642ad2d synchronize across branches 2023-09-15 12:32:24 -04:00
Dan Brodjieski
0a7c7270e7 feat[script]: change for issue 267 2023-09-14 15:49:55 -04:00
Dan Brodjieski
37b00778fc Merge branch 'dev_sonoma' into dev_sonoma_disa
Attempt to resync latest Sonoma changes
2023-09-14 15:18:30 -04:00
Dan Brodjieski
5acbdbd21e chore: clean up extraneous trailing whitespace 2023-09-14 14:21:06 -04:00
Bob Gendler
6534990e8e line 1586 updated 2023-09-14 11:49:08 -04:00
Bob Gendler
3337ba8ae7 feature[scripts] Adding iOS Support in scripts
* Updated generate_guidance
* Updated generate_baseline
* Updated generate_mapping
* Updated generate_scap

All to match iOS
2023-09-14 11:45:23 -04:00
Dan Brodjieski
b6c92804e2 fix[script]: removed reference to file 2023-09-01 10:52:47 -04:00
Dan Brodjieski
6b508702ca refactor[script]: updated srg util 2023-09-01 07:12:46 -04:00
Dan Brodjieski
5dbf9ee3c3 fix[rules]: yaml cleanup from merge 2023-08-31 14:53:11 -04:00
Dan Brodjieski
861d14815b refactor[stig]: merged SRGs from DISA
Rewrote all the rule yaml files to have correct SRG references.
Added scripts to work with new STIG workflows.
2023-08-31 11:37:33 -04:00
Bob Gendler
49b715e587 refactor[scripts] updated generate_guidance
Updated generate_guidance to match PR #279
2023-08-14 14:51:28 -04:00
Bob Gendler
1eb52857d4 refactor[scripts] updated scripts with sshd -G
- compliance script updated to check sshd -T or sshd -G
- updated generate_scap where it checks for sshd -T
2023-08-02 10:12:58 -04:00
Bob Gendler
8e26ccc3b6 updated to prevent crashes 2023-06-26 11:52:32 -04:00
Bob Gendler
fc9d45b03c Merge branch 'dev_ventura_cmmc' into ventura 2023-06-22 12:23:41 -04:00
Bob Gendler
9363ec0798 Merge branch 'dev_ventura_issue250' into ventura 2023-06-20 11:54:10 -04:00
Bob Gendler
fdcc5b5bb9 output redirection fix 2023-05-26 12:20:18 -04:00
Bob Gendler
5e1485e109 added missing double quote 2023-05-26 12:14:17 -04:00
Bob Gendler
ac1be946c0 Fixed &2> with 2&> 2023-05-25 13:31:53 -04:00
Bob Gendler
8ec13ebf92 feat[scripts]ssh-keygen added to compliance script
Issue #245
Check if sshd -T succeeds, if not, create required keys. Delete keys
after compliance check is complete
2023-05-04 13:39:10 -04:00
Bob Gendler
fa6711513e Merge branch 'ventura' into dev_ventura_cmmc 2023-04-26 09:55:16 -04:00