VulnerabilityHistoryProject / vulnerability-history

vulnerabilityhistory.org
MIT License
32 stars 5 forks source link

Make emitted YML formatting more human-readable #1082

Open andymeneely opened 1 year ago

andymeneely commented 1 year ago

When we render to YML, it would be good if we could have it be more human-readable for posterity. That means using multiline strings and stuff.

Something like using js-yaml to emit our yaml would be good. Or, we can do the emitting ourselves and when the strings are long we switch to multiline strings.