Re: [PATCH v5 0/5] Stop using insecure transports

2023-03-20 Thread George Dunlap
On Mon, Mar 20, 2023 at 11:14 AM Anthony PERARD wrote: > Hi, > > I believe all the containers that needed to be updated in our GitLab CI > to be able to access HTTPS URLs have now been updated. > > So I guess the series is good to go if it's reviewed. > Has it run and passed Gitlab-CI with the n

Re: [PATCH v5 0/5] Stop using insecure transports

2023-03-20 Thread Anthony PERARD
Hi, I believe all the containers that needed to be updated in our GitLab CI to be able to access HTTPS URLs have now been updated. So I guess the series is good to go if it's reviewed. Cheers, -- Anthony PERARD

[PATCH v5 0/5] Stop using insecure transports

2023-02-25 Thread Demi Marie Obenour
Obtaining code over an insecure transport is a terrible idea for blatently obvious reasons. Even for non-executable data, insecure transports are considered deprecated. Changes since v4: - Remove known-broken links entirely. They only mislead users into believing the code can be obtained ther