nextcloud/lib/private/Files/Config
Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections
This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues.

As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections.

The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-20 22:48:13 +02:00
..
CachedMountInfo.php optimize Folder::getById to use less queries 2016-10-12 16:12:28 +02:00
LazyStorageMountInfo.php Remove unused use statements 2017-04-22 19:23:31 -05:00
MountProviderCollection.php mount shared mounts last 2017-03-22 17:15:42 +01:00
UserMountCache.php Add Phan plugin to check for SQL injections 2017-07-20 22:48:13 +02:00
UserMountCacheListener.php Update with robin 2016-07-21 18:13:58 +02:00