[Secure-testing-commits] r41133 - bin
Paul Wise
pabs at moszumanska.debian.org
Mon Apr 25 05:54:27 UTC 2016
Author: pabs
Date: 2016-04-25 05:54:27 +0000 (Mon, 25 Apr 2016)
New Revision: 41133
Modified:
bin/tracker_service.py
Log:
Quote searches on disconnect.me
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2016-04-25 05:48:58 UTC (rev 41132)
+++ bin/tracker_service.py 2016-04-25 05:54:27 UTC (rev 41133)
@@ -1507,7 +1507,7 @@
def url_github_issues_bug(self, url, name):
return url.absolute("https://github.com/search", type="Issues", q='"%s"' % name)
def url_disconnect_bug(self, url, name):
- return url.absolute("https://search.disconnect.me/searchTerms/search", query=name)
+ return url.absolute("https://search.disconnect.me/searchTerms/search", query='"%s"' % name)
def url_dsa(self, url, dsa, re_dsa=re.compile(r'^DSA-(\d+)(?:-\d+)?$')):
match = re_dsa.match(dsa)
More information about the Secure-testing-commits
mailing list