diff options
author | Viktor Szakats <commit@vsz.me> | 2021-05-06 19:49:21 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-05-08 18:10:56 +0200 |
commit | 62b269b4a5f4502d6dc03d73bb5b552e80066885 (patch) | |
tree | 15dd579bd319dced016b72a7b69048caaed80a68 /test | |
parent | 811ddc9ce722d6c2ca613dbb9ae4da8194d15256 (diff) |
upgrade links to HTTPS
http://infozip.sourceforge.net/ is sadly not having HTTPS access
enabled. Shoutout to somebody with admin access for this project:
It would be nice to enable it and thus allowing secure access to
these pages via https://infozip.sourceforge.io/ . The option has
been there for a while now:
https://sourceforge.net/blog/introducing-https-for-project-websites/
also:
- follow permanent redirects
- add ending slashes
Diffstat (limited to 'test')
-rw-r--r-- | test/CVE-2003-0107.c | 2 | ||||
-rw-r--r-- | test/README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/CVE-2003-0107.c b/test/CVE-2003-0107.c index 51c79b2..427767d 100644 --- a/test/CVE-2003-0107.c +++ b/test/CVE-2003-0107.c @@ -1,4 +1,4 @@ -// http://www.securityfocus.com/archive/1/312869 --- originally by Richard Kettlewell +// https://www.securityfocus.com/archive/1/312869 --- originally by Richard Kettlewell #include <stdlib.h> #include <zlib.h> #include <errno.h> diff --git a/test/README.md b/test/README.md index 247d5ba..b15b01d 100644 --- a/test/README.md +++ b/test/README.md @@ -26,11 +26,11 @@ Some of the files in _test_ are licensed differently: “Combinatorial Modeling of Chromatin Features Quantitatively Predicts DNA Replication Timing in _Drosophila_” by Federico Comoglio and Renato Paro, which is licensed under the CC-BY license. See - http://www.ploscompbiol.org/static/license for more information. + https://www.ploscompbiol.org/static/license for more information. - test/data/lcet10.txt is from Project Gutenberg. It does not have expired copyright, but is still in the public domain according to the license information. - (http://www.gutenberg.org/ebooks/53). + (https://www.gutenberg.org/ebooks/53). - test/GH-382/defneg3.dat was the smallest file generated by Nathan Moinvaziri that reproduced GH-382. It is licensed under the terms of the zlib license. |