Skip to content

Add skip_constant_folding to ONNXModifier and update README. #223

Add skip_constant_folding to ONNXModifier and update README.

Add skip_constant_folding to ONNXModifier and update README. #223

Triggered via pull request September 12, 2025 08:16
Status Success
Total duration 31s
Artifacts

semgrep.yaml

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

Annotations

1 error
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.