Skip to content

Commit 95483bb

Browse files
authored
doc: DPE-6312 security policy (#416)
## Issue Lack of explicit security policy ## Solution • Add security policy file • Enable security advisory private creation [ref.](https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository)
1 parent d6d70a0 commit 95483bb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security policy
2+
3+
## What qualifies as a security issue
4+
5+
Credentials leakage, outdated dependencies with known vulnerabilities, and
6+
other issues that could lead to unprivileged or unauthorized access to the
7+
database or the system.
8+
9+
## Reporting a vulnerability
10+
11+
The easiest way to report a security issue is through
12+
[GitHub](https://github.com/canonical/mysql-router-k8s-operator/security/advisories/new). See
13+
[Privately reporting a security
14+
vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
15+
for instructions.
16+
17+
The repository admins will be notified of the issue and will work with you
18+
to determine whether the issue qualifies as a security issue and, if so, in
19+
which component. We will then handle figuring out a fix, getting a CVE
20+
assigned and coordinating the release of the fix.
21+
22+
The [Ubuntu Security disclosure and embargo
23+
policy](https://ubuntu.com/security/disclosure-policy) contains more
24+
information about what you can expect when you contact us, and what we
25+
expect from you.

0 commit comments

Comments
 (0)