Skip to content

Commit 4872767

Browse files
committed
docs: add security.md
1 parent aa4cc13 commit 4872767

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

SECURITY.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please use the following contact information for reporting a vulnerability:
6+
7+
- [Daniel Lemire](https://github.com/lemire) - [email protected]
8+
- [Yagiz Nizipli](https://github.com/anonrig) - [email protected]

doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ RECURSIVE = YES
10171017
# Note that relative paths are relative to the directory from which doxygen is
10181018
# run.
10191019

1020-
EXCLUDE = benchmarks, tests, Testing, tools, build, docs/html, docs/theme, include/ada/expected.h, singleheader, include/ada/log.h
1020+
EXCLUDE = benchmarks, tests, Testing, tools, build, docs/html, docs/theme, include/ada/expected.h, singleheader, include/ada/log.h, SECURITY.md
10211021

10221022
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
10231023
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)