We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fbba3 commit 3a6cf50Copy full SHA for 3a6cf50
vue/src/lib/util.ts
@@ -10,6 +10,7 @@ class Util{
10
document.body.appendChild(script);
11
}
12
buildFilters(filters:Filter[]){
13
+ console.warn('SQL Injection warning.');
14
let fileswhere:string[]=[];
15
filters.forEach(f=>{
16
let where='';
0 commit comments