Skip to content

P-ControlPathIndirectMany - Empty Details at threshold (=20) #347

@L1l1th001

Description

@L1l1th001

There is a slight inconsistency in the rule behavior.

The rule P-ControlPathIndirectMany triggers correctly when the number of indirect members reaches ≥ 20, but the

Details field in the report remains empty when the value is exactly 20, preventing the analyst from identifying the affected objects.

Image

Root cause: Mismatch between trigger and detail logging conditions:

Trigger: value >= 20 (RuleAttribute.cs)
Details: NumberOfIndirectMembers > 20 (HealthcheckRulePrivilegedControlPathIndirectMany.cs)

Proposed fix
Align the conditions by changing:

NumberOfIndirectMembers > 20 to: NumberOfIndirectMembers >= 20

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions