Skip to content

Rules extension names reported in the HTML are stripping strings enclosed in <>, e.g. <dn>,<object-id> #23

Description

Where rules-extension style advanced flow rule names include selected attributes enclosed in <> (e.g. ,, etc.) these are being stripped from the Attribute Flows table in the HTML report (Mapping Type column).

e.g. a VB rules extension file might have the following code under the MapAttributesForImport mapping to the advanced flow rule cd.user:<dn>->mv.person:domain:

Select Case FlowRuleName
Case "cd.user:<dn>->mv.person:domain"
...

However, in the HTML report this will appear (incorrectly) as the following Attribute Flow:

Rules Extension - cd.user:->mv.person:domain

The downside of the report doing this is that searches of the code base for the above Rules Extension name will return no matches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions