PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.52k stars 612 forks source link

Fix reading the number argument from config file #923

Closed KAUTH closed 2 years ago

KAUTH commented 2 years ago

When passing the "number" option from the INI file we did not take into account to store its value as an integer (when that value is not None).

Resolves: #922