diff --git a/docs/security.md b/docs/security.md new file mode 100644 index 0000000000..a9dd0efe31 --- /dev/null +++ b/docs/security.md @@ -0,0 +1,15 @@ +# Dasharo Security + +## Reporting security issues in Dasharo + +!!! note "Please note" + + Dasharo security email address is intended for responsible disclosure by + security researchers and others who discover legitimate security + vulnerabilities. Please do not attempt to contact us via this address unless + you can demonstrate an actual security vulnerability or provide us with + reasonable steps we could follow to verify your claims. + +If you’ve discovered a security issue affecting Dasharo, please send an +encrypted (using [Dasharo security team PGP key](TBD)) e-mail to this address: +`security@dasharo.com`. diff --git a/mkdocs.yml b/mkdocs.yml index a30dc49127..e57bdf821b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -168,6 +168,7 @@ nav: - 'Intro': - 'About Dasharo': index.md - 'New? Start here': newcomers.md + - 'Security': security.md - 'Supported hardware': - 'Overview': variants/overview.md - 'Version matrix': variants/versions.md