lib/mihari/schemas/rule.rb in mihari-5.2.3 vs lib/mihari/schemas/rule.rb in mihari-5.2.4
- old
+ new
@@ -20,10 +20,10 @@
optional(:created_on).value(:date)
optional(:updated_on).value(:date)
required(:queries).value(:array).each do
- AnalyzerWithoutAPIKey | AnalyzerWithAPIKey | Censys | CIRCL | PassiveTotal | ZoomEye | Urlscan | Crtsh | Feed
+ AnalyzerWithoutAPIKey | AnalyzerWithAPIKey | Censys | CIRCL | PassiveTotal | ZoomEye | Crtsh | Feed
end
optional(:emitters).value(:array).each { Database | MISP | TheHive | Slack | Webhook }.default(DEFAULT_EMITTERS)
optional(:enrichers).value(:array).each(Enricher).default(DEFAULT_ENRICHERS)