Merge pull request #100 from actions/dependabot/go_modules/golang.org/x/oauth2-0.17.0-licenses

License updates for dependabot/go_modules/golang.org/x/oauth2-0.17.0
This commit is contained in:
John Hernley
2024-02-09 11:52:34 -05:00
committed by GitHub
24 changed files with 24 additions and 92 deletions
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/argon2 name: golang.org/x/crypto/argon2
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package argon2 implements the key derivation function Argon2. summary: Package argon2 implements the key derivation function Argon2.
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/blake2b name: golang.org/x/crypto/blake2b
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
and the extendable output function (XOF) BLAKE2Xb. and the extendable output function (XOF) BLAKE2Xb.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/blowfish name: golang.org/x/crypto/blowfish
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/cast5 name: golang.org/x/crypto/cast5
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144. summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/curve25519 name: golang.org/x/crypto/curve25519
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package curve25519 provides an implementation of the X25519 function, which summary: Package curve25519 provides an implementation of the X25519 function, which
performs scalar multiplication on the elliptic curve known as Curve25519. performs scalar multiplication on the elliptic curve known as Curve25519.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp name: golang.org/x/crypto/openpgp
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package openpgp implements high level operations on OpenPGP messages. summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp/armor name: golang.org/x/crypto/openpgp/armor
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp/elgamal name: golang.org/x/crypto/openpgp/elgamal
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp/errors name: golang.org/x/crypto/openpgp/errors
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package errors contains common error types for the OpenPGP packages. summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp/packet name: golang.org/x/crypto/openpgp/packet
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880. specified in RFC 4880.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/openpgp/s2k name: golang.org/x/crypto/openpgp/s2k
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1. in RFC 4800 section 3.7.1.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/sha3 name: golang.org/x/crypto/sha3
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
the SHAKE variable-output-length hash functions defined by FIPS-202. the SHAKE variable-output-length hash functions defined by FIPS-202.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/ssh name: golang.org/x/crypto/ssh
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package ssh implements an SSH client and server. summary: Package ssh implements an SSH client and server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/ssh/agent name: golang.org/x/crypto/ssh/agent
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package agent implements the ssh-agent protocol, and provides both a client summary: Package agent implements the ssh-agent protocol, and provides both a client
and a server. and a server.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/crypto/ssh/knownhosts name: golang.org/x/crypto/ssh/knownhosts
version: v0.17.0 version: v0.19.0
type: go type: go
summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key
database, and provides utility functions for writing OpenSSH compliant known_hosts database, and provides utility functions for writing OpenSSH compliant known_hosts
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/net/context name: golang.org/x/net/context
version: v0.19.0 version: v0.21.0
type: go type: go
summary: Package context defines the Context type, which carries deadlines, cancelation summary: Package context defines the Context type, which carries deadlines, cancelation
signals, and other request-scoped values across API boundaries and between processes. signals, and other request-scoped values across API boundaries and between processes.
@@ -1,63 +0,0 @@
---
name: golang.org/x/net/context/ctxhttp
version: v0.19.0
type: go
summary: Package ctxhttp provides helper functions for performing context-aware HTTP
requests.
homepage: https://pkg.go.dev/golang.org/x/net/context/ctxhttp
license: other
licenses:
- sources: net/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net/PATENTS
text: |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, offer to sell, sell, import,
transfer and otherwise run, modify and propagate the contents of this
implementation of Go, where such license applies only to those patent
claims, both currently owned or controlled by Google and acquired in
the future, licensable by Google that are necessarily infringed by this
implementation of Go. This grant does not include claims that would be
infringed only as a consequence of further modification of this
implementation. If you or your agent or exclusive licensee institute or
order or agree to the institution of patent litigation against any
entity (including a cross-claim or counterclaim in a lawsuit) alleging
that this implementation of Go or any code incorporated within this
implementation of Go constitutes direct or contributory patent
infringement, or inducement of patent infringement, then any patent
rights granted to you under this License for this implementation of Go
shall terminate as of the date such litigation is filed.
notices: []
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/net/internal/socks name: golang.org/x/net/internal/socks
version: v0.19.0 version: v0.21.0
type: go type: go
summary: Package socks provides a SOCKS version 5 client implementation. summary: Package socks provides a SOCKS version 5 client implementation.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/net/proxy name: golang.org/x/net/proxy
version: v0.19.0 version: v0.21.0
type: go type: go
summary: Package proxy provides support for a variety of protocols to proxy network summary: Package proxy provides support for a variety of protocols to proxy network
data. data.
+2 -7
View File
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/oauth2 name: golang.org/x/oauth2
version: v0.0.0-20220411215720-9780585627b5 version: v0.17.0
type: go type: go
summary: Package oauth2 provides support for making OAuth2 authorized and authenticated summary: Package oauth2 provides support for making OAuth2 authorized and authenticated
HTTP requests, as specified in RFC 6749. HTTP requests, as specified in RFC 6749.
@@ -36,9 +36,4 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: notices: []
- sources: AUTHORS
text: |-
# This source code refers to The Go Authors for copyright purposes.
# The master list of authors is in the main Go distribution,
# visible at http://tip.golang.org/AUTHORS.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/oauth2/internal name: golang.org/x/oauth2/internal
version: v0.0.0-20220411215720-9780585627b5 version: v0.17.0
type: go type: go
summary: Package internal contains support packages for oauth2 package. summary: Package internal contains support packages for oauth2 package.
homepage: https://pkg.go.dev/golang.org/x/oauth2/internal homepage: https://pkg.go.dev/golang.org/x/oauth2/internal
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/sys/execabs name: golang.org/x/sys/execabs
version: v0.15.0 version: v0.17.0
type: go type: go
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
to find absolute paths. to find absolute paths.
@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/sys/unix name: golang.org/x/sys/unix
version: v0.15.0 version: v0.17.0
type: go type: go
summary: Package unix contains an interface to the low-level operating system primitives. summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix homepage: https://pkg.go.dev/golang.org/x/sys/unix