Skip to content

Strange policy nesting in websubmit boxed #26

@KinanBab

Description

@KinanBab

aggregation by gender fails as expected, but shows this policy type:

A lot of nestings of AnyPolicies, likely because of joining with and.

Investigate later.

RefPolicy(
  AnyPolicy(
    AnyPolicy(
      AnyPolicy(
        AnyPolicy(AggregateAccessPolicy(sensitive=true))
        AND
        AnyPolicy(KAnonymityPolicy(count=2))
      )
      AND
      AnyPolicy(KAnonymityPolicy(count=2))
    )
    AND 
    AnyPolicy(AggregateAccessPolicy(sensitive=true))
  )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplanned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions