Is your feature request related to a problem? Please describe.
Bandit does not throw an error for self.password = "12123123" but does so for password = "12123123"
Describe the solution you'd like
Make it so B105:hardcoded_password_string also checks class attributes
Is your feature request related to a problem? Please describe.
Bandit does not throw an error for self.password = "12123123" but does so for password = "12123123"
Describe the solution you'd like
Make it so B105:hardcoded_password_string also checks class attributes