Pythocrates/SPyKeS

View on GitHub

Showing 7 of 7 total issues

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

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(['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(['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

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

Starting a process with a partial executable path
Open

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