Skip to content

Added semgrep workflow #3

Added semgrep workflow

Added semgrep workflow #3

Triggered via pull request February 14, 2025 08:49
Status Success
Total duration 35s
Artifacts

semgrep.yaml

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

Annotations

3 errors
Semgrep Issue: luxonis_train/callbacks/upload_checkpoint.py#L50
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: luxonis_train/models/luxonis_lightning.py#L1022
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: luxonis_train/nodes/base_node.py#L388
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