New options:
[zilla]
url = https://bugzilla.mozilla.org/
api_key = your api key (user preferences => api keys)
; how often to check, in seconds
interval = 120
; the channel to tell about the new bugs
channel = #test
; what bugs to search for?
search_terms = [{"product": "mozilla.org"}, {"component": "Security Operations: Incident"}, {"component": "Security
Operations: Investigation"}, {"status": "NEW"}]
Basically a: s/mozdef/mozdef_client
For use with your client-side code, change:
import mozdef
to:
import mozdef_client
This change clarifies that this library is for client-side code such as sending MozDef events.