suspicious-source: Whitelist Python source code.

This commit is contained in:
Stefano Rivera 2010-12-26 20:32:48 +02:00
parent 6348bc3df1
commit 657a57d266
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -27,6 +27,7 @@ ubuntu-dev-tools (0.109) UNRELEASED; urgency=low
exist. exist.
* pull-debian-debdiff: Rewrite in Python, and use snapshot.debian.org. * pull-debian-debdiff: Rewrite in Python, and use snapshot.debian.org.
* pull-lp-source: Support -d (LP: #681699) * pull-lp-source: Support -d (LP: #681699)
* suspicious-source: Whitelist Python source code.
[ Michael Bienia ] [ Michael Bienia ]
* ubuntutools/lp/lpapicache.py: Allow easier selection of 'staging' as LP * 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 * add "add-patch" that provides the non-interactive version of
edit-patch edit-patch
-- Benjamin Drung <bdrung@ubuntu.com> Sat, 25 Dec 2010 19:47:14 +0100 -- Stefano Rivera <stefanor@ubuntu.com> Sun, 26 Dec 2010 20:14:54 +0200
ubuntu-dev-tools (0.108) experimental; urgency=low ubuntu-dev-tools (0.108) experimental; urgency=low

View File

@ -60,6 +60,7 @@ DEFAULT_WHITELISTED_MIMETYPES = [
"text/x-perl", "text/x-perl",
"text/x-php", "text/x-php",
"text/x-po", "text/x-po",
"text/x-python",
"text/x-shellscript", "text/x-shellscript",
"text/x-tex", "text/x-tex",
"text/x-texinfo", "text/x-texinfo",