cloud-native-security-controls / controls-catalog

Apache License 2.0
16 stars 7 forks source link

Remove newlines and unescaped 39th control. #30

Closed xee5ch closed 1 year ago

xee5ch commented 1 year ago

As part of completing issue #3 with #25, I am writing an ETL script to transform the CSV to OSCAL content instead of parsing it by hand. While I do that and subsequently rebase the PR, I noticed there are newlines and an unquoted csv row for control 39, or CSV parsing code gets more complicated.

I wanted to propose these simple changes to main to make that easier, for me and others.

JonZeolla commented 1 year ago

Thanks!