summaryrefslogtreecommitdiffstats
path: root/SECURITY.md
Commit message (Collapse)AuthorAgeFilesLines
* SECURITY.md: fix markdown style issuesIgor Opaniuk2025-02-051-8/+8
| | | | | | | | | | | | | | | | | | | Fix markdown style issues using markdownlint tool [1]: $ cat SECURITY.md | mdl (stdin):16: MD013 Line length (stdin):19: MD013 Line length (stdin):20: MD013 Line length (stdin):1: MD026 Trailing punctuation in header (stdin):6: MD034 Bare URL used (stdin):16: MD034 Bare URL used (stdin):19: MD034 Bare URL used [1] https://github.com/markdownlint/markdownlint (From OE-Core rev: 5339f5988afce79e9ff56788f715671579fd7cd1) Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SECURITY.md: add fileMarta Rybczynska2023-10-191-0/+22
Add a SECURITY.md file with hints for security researchers and other parties who might report potential security vulnerabilities. (From OE-Core rev: 4895e1892a49417fc5a806bd02c1bbac01f37253) Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>