Skip to content

Commit 3a6cf50

Browse files
committed
add SQL Injection warning for vue template
1 parent 39fbba3 commit 3a6cf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue/src/lib/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Util{
1010
document.body.appendChild(script);
1111
}
1212
buildFilters(filters:Filter[]){
13+
console.warn('SQL Injection warning.');
1314
let fileswhere:string[]=[];
1415
filters.forEach(f=>{
1516
let where='';

0 commit comments

Comments
 (0)