feat(groups): transitive group-in-group membership #78778
static-code-analysis.yml
on: pull_request
changes
8s
static-code-analysis
3m 23s
static-code-analysis-security
14m 54s
static-code-analysis-ocp
2m 25s
static-code-analysis-ncu
37s
static-code-analysis-strict
2m 13s
static-code-analysis-summary
5s
Annotations
21 errors
|
static-code-analysis-ocp
Process completed with exit code 2.
|
|
InvalidDocblock:
lib/public/Group/Events/SubGroupRemovedEvent.php#L21
lib/public/Group/Events/SubGroupRemovedEvent.php:21:2: InvalidDocblock: PHPDoc is required for methods in OCP. (see https://psalm.dev/008)
|
|
InvalidDocblock:
lib/public/Group/Events/SubGroupAddedEvent.php#L25
lib/public/Group/Events/SubGroupAddedEvent.php:25:2: InvalidDocblock: PHPDoc is required for methods in OCP. (see https://psalm.dev/008)
|
|
MissingOverrideAttribute:
lib/private/Group/Manager.php#L465
lib/private/Group/Manager.php:465:2: MissingOverrideAttribute: Method OC\Group\Manager::getdirectparentgroupids should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Manager.php#L452
lib/private/Group/Manager.php:452:2: MissingOverrideAttribute: Method OC\Group\Manager::getdirectchildgroupids should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Manager.php#L409
lib/private/Group/Manager.php:409:2: MissingOverrideAttribute: Method OC\Group\Manager::getusereffectivegroupids should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L786
lib/private/Group/Database.php:786:2: MissingOverrideAttribute: Method OC\Group\Database::groupingroup should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L761
lib/private/Group/Database.php:761:2: MissingOverrideAttribute: Method OC\Group\Database::getparentgroupsbatch should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L744
lib/private/Group/Database.php:744:2: MissingOverrideAttribute: Method OC\Group\Database::getparentgroups should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L719
lib/private/Group/Database.php:719:2: MissingOverrideAttribute: Method OC\Group\Database::getchildgroupsbatch should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L702
lib/private/Group/Database.php:702:2: MissingOverrideAttribute: Method OC\Group\Database::getchildgroups should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L690
lib/private/Group/Database.php:690:2: MissingOverrideAttribute: Method OC\Group\Database::removegroupfromgroup should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
lib/private/Group/Database.php#L638
lib/private/Group/Database.php:638:2: MissingOverrideAttribute: Method OC\Group\Database::addgrouptogroup should have the "Override" attribute (see https://psalm.dev/358)
|
|
TaintedCallable:
lib/private/ServerContainer.php#L89
lib/private/ServerContainer.php:89:17: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedHtml:
lib/private/Mail/Mailer.php#L234
lib/private/Mail/Mailer.php:234:72: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
|
TaintedHtml:
lib/private/Mail/Mailer.php#L214
lib/private/Mail/Mailer.php:214:83: TaintedHtml: Detected tainted HTML (see https://psalm.dev/245)
|
|
TaintedCallable:
lib/private/AppFramework/Utility/SimpleContainer.php#L129
lib/private/AppFramework/Utility/SimpleContainer.php:129:33: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L504
apps/workflowengine/lib/Manager.php:504:39: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L471
apps/workflowengine/lib/Manager.php:471:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
TaintedCallable:
apps/workflowengine/lib/Manager.php#L429
apps/workflowengine/lib/Manager.php:429:38: TaintedCallable: Detected tainted text (see https://psalm.dev/243)
|
|
static-code-analysis-summary
Process completed with exit code 1.
|