InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
821 stars 135 forks source link

Fix operator name handling #49

Closed rshipp closed 5 years ago

rshipp commented 5 years ago

Previously, we were manually setting source names from the INI section title, and there was no name key to exclude. Now that everything in the config has a name key, we need to manually exclude it from operator loading instead.

This PR fixes #48 reported by @needmorecowbell.