potiuk opened a new issue, #33283: URL: https://github.com/apache/airflow/issues/33283
### Body The `bulk_load` parameter of `MySQLHook` takes a filename parameter that can be passed ";" as well and rather than only bulk_load the file but execute arbitrary SQL commands. This parameter should be sanitized in order to not allow this. This is not a security vulnerabilyt as this parameter should come from a DAG and there you can run arbitrary command anyway, however we should fix it anyway. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
