Bugzilla Plugin for Helga Chat Bot

Helga is a Python chat bot. Full documentation can be found at http://helga.readthedocs.org. The Bugzilla plugin allows Helga to respond to Bugzilla ticket numbers in IRC and print information about the tickets. For example: 03:14 <devzing> bz 123 03:14 <helgabot> devzing might be talking about https://app.devzing.com/demo/bugzilla/show_bug.cgi?id=123 [[TestProduct] Ticketing Box City selector] Find out more at https://github.com/ktdreyer/helga-bugzilla

Access Bugzilla from Python

The python-bugzilla package is available on GitHub or PyPi pip install python-bugzilla This package provides two bits: ‘bugzilla’ python module for talking to a Bugzilla instance over XMLRPC /usr/bin/bugzilla command line tool for performing actions from the command line: create or edit bugs, various queries, etc. This was originally written specifically for Red Hat’s Bugzilla …

All Bugzilla Accounts Upgraded to 4.4.5

Bugzilla 4.4.5 is a security release which addresses the following issue: Adobe does not properly restrict the SWF file format, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks against Bugzilla’s JSONP endpoint, possibly obtaining sensitive bug information, via a crafted OBJECT element with SWF content satisfying the character-set requirements of a callback API. For more details see: https://bugzilla.mozilla.org/show_bug.cgi?id=1036213 …

Bugzilla API for Haskell

Version 0.2.1.1 of this package has been released. A Haskell interface to the Bugzilla native REST API This package is designed to provide an easy-to-use, typesafe interface to querying Bugzilla from Haskell. See: http://hackage.haskell.org/package/bugzilla-0.2.1.1 Or at Github: https://github.com/sethfowler/hsbugzilla  

Bugzilla XMLRPC access module for Python

python-bugzilla 1.1.0 is a Bugzilla XMLRPC access module for python that provides a kinda pythonic interface to Bugzilla over XMLRPC. It was originally written specifically for Red Hat’s Bugzilla instance, but it is intended to work with any bugzilla instance. https://pypi.python.org/pypi/python-bugzilla/1.1.0