From owner-freebsd-git@freebsd.org Tue Feb 11 09:30:46 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18D4822DE51 for ; Tue, 11 Feb 2020 09:30:46 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GyF14nrZz3GmX for ; Tue, 11 Feb 2020 09:30:45 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.15.2/8.15.2) with ESMTPS id 01B9Ucmm092260 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Tue, 11 Feb 2020 10:30:38 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Tue, 11 Feb 2020 10:30:37 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: freebsd-git@freebsd.org Subject: Re: [GitHub API] Deprecation notice for authentication via URL query parameters Message-ID: <20200211093037.GA3075@acme.spoerlein.net> References: <5e3e1ceadadc6_7f513fb10bccd96c144474@github-lowworker-b40b5a4.cp1-iad.github.net.mail> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5e3e1ceadadc6_7f513fb10bccd96c144474@github-lowworker-b40b5a4.cp1-iad.github.net.mail> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 48GyF14nrZz3GmX X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.90 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.97)[-0.972,0]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH]; NEURAL_HAM_LONG(-0.93)[-0.929,0] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 09:30:46 -0000 On Fri, 2020-02-07 at 18:28:58 -0800, The FreeBSD Project wrote: > Hello there! > > On February 8th, 2020 at 02:28 (UTC) your application (Portscout) used its `client_id` and `client_secret` (with the User-Agent portscout/0.8.1) as part of a set of query parameters to access an endpoint through the GitHub API: > > https://api.github.com/repositories/1460612/releases/latest > > Please use Basic Authentication instead as using OAuth credentials in query parameters has been deprecated and will be removed July 1st, 2020. > > Depending on your API usage, we'll be sending you this email reminder at most once every 3 days. > > Visit https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters for more information. > > Thanks, > The GitHub Team Could some kind soul forward that to whoever is running portscout please? Thanks! UliĀ