v1.1.13
[1.1.13] - 2025-06-02
Security
- bump setuptools to
78.1.1
to mitigate CVE-2025-47273 - bump http-proxy-middleware to
2.0.9
to mitigate CVE-2025-32997 - bump cryptography to
44.0.1
to mitigate CVE-2024-12797
Fixed
- Moved docker container cleanup (
docker container rm
) to the end ofdocker_build.sh
to fix intermittent build failures when the container would be removed before it could be used.