Skip to content
New issue

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

Add description text to xccdf exports #556

Closed
rlakey opened this issue Apr 13, 2023 · 1 comment · Fixed by #557
Closed

Add description text to xccdf exports #556

rlakey opened this issue Apr 13, 2023 · 1 comment · Fixed by #557
Assignees
Labels
enhancement Pull requests that add a new feature

Comments

@rlakey
Copy link
Contributor

rlakey commented Apr 13, 2023

Currently we are not providing any text for the Benchmark/description element in the xccdf file. This is causing the latest version of saf cli to fail on converting Vulcan generated xccdf to InSpec.

See mitre/saf#1123

@rlakey rlakey added the enhancement Pull requests that add a new feature label Apr 13, 2023
@rlakey
Copy link
Contributor Author

rlakey commented Apr 13, 2023

Correction it looks like we do populate description but if it is empty on the component there will be no text and it is not required.

ox_el_helper(benchmark, 'description', component[:description])

@rlakey rlakey self-assigned this Apr 13, 2023
@rlakey rlakey linked a pull request Apr 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests that add a new feature
Projects
Status: Merged
Development

Successfully merging a pull request may close this issue.

1 participant