Erdnaxela3/bioptim_gui

View on GitHub
gui/animate.py

Summary

Maintainability
A
0 mins
Test Coverage

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.
Open

        o = pkl.load(f)
Severity: Minor
Found in gui/animate.py by bandit

Consider possible security implications associated with pickle module.
Open

import pickle as pkl

Severity: Info
Found in gui/animate.py by bandit

File not formatted according to black style guide
Open

    animate_solution(pkl_path)
Severity: Minor
Found in gui/animate.py by black

There are no issues that match your filters.

Category
Status