From 657a57d266f83f5ce628152898783eaa4036679d Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 26 Dec 2010 20:32:48 +0200 Subject: [PATCH] suspicious-source: Whitelist Python source code. --- debian/changelog | 3 ++- suspicious-source | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aad84fc..dce2376 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ ubuntu-dev-tools (0.109) UNRELEASED; urgency=low exist. * pull-debian-debdiff: Rewrite in Python, and use snapshot.debian.org. * pull-lp-source: Support -d (LP: #681699) + * suspicious-source: Whitelist Python source code. [ Michael Bienia ] * ubuntutools/lp/lpapicache.py: Allow easier selection of 'staging' as LP @@ -49,7 +50,7 @@ ubuntu-dev-tools (0.109) UNRELEASED; urgency=low * add "add-patch" that provides the non-interactive version of edit-patch - -- Benjamin Drung Sat, 25 Dec 2010 19:47:14 +0100 + -- Stefano Rivera Sun, 26 Dec 2010 20:14:54 +0200 ubuntu-dev-tools (0.108) experimental; urgency=low diff --git a/suspicious-source b/suspicious-source index 0e86272..7a030e4 100755 --- a/suspicious-source +++ b/suspicious-source @@ -60,6 +60,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [ "text/x-perl", "text/x-php", "text/x-po", + "text/x-python", "text/x-shellscript", "text/x-tex", "text/x-texinfo",