From aa1a14f40250fa2aca07d463f5b8ae8cf88c6f63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 08:30:21 +0000 Subject: [PATCH] fix: polygon-yolov5/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-10364902 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- polygon-yolov5/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polygon-yolov5/requirements.txt b/polygon-yolov5/requirements.txt index ee901d4..0735570 100644 --- a/polygon-yolov5/requirements.txt +++ b/polygon-yolov5/requirements.txt @@ -30,3 +30,5 @@ pandas # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 # pycocotools>=2.0 # COCO mAP thop # FLOPs computation +protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability