Skip to content

Problem using aliases #19

Open
Open
@BrianMer

Description

@BrianMer

e.g.: In the own.yaml, 'ChromeHistory' is used to reference 'ChromiumBasedBrowsersHistory' (so, 'ChromeHistory' is an alias of 'ChromiumBasedBrowsersHistory', which we can see in the webbrowser.yaml file).

In the fastir_artifacts.py, you're using GetDefinitionByName() method, not GetDefinitionByAlias(), so only names are accepted.

Could this be possible to modify your YAML to correct the issue, or modify your Python code to support aliases?

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