[Secure-testing-commits] [Git][security-tracker-team/security-tracker][master] Convert URLs from http to https where it seems safe to do so

Paul Wise pabs at debian.org
Wed Jan 17 10:19:19 UTC 2018


Paul Wise pushed to branch master at Debian Security Tracker / security-tracker


Commits:
2bd89708 by Paul Wise at 2018-01-17T18:18:16+08:00
Convert URLs from http to https where it seems safe to do so

- - - - -


7 changed files:

- bin/compare-testing-status
- bin/tracker_service.py
- doc/security-team.d.o/contact
- doc/security-team.d.o/security_tracker
- doc/soriano.txt
- lib/python/nvd.py
- org/TODO


Changes:

=====================================
bin/compare-testing-status
=====================================
--- 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
 #############################


=====================================
bin/tracker_service.py
=====================================
--- 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 """,


=====================================
doc/security-team.d.o/contact
=====================================
--- 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!).


=====================================
doc/security-team.d.o/security_tracker
=====================================
--- 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


=====================================
doc/soriano.txt
=====================================
--- 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
 ------------


=====================================
lib/python/nvd.py
=====================================
--- 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


=====================================
org/TODO
=====================================
--- 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)



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/2bd897089beb55240ce7cd4fcfc6fe4d01a9b222

---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/2bd897089beb55240ce7cd4fcfc6fe4d01a9b222
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/secure-testing-commits/attachments/20180117/02d6e494/attachment-0001.html>


More information about the Secure-testing-commits mailing list