def raw_str_sql_expressions(context):
str_node = context.node
if isinstance(str_node.parent, ast.BinOp):
# avoid duplicates findings with B9101
return
return _check_string_for_sql(context.node, confidence=bandit.LOW)
评论列表
文章目录