feat(systemtags): add setting to block non admin to create system tags #51621
static-code-analysis.yml
on: pull_request
static-code-analysis
3m 14s
static-code-analysis-security
9m 10s
static-code-analysis-ocp
2m 7s
Annotations
8 errors
UndefinedClass:
apps/dav/lib/SystemTag/SystemTagPlugin.php#L190
apps/dav/lib/SystemTag/SystemTagPlugin.php:190:12: UndefinedClass: Class, interface or enum named OCA\DAV\SystemTag\TagCreationForbiddenException does not exist (see https://psalm.dev/019)
|
InvalidArgument:
apps/dav/lib/SystemTag/SystemTagPlugin.php#L191
apps/dav/lib/SystemTag/SystemTagPlugin.php:191:68: InvalidArgument: Argument 3 of Sabre\DAV\Exception\Forbidden::__construct expects Throwable|null, but OCA\DAV\SystemTag\TagCreationForbiddenException provided (see https://psalm.dev/004)
|
static-code-analysis
Process completed with exit code 2.
|
TaintedFile:
lib/private/App/InfoParser.php#L38
lib/private/App/InfoParser.php:38:50: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedCallable:
lib/private/AppFramework/Http/Dispatcher.php#L208
lib/private/AppFramework/Http/Dispatcher.php:208:37: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
TaintedInclude:
lib/private/Installer.php#L587
lib/private/Installer.php:587:12: TaintedInclude: Detected tainted code passed to include or similar (see https://psalm.dev/251)
|
TaintedFile:
lib/private/L10N/L10N.php#L215
lib/private/L10N/L10N.php:215:41: TaintedFile: Detected tainted file handling (see https://psalm.dev/255)
|
TaintedInclude:
lib/private/legacy/OC_App.php#L115
lib/private/legacy/OC_App.php:115:17: TaintedInclude: Detected tainted code passed to include or similar (see https://psalm.dev/251)
|