Steve, when you start finding security holes its about time you start fixing them too! Is this guy on the PMC yet?
- LSD On Mon, Mar 13, 2006 at 01:34:14PM +0000, Steve Loughran wrote: > > from mysql/data.py: > > def configureDB(): > conn = MySQLdb.Connect( > host='localhost', user='root', > passwd='', db='gump',compress=1, > cursorclass=MySQLdb.cursors.DictCursor) > > configureState(conn) > configureReasonCode(conn) > > # Done > conn.close() > > > that's not a hard coded MySQL root password is it? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
