From 2faba4eb3e4f08b65318fab9d6a98db2e746f5a9 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 1 Feb 2011 15:34:40 +0100 Subject: [PATCH] suspicious-source: Add image/vnd.adobe.photoshop to the mime-type whitelist. --- debian/changelog | 6 ++++-- suspicious-source | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73066da..205f150 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ ubuntu-dev-tools (0.116) UNRELEASED; urgency=low - * suspicious-source: Add .icns and .java to extension whitelist. + * suspicious-source: + - Add .icns and .java to extension whitelist. + - Add image/vnd.adobe.photoshop to the mime-type whitelist. - -- Benjamin Drung Tue, 01 Feb 2011 15:13:02 +0100 + -- Benjamin Drung Tue, 01 Feb 2011 15:33:51 +0100 ubuntu-dev-tools (0.115) unstable; urgency=low diff --git a/suspicious-source b/suspicious-source index 8fc0feb..863bd90 100755 --- a/suspicious-source +++ b/suspicious-source @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010, Benjamin Drung +# Copyright (c) 2010-2011, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,6 +37,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [ "image/jpeg", "image/png", "image/svg+xml", + "image/vnd.adobe.photoshop", "image/x-icns", "image/x-ico", "image/x-ms-bmp",