gravingPro

Results 1 issues of gravingPro

I've encountered issues in CodeQL regarding data flow interruption. Here are the details: ## 1. Function Parameter Passing Interruption In the code below: ```python def read_sql(sql): spark.sql() # sink custom...

question