Skip to content

link to examples

link to examples #27

Triggered via pull request February 28, 2025 07:11
Status Success
Total duration 36s
Artifacts

semgrep.yaml

on: pull_request
semgrep/ci
27s
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#L400
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