melexis/sphinx-coverity-extension

View on GitHub
mlx/coverity.py

Summary

Maintainability
A
0 mins
Test Coverage

The input method in Python 2 will read from standard input, evaluate and run the resulting string as python source code. This is similar, though in many ways worse, then using eval. On Python 2, use raw_input instead, input is safe in Python 3.
Invalid

            config_credentials['username'] = input("Coverity username: ")
Severity: Major
Found in mlx/coverity.py by bandit

There are no issues that match your filters.

Category
Status