Closed muaz-jasman closed 10 months ago
Hi @muaz-jasman, this seems to be the same issue as reported in #951. I already opened a pull request #952 to fix this.
Problem fixed in stevedore 3.5.2 @muaz-jasman please close this issue if you don't reproduce it with Python 3.7 + stevedore 3.5.2.
Noted as fixed in stevedore 3.5.2
Describe the bug
Bandit throwing error on Python 3.7.X
When I try to run Bandit (bandit==1.7.4) using Python version 3.7.X , I get an error "Error: Process completed with exit code 1." Running the scanner on Python 3.8 and above works just fine but not 3.7. We know that the latest bandit no longer supported python 3.6 and below.
Error Message:
During handling of the above exception, another exception occurred:
Any idea what's up?
Reproduction steps
Expected behavior
Scanning completed and show all the findings
Bandit version
1.7.4 (Default)
Python version
3.7
Additional context
No response