Revision e9d485a24cbe670f71a6079e7090cd51b33ab1c2 authored by Roman Donchenko on 03 October 2023, 06:44:27 UTC, committed by GitHub on 03 October 2023, 06:44:27 UTC
As far as I can see, the `only_key_frames` parameter to
`VideoManifestManager.link` is not, and has never been, used, and
therefore `KeyFramesVideoStreamReader` is unused as well.
1 parent 885d26b
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