bittib010 / YamlCommunityRulesConverter

0 stars 0 forks source link

Long file paths should not be used #1

Closed Kaloszer closed 2 months ago

Kaloszer commented 2 months ago

Simply investigate why long file paths are needed and remediate said issue.

If the filenames are currently parsed from their displayName or name - it would be more wise to utilize their templateId as that does not change but the displayName/name might.

If the filename is utilized within the csv generation - simply add an additional field when collecting said analytic rules from an endpoint - e.g - friendlyName and then filter it out on additional steps.