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)


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to