MCPcopy 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
18def is_sql(data):
19 return bool(SQL_REGEX.match(data))
20
21
22@Analyzer.ID("sql_injection")

Callers 2

node_BinOpMethod · 0.85
node_CallMethod · 0.85

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected