Skip to content

Commit

Permalink
Merge pull request spaskalev#38 from spaskalev/spaskalev-security.md
Browse files Browse the repository at this point in the history
Create SECURITY.md
  • Loading branch information
spaskalev authored Dec 11, 2022
2 parents 588e82f + 97031b9 commit 5d41700
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ CTIDY_EXTRA='-std=c99'
TESTS_SRC=tests.c
TESTCXX_SRC=testcxx.cpp
LIB_SRC=buddy_alloc.h
SPELL?=spell

test: tests.out spell
test: tests.out
rm -f *.gcda
./tests.out
$(LLVM_COV) gcov -b $(TESTS_SRC) | paste -s -d ',' | sed -e 's/,,/,\n/' | cut -d ',' -f 1,2,3
Expand Down Expand Up @@ -53,10 +52,6 @@ check-recursion: $(LIB_SRC)
clean:
rm -f a.out *.gcda *.gcno *.gcov tests.out

spell:
$(SPELL) -d .dict *.md
[ -z "$$($(SPELL) -d .dict *.md)" ]

.PHONY: test clean test-clang-tidy test-cppcheck spell

.PRECIOUS: tests.out testcxx.out
23 changes: 23 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Security Policy

This is a volunteer-based open source project and support for it is available entirely on volunteering basis.

Please report all issues via [GitHub's issues page](https://github.com/spaskalev/buddy_alloc/issues).

If you feel that your report contains confidential information you can encrypt it using the following GnuPG public key.

-----BEGIN PGP PUBLIC KEY BLOCK-----

mDMEY5YvDhYJKwYBBAHaRw8BAQdANhKYVFTW3/rdnNoAvxYTl2XEqhcn4ULwbcMg
5qfSsCm0ZFN0YW5pc2xhdiBQYXNrYWxldiAoR1BHIGtleSBmb3IgcmVwb3J0aW5n
IHNlY3VyaXR5IGlzc3VlcyBvZiBidWRkeV9hbGxvYykgPHNwYXNrYWxldkBwcm90
b25tYWlsLmNvbT6IkwQTFgoAOxYhBMqF74TYkR2EeV9hC4vxh9NvBn+dBQJjli8O
AhsDBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJEIvxh9NvBn+dhzcA/2z/
4eHZ7iI101NfAiHoY/CF6j4BAH/omaFS9jLSesioAP9So51hXg5tJwApCfex3DTW
iUn3GZ56dNfvrFD2Rm97Dbg4BGOWLw4SCisGAQQBl1UBBQEBB0DHEsDY/weVZqSj
JtxxiAk4+3sir4NgLxh2halFJCwUZwMBCAeIeAQYFgoAIBYhBMqF74TYkR2EeV9h
C4vxh9NvBn+dBQJjli8OAhsMAAoJEIvxh9NvBn+dxn8A/2sHlh4JU1n6djsK0e+w
KgTvhjxRXlhnpOaaLVZoZQX9AQCL3RlTDBp40+T2VMm19Oqi4BExnSYcBi00OQjZ
suWCBQ==
=BPEN
-----END PGP PUBLIC KEY BLOCK-----

0 comments on commit 5d41700

Please sign in to comment.