-
-
Notifications
You must be signed in to change notification settings - Fork 675
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running bandit on a single source file in the current directory does not seem to work. It produces a warning:
WARNING Unable to find qualified name for module
I am not sure what the warning is trying to achieve?
Reproduction steps
1. $ touch dummy.py
2. $ bandit dummy.py # produces the warning
3. $ bandit ./dummy.py # does not produce the warning
Expected behavior
No warning should be produced.
Bandit version
1.7.4 (Default)
Python version
3.8
Additional context
No response
yukihiko-shinoda
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working