skopeo/vendor/golang.org/x/term
tomsweeneyredhat 670947188f [release-1.16] Fix CVE-2025-27144
Addresses CVE-2025-27144 by bumping github.com/go-jose/go-jose/v3 to
v3.0.4 and github.com/go-jose/go-jose/v4 to v4.0.5

Fixes: https://issues.redhat.com/browse/OCPBUGS-51251,
https://issues.redhat.com/browse/OCPBUGS-51252

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-03-03 21:12:23 -05:00
..
codereview.cfg Bump github.com/containers/image/v5 from 5.19.1 to 5.20.0 2022-03-02 09:21:25 +00:00
CONTRIBUTING.md Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
LICENSE [release-1.16] Bump c/common to v0.60.2, c/image to v5.32.2 2024-08-21 14:43:05 -04:00
PATENTS Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
README.md [release-1.16] Fix CVE-2025-27144 2025-03-03 21:12:23 -05:00
term_plan9.go Vendor in latest golang.org/x/crypto 2021-01-28 18:16:10 -05:00
term_unix_bsd.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unix_other.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unix.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_unsupported.go fix(deps): update module golang.org/x/term to v0.14.0 2023-11-08 08:11:46 +00:00
term_windows.go [release-1.16] Fix CVE-2025-27144 2025-03-03 21:12:23 -05:00
term.go Update for c/image's update of github.com/gobuffalo/pop 2022-08-23 22:00:00 +02:00
terminal.go fix(deps): update module golang.org/x/term to v0.2.0 2022-11-07 22:25:08 +00:00

Go terminal/console support

Go Reference

This repository provides Go terminal and console support packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/term.

The main issue tracker for the term repository is located at https://go.dev/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.