Affected by GO-2022-0793
and 1 other vulnerabilities
GO-2022-0793: Path traversal in u-root in github.com/u-root/u-root
GO-2022-0805: github.com/u-root/u-root/pkg/tarutil Arbitrary File Write via Archive Extraction (Zip Slip) in github.com/u-root/u-root
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 19, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
-
func DrawImageAt(img image.Image, posx int, posy int) error
-
func DrawOnBufAt(buf []byte, img image.Image, posx int, posy int, stride int, bpp int)
-
func DrawScaledImageAt(img image.Image, posx int, posy int, factor int) error
-
func DrawScaledOnBufAt(buf []byte, img image.Image, posx int, posy int, factor int, stride int, ...)
-
func FbInit() (int, int, int, int, error)
FbInit initializes a frambuffer by querying ioctls and returns the width and
height in pixels, the stride, and the bytes per pixel
Source Files
¶
Click to show internal directories.
Click to hide internal directories.