MCPcopy Create free account
hub / github.com/baidu/openrasp / pre_sqlite3_query_SQL

Function pre_sqlite3_query_SQL

agent/php5/hook/openrasp_sqlite3.cc:47–50  ·  view source on GitHub ↗

sqlite3::query

Source from the content-addressed store, hash-verified

45
46//sqlite3::query
47void pre_sqlite3_query_SQL(OPENRASP_INTERNAL_FUNCTION_PARAMETERS)
48{
49 pre_sqlite3_exec_SQL(OPENRASP_INTERNAL_FUNCTION_PARAM_PASSTHRU);
50}
51
52void pre_sqlite3_prepare_SQL(OPENRASP_INTERNAL_FUNCTION_PARAMETERS)
53{

Callers

nothing calls this directly

Calls 1

pre_sqlite3_exec_SQLFunction · 0.70

Tested by

no test coverage detected