All of lore.kernel.org
 help / color / mirror / Atom feed
From: Demi Marie Obenour <demi@invisiblethingslab.com>
To: George Dunlap <george.dunlap@cloud.com>
Cc: xen-devel@lists.xenproject.org,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	George Dunlap <george.dunlap@citrix.com>,
	Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>, Wei Liu <wl@xen.org>,
	Samuel Thibault <samuel.thibault@ens-lyon.org>,
	Anthony PERARD <anthony.perard@citrix.com>
Subject: Re: [PATCH v2 1/4] Build system: Replace git:// and http:// with https://
Date: Thu, 9 Feb 2023 12:30:03 -0500	[thread overview]
Message-ID: <Y+UtnvFpwv9DduST@itl-email> (raw)
In-Reply-To: <CA+zSX=a68fwMjAVRYC52894L4VsaHz9KACRVoewAyBTiNKJuYw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

On Thu, Feb 09, 2023 at 02:01:52PM +0000, George Dunlap wrote:
> On Wed, Feb 8, 2023 at 8:58 PM Demi Marie Obenour <
> demi@invisiblethingslab.com> wrote:
> 
> > Obtaining code over an insecure transport is a terrible idea for
> > blatently obvious reasons.  Even for non-executable data, insecure
> > transports are considered deprecated.
> >
> > This patch enforces the use of secure transports in the build system.
> >
> > Signed-off-by: Demi Marie Obenour <demi@invisiblethingslab.com>
> >
> 
> Hey Demi,
> 
> Thanks for this series -- we definitely want the build system to use secure
> transports when available.  Can you confirm that you've tested the "+s"
> versions of all the URLs in this patch, and verified that they actually
> work?

I had not, but a subsequent review indicated that most do work.  The
exceptions are:

- Neither the PolarSSL nor TPM emulator links work, but the http://
  verison of these links is also broken.  I added an AC_MSG_ERROR to
  fail the TPM emulator build if they would be used, but a Xen committer
  will need to regenerate configure.

- the newlib url should be https://sourceware.org/ftp/newlib, not
  https://source.redhat.com/ftp/newlib.  This was changed in
  configure.ac but not in configure.

> If you haven't, I realize that may be somewhat tedious, but I think it's
> pretty important.  You should be able to automate  a lot of it using `curl
> --head --fail`. [1]

That does not work for the Xen git repositories, but those all do work.
-- 
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2023-02-09 17:35 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 20:58 [PATCH v2 0/4] Stop using insecure transports Demi Marie Obenour
2023-02-08 20:58 ` [PATCH v2 1/4] Build system: Replace git:// and http:// with https:// Demi Marie Obenour
2023-02-09 14:01   ` George Dunlap
2023-02-09 15:05     ` Anthony PERARD
2023-02-09 16:04       ` George Dunlap
2023-02-09 17:30     ` Demi Marie Obenour [this message]
2023-02-08 20:58 ` [PATCH v2 2/4] Automation and CI: " Demi Marie Obenour
2023-02-09 14:03   ` George Dunlap
2023-02-09 17:33     ` Demi Marie Obenour
2023-02-08 20:58 ` [PATCH v2 3/4] Miscellaneous and documentation: Only use TLS-protected transports Demi Marie Obenour
2023-02-09 14:25   ` George Dunlap
2023-02-09 17:51     ` Demi Marie Obenour
2023-02-10 10:02       ` George Dunlap
2023-02-08 20:58 ` [PATCH v2 4/4] GPL License Boilerplate: Switch from HTTP to HTTPS Demi Marie Obenour
2023-02-08 22:58   ` Stefano Stabellini
2023-02-08 23:21     ` Demi Marie Obenour
2023-02-09 14:16       ` George Dunlap
2023-02-09 14:55       ` Anthony PERARD
2023-02-09 14:58         ` Julien Grall
2023-02-09  9:09 ` [PATCH v2 0/4] Stop using insecure transports Jan Beulich
2023-02-17 21:35 ` [PATCH v3 " Demi Marie Obenour
2023-02-17 21:35   ` [PATCH v3 1/4] Use HTTPS for all xenbits.xen.org Git repos Demi Marie Obenour
2023-02-17 21:35   ` [PATCH v3 2/4] Build system: Replace git:// and http:// with https:// Demi Marie Obenour
2023-02-18 14:10     ` Marek Marczykowski-Górecki
2023-02-18 14:22       ` Marek Marczykowski-Górecki
2023-02-18 19:11       ` Andrew Cooper
2023-02-17 21:35   ` [PATCH v3 3/4] Automation and CI: " Demi Marie Obenour
2023-02-17 21:35   ` [PATCH v3 4/4] Rip out HyperTransport Demi Marie Obenour
2023-02-19  2:46   ` [PATCH v4 0/3] Stop using insecure transports Demi Marie Obenour
2023-02-19  2:46     ` [PATCH v4 1/3] Use HTTPS for all xenbits.xen.org Git repos Demi Marie Obenour
2023-02-19  2:46     ` [PATCH v4 2/3] Build system: Replace git:// and http:// with https:// Demi Marie Obenour
2023-02-21 10:07       ` Jan Beulich
2023-02-24 22:55         ` Demi Marie Obenour
2023-02-27  8:25           ` Jan Beulich
2023-02-27 20:18             ` Demi Marie Obenour
2023-02-19  2:46     ` [PATCH v4 3/3] Automation and CI: " Demi Marie Obenour
2023-02-25 20:37     ` [PATCH v5 0/5] Stop using insecure transports Demi Marie Obenour
2023-02-25 20:37       ` [PATCH v5 1/5] Use HTTPS for all xenbits.xen.org Git repos Demi Marie Obenour
2023-02-25 22:34         ` Marek Marczykowski-Górecki
2023-02-27 14:26           ` Anthony PERARD
2023-02-25 20:37       ` [PATCH v5 2/5] Change remaining xenbits.xen.org links to HTTPS Demi Marie Obenour
2023-02-27  8:35         ` Jan Beulich
2023-02-27 18:46           ` Demi Marie Obenour
2023-03-20 11:47             ` George Dunlap
2023-02-25 20:37       ` [PATCH v5 3/5] Build system: Do not try to use broken links Demi Marie Obenour
2023-02-25 20:37       ` [PATCH v5 4/5] Build system: Replace git:// and http:// with https:// Demi Marie Obenour
2023-02-27  8:42         ` Jan Beulich
2023-02-27 20:53           ` Demi Marie Obenour
2023-02-25 20:37       ` [PATCH v5 5/5] Automation and CI: " Demi Marie Obenour
2023-03-20 11:14       ` [PATCH v5 0/5] Stop using insecure transports Anthony PERARD
2023-03-20 11:28         ` George Dunlap
2023-03-21 17:33       ` [PATCH v6 " Demi Marie Obenour
2023-03-21 17:33         ` [PATCH v6 1/5] Use HTTPS for all xenbits.xen.org Git repos Demi Marie Obenour
2023-03-22  8:32           ` Jan Beulich
2023-03-22 10:15             ` Marek Marczykowski-Górecki
2023-03-22  8:44           ` Andrew Cooper
2023-03-21 17:33         ` [PATCH v6 2/5] Change remaining xenbits.xen.org link to HTTPS Demi Marie Obenour
2023-03-22  8:36           ` Jan Beulich
2023-03-21 17:33         ` [PATCH v6 3/5] Build system: Do not try to use broken links Demi Marie Obenour
2023-03-21 17:33         ` [PATCH v6 4/5] Build system: Replace git:// and http:// with https:// Demi Marie Obenour
2023-03-22  8:50           ` Andrew Cooper
2023-03-21 17:33         ` [PATCH v6 5/5] Automation and CI: " Demi Marie Obenour
2023-03-22  8:37         ` [PATCH v6 0/5] Stop using insecure transports Andrew Cooper
2023-03-24 16:37           ` Anthony PERARD
2023-03-24 16:38             ` Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+UtnvFpwv9DduST@itl-email \
    --to=demi@invisiblethingslab.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=george.dunlap@cloud.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.