dod-compliance-and-automation
dod-compliance-and-automation copied to clipboard
Security hardening content for VMware solutions to US Department of Defense standards
was throwing an error when ran Tested on Aria 8.16 with Inspec 4.18 tests included: 1. commenting out ErrorReportValve 2. changing showServerInfo to true 3. removing showServerInfo known/potential issues: report...
[vSphere][7.0][ESXI-70-000072] The ESXi host must have all security patches and updates installed.
### Is your feature request related to a problem? Please describe. Currently the script only compares the ESXi build number to esxiLastestBuild parameter and if they don't match, throws a...
### Describe the bug The verify vCenter version kept failing for me when written as: If(($global:DefaultVIServers | Select-Object -ExpandProperty Version).contains("7.0")) I had to change it to: If(($global:DefaultVIServers | Select-Object -ExpandProperty...
### Is your feature request related to a problem? Please describe. There are several ESXi inspec checks that are currently skipped, most of which are due to them requiring SSH...
### Is your feature request related to a problem? Please describe. The ESXI-70-000054 control is only marked as NA if there are no iSCSI HBAs present. Many systems have NICs...
Hi, Vuln: VCLD-70-000013 Issue: There is a logic issue, stemming from the way lineinfile is used to enforce STIG requirements. Fix: This can be fixed by first leveraging the lineinfile...
### Describe the bug Executing a scan against all VMs results in failures on multiple controls for vCLS-X VMs. My understanding is that the configuration of the vCLS machines is...
### Describe the bug the VM Inspect Powershell script won't currently generate the checklist file, and throws an error "Error: Flat --ip expects a value"; The json file appears to...
### Describe the bug All API calls are incorrect for NSX 4.1 ### Reproduction steps 1. See API documentation here: https://developer.broadcom.com/xapis/nsx-t-data-center-global-manager-rest-api/4.1.2/ 2. API calls come back with 404 error 3....
Close existing connections before making a new connection so that the script doesn't create 2 checklists for each VM.