Skip to content

Handle manual FP16 compression flags when setting NNArchive precision #226

Handle manual FP16 compression flags when setting NNArchive precision

Handle manual FP16 compression flags when setting NNArchive precision #226

Triggered via pull request September 23, 2025 09:47
Status Success
Total duration 27s
Artifacts

semgrep.yaml

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

Annotations

3 errors
Semgrep Issue: modelconverter/utils/subprocess.py#L49
the `encoding` argument to Popen is only available on Python 3.6+
Semgrep Issue: modelconverter/utils/subprocess.py#L49
the `errors` argument to Popen is only available on Python 3.6+
Semgrep Issue: modelconverter/packages/multistage_exporter.py#L116
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.