Actions
Bug #3174
closedHandle duplicate filenames in different rulesets.
Affected Versions:
Effort:
medium
Difficulty:
low
Label:
Description
Currently if two upstream rule sources both have a file of the same name (ie: rules/ftp.rules), only that last one loaded will be retained. This can currently be seen if you load the Snort Talos rules and ET-Pro, but could happen with other rulesets as well.
In the dict that holds the files we should probably prefix the filenames with part of the source name to work around this issue, making sure filename matchers work as they do now.
Updated by Jason Ish about 5 years ago
- Affected Versions 1.1.0 added
- Affected Versions deleted (
1.0.0rc1)
Updated by Shivani Bhardwaj about 5 years ago
- Status changed from New to Assigned
Updated by Andreas Herz about 5 years ago
- Assignee changed from Shivani Bhardwaj to Vagisha Gupta
Updated by Jason Ish almost 5 years ago
- Assignee changed from Vagisha Gupta to Jason Ish
Updated by Jason Ish over 4 years ago
- Status changed from Assigned to In Review
Pull request: https://github.com/OISF/suricata-update/pull/221
Updated by Shivani Bhardwaj about 4 years ago
- Status changed from In Review to Closed
- Target version changed from TBD to 1.2.0rc2
Merged through https://github.com/OISF/suricata-update/pull/252
Actions