From 6e270427d6a68202fec88ad26389f4542bddd4db Mon Sep 17 00:00:00 2001 From: David Ashby Date: Fri, 19 May 2017 22:45:20 -0400 Subject: [PATCH] Fix InternetCensus2012 URL (#456) as pointed out in #454. --- security/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/README.md b/security/README.md index 39c4a5d..f380045 100644 --- a/security/README.md +++ b/security/README.md @@ -1,7 +1,7 @@ ## Security * [Reflections on Trusting Trust (1984)](http://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf) -* [Internet Census via Insecure Routers (2012)](http://internetcensus2012.bitbucket.org/paper.html) +* [Internet Census via Insecure Routers (2012)](https://internetcensus2012.bitbucket.io/paper.html) * [Looking inside the (Drop) Box (2013)](https://www.usenix.org/system/files/conference/woot13/woot13-kholia.pdf) * [Making Programs Forget: Enforcing Lifetime For Sensitive Data (2011)](https://www.usenix.org/events/hotos11/tech/final_files/Kannan.pdf) * [Breach: Reviving The Crime Attack (2013)](http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf)