Revision b2a1065374f6531d0423951ffc68c5fd50e57b65 authored by Maria Khrustaleva on 13 February 2024, 13:42:08 UTC, committed by GitHub on 13 February 2024, 13:42:08 UTC
By default failed rq jobs are kept for 1 year. It is too long and leads
to keeping a lot of unnecessary results in Redis.
1 parent 58173c4
Raw File
SECURITY.md
# Security Policy

## Supported Versions

At the moment only the latest release is supported. When you report a security issue,
be sure it can be reproduced in the supported version.

| Version | Supported          |
| ------- | ------------------ |
| 2.0.0   | :white_check_mark: |
| <2.0.0  | :x:                |

## Reporting a Vulnerability

If you have information about a security issue or vulnerability in the product, please
send an e-mail to [secure@cvat.ai](mailto:secure+github@cvat.ai).

Please provide as much information as possible, including:

- The products and versions affected
- Detailed description of the vulnerability
- Information on known exploits
- A member of the CVAT.ai Product Security Team will review your e-mail and contact you to
  collaborate on resolving the issue.
back to top