Feat/force onnx names hailo #180
Open
Annotations
3 errors
|
Add PR Annotations for Semgrep Findings:
modelconverter/packages/multistage_exporter.py#L117
Detected the use of exec(). exec() can be dangerous if used to evaluate dynamic content. If this content can be input from outside the program, this may be a code injection vulnerability. Ensure evaluated content is not definable by external sources.
|
|
Add PR Annotations for Semgrep Findings:
modelconverter/packages/hailo/exporter.py#L26
Untrusted user input in `importlib.import_module()` function allows an attacker to load arbitrary code. Avoid dynamic values in `importlib.import_module()` or use a whitelist to prevent running untrusted code.
|
|
Add PR Annotations for Semgrep Findings:
modelconverter/packages/hailo/exporter.py#L25
Untrusted user input in `importlib.import_module()` function allows an attacker to load arbitrary code. Avoid dynamic values in `importlib.import_module()` or use a whitelist to prevent running untrusted code.
|
Loading