We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2b225 commit dfc5192Copy full SHA for dfc5192
python/ql/lib/semmle/python/frameworks/Streamlit.qll
@@ -38,7 +38,7 @@ module Streamlit {
38
private class StreamlitSqlConnection extends API::CallNode {
39
StreamlitSqlConnection() {
40
exists(StringLiteral str, API::CallNode n |
41
- str.getText().matches("sql")
+ str.getText() = "sql"
42
and
43
n = API::moduleImport("streamlit").getMember("connection").getACall()
44
0 commit comments