Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Brandon Myers 1d8c59b93f
Setup codebase for merge of two repos 2017-06-15 14:56:47 -05:00
Guillaume Destuynder e994820e35 Support querying bugzilla for bugs (for example, incident/investigation bugs)
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"}]
2015-03-25 16:45:52 -07:00
Guillaume Destuynder fe7a6f95bb Replacing mozdef_lib by mozdef_client
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.
2014-12-17 18:10:31 +01:00
Guillaume Destuynder 1e80598f62 Use the submodule for the mozdef python client lib
instead of a flat file
2014-04-02 11:34:39 -07:00