From 581c362d974faff5693bf82ccb0288e771fe0ec7 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Wed, 24 Oct 2012 23:33:45 -0700 Subject: [PATCH] warning: we apparently need to replace urllib2 --- trustify/client/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustify/client/client.py b/trustify/client/client.py index 1851ac75c..7b08b33bb 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -4,6 +4,7 @@ import M2Crypto # It is OK to use the upstream M2Crypto here instead of our modified # version. import urllib2 +# XXX TODO: per https://docs.google.com/document/pub?id=1roBIeSJsYq3Ntpf6N0PIeeAAvu4ddn7mGo6Qb7aL7ew, urllib2 is unsafe (!) and must be replaced import os, grp, pwd, sys, time, random, sys import hashlib import subprocess