nextcloud/apps/files_external
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
..
3rdparty update autoloader 2017-01-27 10:51:00 +01:00
ajax Update with robin 2016-07-21 18:13:58 +02:00
appinfo move personal external storage settings to it's own section 2017-06-23 12:37:42 +02:00
css Fix icons in sidebar on personal page 2017-04-27 17:58:41 -03:00
img Add the icons for shipped apps 2017-01-19 10:42:22 +01:00
js log out, : Bigversal 2017-07-14 17:02:48 +02:00
l10n [tx-robot] updated from transifex 2017-07-20 00:08:04 +00:00
lib Add Phan plugin to check for SQL injections 2017-07-20 22:48:13 +02:00
templates Fix name of external storages 2017-05-08 00:33:45 -05:00
tests Add new specific tests for SMB 2017-04-26 16:23:52 +02:00
list.php Fix apps/ 2016-07-21 18:13:57 +02:00