mitre / microsoft-windows-server-2019-stig-baseline

Microsoft Windows Server 2019 STIG InSpec Profile
Other
14 stars 11 forks source link

V-92961 incorrect matcher #81

Closed karikarshivani closed 1 year ago

karikarshivani commented 1 year ago

The expected value of inactivity limit should not equal 0 per the check text:

Value: 0x00000384 (900) (or less, excluding \"0\" which is effectively disabled)

The test should be corrected to:

its('InactivityTimeoutSecs') { should_not eq 0 }