summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-06-06Add a security contact email address in README.mdPeter Jones
Signed-off-by: Peter Jones <pjones@redhat.com>
2022-08-04Add a link to the test plan in the readme.Peter Jones
It's been suggested that we should link to the test plan in the readme. This seems pretty reasonable to me, so here it is. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-16Rename check_{white,black}list to check_{allow,deny}listChris Coulson
v2 - updated for conflicts and to include documentation (pjones)
2021-02-15Convert README -> README.mdColin Walters
One of the really great things about Github IMO is how "front and center" the README file in a repository is (just compare with Sourceforge). Github renders it more nicely if the file is declared to be Markdown, so let's do that. Add a bit of formatting: using code fences for code, hyperlinks for other files etc. I also added a title block from the Fedora package `Summary` since while I know in theory shim is independent of bootloaders, let's say what the 95% case is here.