Bug#720392: package hardcodes database information

2013-09-07 Thread Scott Kitterman
On Wednesday, August 21, 2013 12:30:08 Faidon Liambotis wrote:
 Package: rddmarc
 Version: 1.1.3-1
 Severity: grave
 
 $ grep connect /usr/bin/dmarcfail
 db = MySQLdb.connect(user='dmarc',passwd='xxx',db='dmarc', use_unicode=True)
 
 $ grep -A 1 connect /usr/bin/rddmarc
 my $dbh = DBI-connect(DBI:mysql:database=dmarc,
   xxx, xxx)
   or die Cannot connect to database\n;
 
 No, xxx wasn't added by me. Yes, there are no configuration options
 whatsoever.

I've forwarded this upstream.  

 Additionally, contrary to the package's description, mkdmarc is not shipped,
 neither is the schema in e.g. examples.

Have a look at /usr/share/doc/rddmarc/mkdmarc

Scott K


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#720392: package hardcodes database information

2013-08-21 Thread Faidon Liambotis

Package: rddmarc
Version: 1.1.3-1
Severity: grave

$ grep connect /usr/bin/dmarcfail
db = MySQLdb.connect(user='dmarc',passwd='xxx',db='dmarc', use_unicode=True)

$ grep -A 1 connect /usr/bin/rddmarc
my $dbh = DBI-connect(DBI:mysql:database=dmarc,
xxx, xxx)
or die Cannot connect to database\n;

No, xxx wasn't added by me. Yes, there are no configuration options
whatsoever.

Additionally, contrary to the package's description, mkdmarc is not shipped,
neither is the schema in e.g. examples.

Seriously?

Regards,
Faidon


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org