GO-2022-0833: Denial of Service in docker2aci in github.com/appc/docker2aci
package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package util defines convenience functions for handling slices and debugging.
Note: this package is an implementation detail and shouldn't be used outside
of docker2aci.
func Debug(i ...interface{})
Debug prints a message to stderr if debug is enabled.
In checks whether el is in list.
IndexOf returns the index of el in list, or -1 if it's not found.
func Info(i ...interface{})
Info prints a message to stderr.
InitDebug enables debug output.
Quote takes a slice of strings and returns another slice with them quoted.
ReverseImages takes an acirenderer.Images and reverses it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.