44: Wordings "data_after_sig" error message and inclusion in README
line changed as suggested and added in ReadMe, good find.
45: Text suggestion for "signed_format_issue" error
We agree that the error message is more clear, changed as suggested
46: Unknown field: notification and textual suggestion
It's true that there was no notification support but that it was mentioned in the ReadMe. The notification messages have been added and the text for the unknown_field notification is changed as suggested.
47: Validate new CSAF field
new key for CSAF field, it is considered optional as per the section 2.4 mentioned by @baknu. If not present a recommendation is added:
new recommendation. key "no_csaf": 'CSAF' field should appear at least once.
If no CSAF key is found this recommendation is given.
new error:
no_csaf_file: All CSAF field in the securtiy.txt must point to a provider-metadata.json file
new notification:
multiple_csaf_fields: It is allowed to have more than one csaf field, however this should be removed if possible.
added multiple tests for the new key and added recommdation, error and notification.
resolving issues #44, #45, #46 and #47
44: Wordings "data_after_sig" error message and inclusion in README
45: Text suggestion for "signed_format_issue" error
46: Unknown field: notification and textual suggestion
47: Validate new CSAF field
new key for CSAF field, it is considered optional as per the section 2.4 mentioned by @baknu. If not present a recommendation is added: