You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Currently, non-ASCII characters can slip in from the STIG's XCCDF XML file's metadata fields. This can cause issues with Inspec executions. Specifically, non-ASCII single and double quotes have leaked in.
We need to prevent the non-ASCII characters from leaking into the profile's control code.
So that Inspec executions are not negatively affected by the characters.
Non-ASCII characters should be replaced with their ASCII equivalents.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, non-ASCII characters can slip in from the STIG's XCCDF XML file's metadata fields. This can cause issues with Inspec executions. Specifically, non-ASCII single and double quotes have leaked in.
We need to prevent the non-ASCII characters from leaking into the profile's control code.
So that Inspec executions are not negatively affected by the characters.
Non-ASCII characters should be replaced with their ASCII equivalents.
The text was updated successfully, but these errors were encountered: