1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Security Policy
## Supported Versions
| Version | Supported |
| ------- | ------------------ |
| 0.1.x | :white_check_mark: |
| < 0.1 | :x: |
## Reporting a Vulnerability
If you discover a security vulnerability within cache-rs, please send an email to sigsegved@gmail.com.
All security vulnerabilities will be promptly addressed.
Please include the following information in your report:
- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Suggested fix or mitigation if you have one
## Response Process
After you report a vulnerability:
1. The maintainers will acknowledge receipt of the vulnerability report
2. The maintainers will investigate and determine the impact and severity
3. The maintainers will develop a fix
4. Once a fix is ready, the maintainers will release a security update
## Security Best Practices for Users
When using this library:
- Keep your dependencies up to date
- Monitor for security advisories related to this project
- Follow secure coding practices when implementing caches with sensitive data