[SSL Observatory] Checking for debian openssl bug?

Chris Palmer chris at eff.org
Thu Mar 10 15:57:01 PST 2011


On 03/10/2011 12:28 PM, Peter Eckersley wrote:

> Sounds like the glob call on line 17 of the script isn't doing what it should.

It is:

      for bfile in glob.glob("blacklist*"):

It would be more robust if it were:

      prfx = os.path.dirname(os.path.realpath(sys.argv[0]))

      for bfile in glob.glob(prfx + os.path.sep + "blacklist*"):


-- 
Chris Palmer
Technology Director, Electronic Frontier Foundation
https://www.eff.org/code



More information about the Observatory mailing list