mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Python: Add taint-step for sqlalchemy.text
This commit is contained in:
@@ -5,8 +5,8 @@ def test_taint():
|
||||
|
||||
ensure_tainted(
|
||||
ts, # $ tainted
|
||||
sqlalchemy.text(ts), # $ MISSING: tainted
|
||||
sqlalchemy.sql.text(ts),# $ MISSING: tainted
|
||||
sqlalchemy.sql.expression.text(ts),# $ MISSING: tainted
|
||||
sqlalchemy.sql.expression.TextClause(ts),# $ MISSING: tainted
|
||||
sqlalchemy.text(ts), # $ tainted
|
||||
sqlalchemy.sql.text(ts),# $ tainted
|
||||
sqlalchemy.sql.expression.text(ts),# $ tainted
|
||||
sqlalchemy.sql.expression.TextClause(ts),# $ tainted
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user