fix(security): add csrf filter + prevent xss attacks by escaping user input

- update CI4 to v4.1.9's stable production package
- update php and js dependencies to latest
This commit is contained in:
Yassine Doghri 2022-03-04 14:33:48 +00:00
commit cd2e1e1dc3
182 changed files with 4410 additions and 4214 deletions

View file

@ -60,6 +60,7 @@ class PlatformModel extends Model
cache()
->save('platforms', $found, DECADE);
}
return $found;
}
@ -72,6 +73,7 @@ class PlatformModel extends Model
cache()
->save($cacheName, $found, DECADE);
}
return $found;
}