Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AARD-1687: Save exporter options with active design #981

Merged
merged 85 commits into from
Jun 25, 2024

Another fix?

de77f7e
Select commit
Loading
Failed to load commit list.
Merged

AARD-1687: Save exporter options with active design #981

Another fix?
de77f7e
Select commit
Loading
Failed to load commit list.
Autodesk Chorus / security/bandit required action Jun 25, 2024 in 14s

1 issue(s) found

Summary of Issues

Type Count Severity Secure Coding Guidelines
B605: start_process_with_a_shell 1 HIGH PYTH-INJC-30

How do I clear all these issues?

If you suspect these issues are not actual issues, click “Clear All Issues” above. Click here for more details.

Details and Annotations

Details

bandit version 1.7.8

Annotations

Check failure on line 55 in exporter/SynthesisFusionAddin/proto/deps.py

See this annotation in the file changed.

@autodesk-chorus autodesk-chorus / security/bandit

B605: start_process_with_a_shell

Starting a process with a shell, possible injection detected, security issue.
secure coding id: PYTH-INJC-30.