Python

Python

Made by DeepSource

Use of insecure input method detected PTC-W1002

Security
Critical
a03 owasp top 10

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, than using eval. On Python 2, use raw_input instead, input is safe in Python 3.