datalad/datalad-neuroimaging

View on GitHub
docs/source/conf.py

Summary

Maintainability
A
0 mins
Test Coverage

Starting a process with a shell, possible injection detected, security issue.
Open

            os.system(
                '{} build_examples --expath {} --rstpath {}'.format(
                    setup_py_path,
                    abspath(opj(dirname(__file__), pardir, 'examples')),
                    opj(dirname(__file__), 'generated', 'examples')))
Severity: Major
Found in docs/source/conf.py by bandit

Starting a process with a shell, possible injection detected, security issue.
Open

            os.system(
                '{} build_manpage --cmdsuite {} --manpath {} --rstpath {}'.format(
                    setup_py_path,
                    'datalad_neuroimaging:command_suite',
                    abspath(opj(dirname(setup_py_path), 'build', 'man')),
Severity: Major
Found in docs/source/conf.py by bandit

Try, Except, Pass detected.
Open

        except:
Severity: Info
Found in docs/source/conf.py by bandit

Try, Except, Pass detected.
Open

        except:
Severity: Info
Found in docs/source/conf.py by bandit

There are no issues that match your filters.

Category
Status