summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2016-03-01 22:00:43 +0800
committerPaul Wise <pabs@debian.org>2018-01-17 18:18:16 +0800
commit2bd897089beb55240ce7cd4fcfc6fe4d01a9b222 (patch)
tree5bca429dc195671fb589049e8e9031e2189c1077
parent6c5bdceb809dcd169e7b4fd3d0763202aba5781b (diff)
Convert URLs from http to https where it seems safe to do so
-rwxr-xr-xbin/compare-testing-status8
-rwxr-xr-xbin/tracker_service.py2
-rw-r--r--doc/security-team.d.o/contact2
-rw-r--r--doc/security-team.d.o/security_tracker2
-rw-r--r--doc/soriano.txt2
-rw-r--r--lib/python/nvd.py2
-rw-r--r--org/TODO8
7 files changed, 13 insertions, 13 deletions
diff --git a/bin/compare-testing-status b/bin/compare-testing-status
index f73e2d422b..9f5fad7cf9 100755
--- a/bin/compare-testing-status
+++ b/bin/compare-testing-status
@@ -135,7 +135,7 @@ sub print_hash {
foreach my $dbug (@dbugs) {
if ( ! $seen_dbug{$dbug} ) {
$seen_dbug{$dbug} = 1;
- print_both(" "x15 . "http://bugs.debian.org/$dbug\n");
+ print_both(" "x15 . "https://bugs.debian.org/$dbug\n");
}
}
}
@@ -182,7 +182,7 @@ sub issue2string {
$desc = $result->[0]->[0];
if ( $issue =~ /^CVE-\d{4}-\d{4,}/ ) {
- $url = "http://cve.mitre.org/cgi-bin/cvename.cgi?name=" . $issue ;
+ $url = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=" . $issue ;
return "$issue: $url\n";
}
elsif ( $issue =~ /^DTSA-/ ) {
@@ -238,11 +238,11 @@ More information:
More information about which security issues affect Debian can be found in the
security tracker:
- http://security-tracker.debian.net/tracker/
+ https://security-tracker.debian.org/tracker/
A list of all known unfixed security issues is at
- http://security-tracker.debian.net/tracker/status/release/testing
+ https://security-tracker.debian.org/tracker/status/release/testing
EOF
#############################
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index 9cbbccc8be..6727b67d63 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -608,7 +608,7 @@ response, do not forget to let us know how to get a hold of you."""),
P("""Helping out: We welcome people who wish to join us in tracking
issues. The process is designed to be easy to learn and participate,
please read our """,
- A("http://security-team.debian.org/security_tracker.html",
+ A("https://security-team.debian.org/security_tracker.html",
"Introduction"),
""" to get familiar with how things work. Join us on
our mailing list, and on IRC and request to be added to the Salsa """,
diff --git a/doc/security-team.d.o/contact b/doc/security-team.d.o/contact
index 4da61ec929..2dd0463856 100644
--- a/doc/security-team.d.o/contact
+++ b/doc/security-team.d.o/contact
@@ -18,7 +18,7 @@ IRC Channel
-----------
We hang-out in the #debian-security channel on OFTC
-(http://www.oftc.net/), stop by if you'd like. We can also add you to
+(https://www.oftc.net/), stop by if you'd like. We can also add you to
the Alioth project so you have SVN write permission, and you can test
drive it on the testing issues for however long you like to get an idea
or feel comfortable (and hey, it really helps!).
diff --git a/doc/security-team.d.o/security_tracker b/doc/security-team.d.o/security_tracker
index bec30f3c83..309ef1446e 100644
--- a/doc/security-team.d.o/security_tracker
+++ b/doc/security-team.d.o/security_tracker
@@ -57,7 +57,7 @@ also syncs that file with other lists like `data/DSA/list` and
`data/DTSA/list`.
These automatic commits as well as all git commits are notified via either the [secure-testing-commits mailing list](https://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits),
-or via the Irker IRC bot in the #debian-security channel on the [OFTC IRC network](http://www.oftc.net/). For example, the bot
+or via the Irker IRC bot in the #debian-security channel on the [OFTC IRC network](https://www.oftc.net/). For example, the bot
could say in the channel:
17:14 <salsabot> [security-tracker] sectracker role account pushed pushed 1 new commit to master: https://salsa.debian.org/security-tracker-team/security-tracker/compare/37b0fb27...2bf425d5
diff --git a/doc/soriano.txt b/doc/soriano.txt
index 5cfa1ee233..db364e05da 100644
--- a/doc/soriano.txt
+++ b/doc/soriano.txt
@@ -86,7 +86,7 @@ PTS interface
The PTS fetches bug counts from this URL:
- http://security-tracker.debian.org/tracker/data/pts/1
+ https://security-tracker.debian.org/tracker/data/pts/1
Code updates
------------
diff --git a/lib/python/nvd.py b/lib/python/nvd.py
index 142c6caa9c..8110fc73ab 100644
--- a/lib/python/nvd.py
+++ b/lib/python/nvd.py
@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""This module parses the XML files provided by the
-National Vulnerability Database (NVD) <http://nvd.nist.gov/>
+National Vulnerability Database (NVD) <https://nvd.nist.gov/>
"""
import xml.sax
diff --git a/org/TODO b/org/TODO
index ecf8265693..94e65e14e9 100644
--- a/org/TODO
+++ b/org/TODO
@@ -30,7 +30,7 @@ Security Tracker
Security Tracker svn to git conversion
- svn author list generation and conversion of svn repository to git
repository:
- * Guide: http://git-scm.com/book/en/Git-and-Other-Systems-Migrating-to-Git
+ * Guide: https://git-scm.com/book/en/Git-and-Other-Systems-Migrating-to-Git
- joeyh's commit script needs to be adopted to git
* When fixing the joeyh one, I think it makes sense to move it to a
role account on alioth (as previously discussed), rather than this
@@ -47,7 +47,7 @@ Security Tracker svn to git conversion
somewhere/in the git repository.
- the sectracker user is subscribed to the commits mailinglists, and
the commit messages trigger updates of the tracker.
- - http://security-team.debian.org (on dillon.debian.org) is updated from svn,
+ - https://security-team.debian.org (on dillon.debian.org) is updated from svn,
needs to be switched (simple)
- https://contributors.debian.org/source/Debian%20Security%20Tracker
- Allocating DSA's + DLA's: svn guarantees we do not race on DSA+DLA
@@ -69,6 +69,6 @@ Web pages
- Teams/TestingSecurity (tagged as deprecated)
- http://testing-security.debian.net/
- https://www.debian.org/doc/manuals/securing-debian-howto/ch10.en.html#s-security-support-testing
- - Create webpage like release team has (http://release.debian.org) e.g. pointing
- to http://security-team.debian.org holding all relevant entry points for tasks,
+ - Create webpage like release team has (https://release.debian.org) e.g. pointing
+ to https://security-team.debian.org holding all relevant entry points for tasks,
relevant information on workflows, etc ... (luciano)

© 2014-2024 Faster IT GmbH | imprint | privacy policy