Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ is_sql
Function
is_sql
aura/analyzers/python/sqli.py:18–19 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
16
17
18
def
is_sql(data):
19
return
bool(SQL_REGEX.match(data))
20
21
22
@Analyzer.ID(
"sql_injection"
)
Callers
2
node_BinOp
Method · 0.85
node_Call
Method · 0.85
Calls
1
match
Method · 0.45
Tested by
no test coverage detected