We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug IISServer-10.0-2.2 rule V-241788 references an invalid registry key. This appears to be a mistake in the STIG data.
"HKEY_LOCAL_MACHINE\CurrentControlSet\Services\HTTP\Parameters" should be "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters"
To Reproduce Create a configuration that applies the IISServer 10.0 rules. Apply the configuration. Note error:
VERBOSE: [CBARNES-DEPLOY]: LCM: [ End Set ] [[Registry][V-241788][low][SRG-APP-000266-WSR-000159]::[IisServer]IisServerSettings] in 0.1720 seconds. PowerShell DSC resource MSFT_RegistryResource failed to execute Set-TargetResource functionality with error message: Exception calling "CreateSubKey" with "1" argument(s): "The parameter is incorrect. " + CategoryInfo : InvalidOperation: (:) [], CimException + FullyQualifiedErrorId : ProviderOperationExecutionFailure + PSComputerName : [OBFUSCATED]
Expected behavior The rule should be applied. The value HKEY_LOCAL_MACHINE\CurrentControlSet\Services\HTTP\Parameters:DisableServerHeader = 1.
The text was updated successfully, but these errors were encountered:
Hello @General-Fault,
Thanks for the issue. Looking into this now, should have a fix in place shortly.
Thanks,
Eric
Sorry, something went wrong.
fix has been merged, will be released with PowerSTIG 4.10.0
erjenkin
Successfully merging a pull request may close this issue.
Describe the bug
IISServer-10.0-2.2 rule V-241788 references an invalid registry key. This appears to be a mistake in the STIG data.
"HKEY_LOCAL_MACHINE\CurrentControlSet\Services\HTTP\Parameters"
should be
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters"
To Reproduce
Create a configuration that applies the IISServer 10.0 rules.
Apply the configuration.
Note error:
Expected behavior
The rule should be applied. The value HKEY_LOCAL_MACHINE\CurrentControlSet\Services\HTTP\Parameters:DisableServerHeader = 1.
The text was updated successfully, but these errors were encountered: