Developers' side bar Selected categories Edit Links |
Devel /
BugzillaSpam
<< | Page list | >>
Dealing with spam in bugzilla. Table of contents (hide) 1. IntroductionSpammers have started uploading attachments to issues in bugzilla that are spam. Typically the attachment redirects the unsuspecting browser to some other page, and sometimes the attachment in itself contains spam. Update (2008-11-16, Berlin): I ran the script again up to attachment 3028
and can happily report that I did not find any new spam. /Christian
2. Methods for "removing" an attachmentNot sure how to remove a spam, but changing the MIME type to 'application/spam' at least seems to make the browser not open the actual attachment. 3. Methods for detecting spam attachments in the database
3.1 Script for downloading and detecting spam attachmentsNot documented, but the script can be found at: uploads:/Site/bugspam/bugzilla_spam.sh The URI for viewing a bugzilla attachment is like the following: Attachment 1615 is safe to view by the way. I've also created a intermap prefix for the wiki, so from wiki pages we can equivalently use LyXBugFileView:1615. To get a link that allows us to edit attributes of the attachment, use LyXBugFileEdit:1615. 4. Bugzilla attachments that are spam.If nothing else is noted, the MIME type has been changed to 4.1 1600-16494.2 1650-16994.3 1700-1750
4.4 1750-1799
4.5 1800-
Category: Development, Bugzilla, Spam, Bugs |