@opengis/fastify-table
Version:
core-plugins
34 lines (32 loc) • 421 B
JavaScript
const sqlInjection = [
'()',
'^',
'*',
'like ',
'@variable',
'@@variable',
'group by ',
'union ',
'select ',
'having ',
'as injectx',
'where ',
'rlike ',
'if(',
'sleep(',
'waitfor delay',
'benchmark(',
'pg_sleep(',
"'\\\"",
'randomblob(',
'order by ',
'union all ',
'+or',
'or ',
'and ',
"'' ",
'""" ',
'<script',
'javascript:',
];
export default sqlInjection;