-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use new SECURITY.md template #891
Conversation
Hi @SebastianBezold seems that the MD linter is complaining here. Once fixed we can merge it Thanks |
HI @wolf4ood, oh sorry, missed that. I just took the template that is used everywhere. Do you want me to fix the findings and have a slightly different template formatting? |
@SebastianBezold isn't the markdown linter mandatory in all projects? I mean, wouldn't that formatting issue have surfaced somewhere else too then? |
not that i know?! Don't remember any discussion on the mailing list or a TRG being present for that. |
nice. will kick out the linter, and as soon as that is done, you can rebase this PR, which should solve the issues. |
527cc7a
to
27a5efb
Compare
Kudos, SonarCloud Quality Gate passed! |
@SebastianBezold i've updated the |
WHAT
This PR updates the
SECURITY.md
file to follow the most recent templateWHY
The new template explains usage of GitHub security advisories
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes #888