fix: Explicitly ignore semgrep warning
This commit is contained in:
parent
aa855afe08
commit
99defea410
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def patch_query_execute():
|
|||
"""
|
||||
def execute_query(query, *args, **kwargs):
|
||||
query, params = prepare_query(query)
|
||||
return frappe.db.sql(query, params, *args, **kwargs)
|
||||
return frappe.db.sql(query, params, *args, **kwargs) # nosemgrep
|
||||
|
||||
def prepare_query(query):
|
||||
params = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue