How to skip bandit on multi line queries

Viewed 21

I am trying to skip multiple line queries using bandit in my python query. I have tried to use #nosec but still there is bandit issue showing

Example:

"""#nosec""" ;Query = f"""Select username,id,email_id,address from User where username ='John'"""

0 Answers
Related