Pythocrates/SPyKeS

View on GitHub
spykes/store.py

Summary

Maintainability
A
0 mins
Test Coverage

subprocess call - check for execution of untrusted input.
Open

            run(['git', 'commit'], cwd=self._repo_path, check=True)
Severity: Info
Found in spykes/store.py by bandit

Starting a process with a partial executable path
Open

            run(['git', 'commit'], cwd=self._repo_path, check=True)
Severity: Info
Found in spykes/store.py by bandit

subprocess call - check for execution of untrusted input.
Open

                run([self.EDITOR, clear_file], check=True)
Severity: Info
Found in spykes/store.py by bandit

Consider possible security implications associated with CalledProcessError module.
Open

from subprocess import CalledProcessError, run

Severity: Info
Found in spykes/store.py by bandit

Starting a process with a partial executable path
Open

            run(['less', clear_file], check=True)
Severity: Info
Found in spykes/store.py by bandit

subprocess call - check for execution of untrusted input.
Open

            run(['less', clear_file], check=True)
Severity: Info
Found in spykes/store.py by bandit

TODO found
Open

                return  # TODO: Log something?
Severity: Minor
Found in spykes/store.py by fixme

There are no issues that match your filters.

Category
Status