Skip to content

Commit 0e5b44f

Browse files
authored
Add security policy (#2)
1 parent 43a9882 commit 0e5b44f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
Security is very important for Django Ninja API key. Learn more about it below.
3+
4+
## Version
5+
Only the latest versions of Django Ninja API key are supported.
6+
7+
You are encouraged to write tests for your application and update your Django Ninja API key version frequently after ensuring that your tests are passing. This way you will benefit from the latest features, bug fixes, and **security fixes**.
8+
9+
It's a good practise to pin your dependencies for your application and use a tool like `dependabot` to keep up to date.
10+
11+
## Reporting a Vulnerability
12+
If you think you found a vulnerability, and even if you are not sure about it, please report it right away by sending an email to: [email protected]. Please try to be as explicit as possible, describing all the steps and example code to reproduce the security issue.
13+
14+
## Public Discussions
15+
To limit the potential impacts of a security vulnerability, please restrain from publicly discussing the issue.
16+
17+
---
18+
19+
Thanks for your help!

0 commit comments

Comments
 (0)