opencontrol / standards

OpenControl-formatted industry standards and requirement documents
The Unlicense
45 stars 18 forks source link

remove leading and trailing quotation marks from control descriptions #8

Closed JoshData closed 5 years ago

JoshData commented 5 years ago

I'm not sure why each control description in the NIST 800-53 files has a leading and trailing double quote (the other standards in this repo don't)... This PR removes them. It makes it easier to display the descriptions nicely.

(It might have been that the original author of the files thought it was necessary for YAML to encode strings this way? The files remain valid YAML without them.)

shawndwells commented 5 years ago

Dunno about the origination story. You're entirely correct this makes things cleaner to parse down stream. Thank you!

JoshData commented 5 years ago

Thanks Shawn!