Skip to content

Yolo 26 with nms required, argument for cli version passing in tests #127

Yolo 26 with nms required, argument for cli version passing in tests

Yolo 26 with nms required, argument for cli version passing in tests #127

Triggered via pull request February 19, 2026 12:17
Status Success
Total duration 31s
Artifacts

semgrep.yaml

on: pull_request
semgrep/ci
26s
semgrep/ci
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Semgrep Issue: tools/yolov7/yolov7_exporter.py#L32
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/yolov6r3/yolov6_r3_exporter.py#L40
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/yolov6r3/gold_yolo_exporter.py#L33
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/yolov6r1/yolov6_r1_exporter.py#L28
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/yolo/yolov6_exporter.py#L29
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/yolo/yolov5_exporter.py#L35
Functions reliant on pickle can result in arbitrary code execution. Consider loading from `state_dict`, using fickling, or switching to a safer serialization method like ONNX
Semgrep Issue: tools/version_detection/version_detection.py#L37
Possible path traversal through `tarfile.open($PATH).extractall()` if the source tar is controlled by an attacker