We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e84e commit 8d356cfCopy full SHA for 8d356cf
1 file changed
SECURITY.md
@@ -0,0 +1,23 @@
1
+# Security Policy
2
+
3
+## Supported Versions
4
5
+We release patches for security vulnerabilities in the latest version.
6
7
+## Reporting a Vulnerability
8
9
+**Please do not report security vulnerabilities through public GitHub issues.**
10
11
+Instead, please report them via GitHub's private vulnerability reporting feature:
12
13
+1. Go to the repository's Security tab
14
+2. Click "Report a vulnerability"
15
+3. Fill in the details
16
17
+We aim to respond within 48 hours and will keep you updated on the fix.
18
19
+## Security Best Practices
20
21
+- Keep your dependencies up to date
22
+- Use `pip audit` to check for known vulnerabilities
23
+- Report any security concerns promptly
0 commit comments