diff options
author | 2022-05-01 19:15:19 -0400 | |
---|---|---|
committer | 2022-05-01 19:15:19 -0400 | |
commit | f04d8b93056c5f2bf1341fd1e31c6027d0f4217f (patch) | |
tree | 2a895697a9fce64d8f217bce91b92c8fb507e970 | |
parent | c4bc1a5471e8829fab317b4693e476c6b416a09c (diff) | |
download | coredns-f04d8b93056c5f2bf1341fd1e31c6027d0f4217f.tar.gz coredns-f04d8b93056c5f2bf1341fd1e31c6027d0f4217f.tar.zst coredns-f04d8b93056c5f2bf1341fd1e31c6027d0f4217f.zip |
add Trail of Bits to list of 3rd party security auditors (#5356)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -281,9 +281,11 @@ And finally 1.4.1 that removes the config workarounds. ## Security -### Security Audit -A third party security audit was performed by Cure53, you can see the full report -[here](https://coredns.io/assets/DNS-01-report.pdf). +### Security Audits + +Third party security audits have been performed by: +* [Cure53](https://cure53.de) in March 2018. [Full Report](https://coredns.io/assets/DNS-01-report.pdf) +* [Trail of Bits](https://www.trailofbits.com) in March 2022. [Full Report](https://github.com/trailofbits/publications/blob/master/reviews/CoreDNS.pdf) ### Reporting security vulnerabilities |