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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running delta or format controls (using toRuby from control.ts), the ref tag gets added that is not informative for the user.
ref
For example: Using Red Hat 7 V3 R10 STIG to update the Red Hat 7 profile, each control has: ref: 'DPMS Target Red Hat Enterprise Linux 7'
ref: 'DPMS Target Red Hat Enterprise Linux 7'
Found in this area of the xml guidance document: <reference><dc:title>DPMS Target Red Hat Enterprise Linux 7</dc:title><dc:publisher>
<reference><dc:title>DPMS Target Red Hat Enterprise Linux 7</dc:title><dc:publisher>
Desired Result: There should not be a ref tag like this printing in each control.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running delta or format controls (using toRuby from control.ts), the
ref
tag gets added that is not informative for the user.For example:
Using Red Hat 7 V3 R10 STIG to update the Red Hat 7 profile, each control has:
ref: 'DPMS Target Red Hat Enterprise Linux 7'
Found in this area of the xml guidance document:
<reference><dc:title>DPMS Target Red Hat Enterprise Linux 7</dc:title><dc:publisher>
Desired Result:
There should not be a ref tag like this printing in each control.
The text was updated successfully, but these errors were encountered: