| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-18 | 850 Bytes | |
| v2.53.0 source code.tar.gz | 2025-12-18 | 91.3 MB | |
| v2.53.0 source code.zip | 2025-12-18 | 92.5 MB | |
| Totals: 3 Items | 183.8 MB | 14 | |
Changed
-
[Server API] TUS upload endpoints no longer accept requests with no
Content-Lengthheader (https://github.com/cvat-ai/cvat/pull/10098) -
[SDK] Package metadata no longer uses the deprecated
Home-pageandLicensefields (https://github.com/cvat-ai/cvat/pull/10125)
Fixed
-
Image scaling was not applied when image filter is enabled (https://github.com/cvat-ai/cvat/pull/10111)
-
Fixed TUS resumable upload validation to properly reject chunks that would exceed the declared file size (https://github.com/cvat-ai/cvat/pull/10102)
-
[SDK] Removed the redundant setuptools runtime dependency (https://github.com/cvat-ai/cvat/pull/10125)
Security
- Fixed a directory traversal vulnerability in the
/api/server/shareendpoint (https://github.com/cvat-ai/cvat/security/advisories/GHSA-3g7v-xjh7-xmqx)