owaspsamm / core

Core model including reused documentation
Creative Commons Attribution Share Alike 4.0 International
87 stars 36 forks source link

Consistent naming when deserializing yaml #131

Closed johanlindfors closed 6 months ago

johanlindfors commented 1 year ago

Some of the properties in the model have inconsistent naming schemes, this PR fixes those.

Question: answerset -> answerSet PracticeLevel: maturitylevel -> maturityLevel

Please note that this change might break applications that have implemented an explicit naming of these properties while deserializing the provided yaml.

dkefer commented 6 months ago

We should include this change in version 2.1.

johanlindfors commented 6 months ago

How can I help?

dkefer commented 6 months ago

@johanlindfors with testing, if you like. As the next version will be 2.1, merging into the develop branche now

johanlindfors-ts commented 6 months ago

My tests works fine with the latest changes in develop.