mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
874 B
874 B
0.5.2
Minor Analysis Improvements
- Added model of
cx_Oracle,oracledb,phonenixdbandpyodbcPyPI packages as a SQL interface following PEP249, resulting in additional sinks forpy/sql-injection. - Added model of
executemanycalls on PEP-249 compliant database APIs, resulting in additional sinks forpy/sql-injection. - Added model of
pymssqlPyPI package as a SQL interface following PEP249, resulting in additional sinks forpy/sql-injection. - The alert messages of many queries were changed to better follow the style guide and make the messages consistent with other languages.
Bug Fixes
- Fixed how
flask.requestis modeled as a RemoteFlowSource, such that we show fewer duplicated alert messages for Code Scanning alerts. The import, such asfrom flask import request, will now be shown as the first step in a path explanation.