cloud-native-security-controls / controls-catalog

Apache License 2.0
16 stars 7 forks source link

Extend the generated oscal with all the .csv fields #36

Closed donaldh closed 1 month ago

donaldh commented 1 month ago

Map .csv fields to props in the generated oscal.

Some of the content needs to be sanitised (remove leading/trailing whitespace, etc.) to pass the trestle field constraints. I chose to do this programmatically rather than modifying the source in the .csv file.