avocado-framework/avocado

View on GitHub

Showing 885 of 902 total issues

Possible hardcoded password: 'PASSWORD'
Open

        password = "PASSWORD"
Severity: Info
Found in selftests/unit/utils/ssh.py by bandit

Consider possible security implications associated with pickle module.
Open

import pickle
Severity: Info
Found in selftests/unit/utils/stacktrace.py by bandit

Probable insecure usage of temp file/directory.
Open

        cleaning_list += list(Path("/tmp/").glob(".avocado-*"))
Severity: Minor
Found in setup.py by bandit

subprocess call - check for execution of untrusted input.
Open

            run([sys.executable, "setup.py"] + action, cwd=parent_dir, check=True)
Severity: Info
Found in setup.py by bandit

subprocess call - check for execution of untrusted input.
Open

        run(["/usr/bin/make", "develop"], check=True)
Severity: Info
Found in setup.py by bandit
Severity
Category
Status
Source
Language