Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792 : Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857 : Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893 : Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
Discover Packages
github.com/kubernetes/kubernetes
Godeps
_workspace
src
golang.org
x
net
html
charset
package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Feb 5, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package charset provides common text encodings for HTML documents.
The mapping from encoding labels to encodings is defined at
http://encoding.spec.whatwg.org .
Lookup returns the encoding with the specified label, and its canonical
name. It returns nil and the empty string if label is not one of the
standard encodings for HTML. Matching is case-insensitive and ignores
leading and trailing whitespace.
NewReader returns an io.Reader that converts the content of r to UTF-8.
It calls DetermineEncoding to find out what r's encoding is.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.