Improved export support
#1037
ci.yaml
on: pull_request
Annotations
6 errors
|
Semgrep Issue:
examples/utils/torch_utils.py#L90
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:
examples/utils/torch_utils.py#L89
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:
examples/utils/torch_utils.py#L82
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:
examples/utils/torch_utils.py#L81
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
|
|
type-check
1 error
|
|
type-check:
luxonis_ml/data/__main__.py#L486
Expected 4 positional arguments (reportCallIssue)
|