===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
containerd-1.4.1~ds1/.github/workflows/release.yml-185-          for i in "ubuntu-18.04" "windows-2019"; do
containerd-1.4.1~ds1/.github/workflows/release.yml:186:            for f in `ls builds/containerd-binaries-${i}`; do
containerd-1.4.1~ds1/.github/workflows/release.yml-187-              echo "::set-output name=file${_filenum}::${f}"
##############################################
containerd-1.4.1~ds1/.github/workflows/release.yml-189-            done
containerd-1.4.1~ds1/.github/workflows/release.yml:190:            for f in `ls builds/cri-containerd-binaries-${i}`; do
containerd-1.4.1~ds1/.github/workflows/release.yml-191-              echo "::set-output name=file${_filenum}::${f}"
##############################################
containerd-1.4.1~ds1/BUILDING.md-201-These binaries can be found in the `./bin` directory in your host.
containerd-1.4.1~ds1/BUILDING.md:202:`make install` will move the binaries in your `$PATH`.
containerd-1.4.1~ds1/BUILDING.md-203-
##############################################
containerd-1.4.1~ds1/cmd/containerd/command/main.go-241-func serve(ctx gocontext.Context, l net.Listener, serveFunc func(net.Listener) error) {
containerd-1.4.1~ds1/cmd/containerd/command/main.go:242:	path := l.Addr().String()
containerd-1.4.1~ds1/cmd/containerd/command/main.go-243-	log.G(ctx).WithField("address", path).Info("serving...")
##############################################
containerd-1.4.1~ds1/docs/managed-opt.md-104-```
containerd-1.4.1~ds1/docs/managed-opt.md:105:The Windows equivalent for `/opt/containerd` will be `$env:ProgramData\containerd\root\opt`
##############################################
containerd-1.4.1~ds1/remotes/docker/resolver_test.go-216-		notRunning := httptest.NewUnstartedServer(nil)
containerd-1.4.1~ds1/remotes/docker/resolver_test.go:217:		notRunningBase := notRunning.Listener.Addr().String()
containerd-1.4.1~ds1/remotes/docker/resolver_test.go-218-
##############################################
containerd-1.4.1~ds1/vendor/github.com/containerd/cri/pkg/streaming/server.go-260-	// Use the actual address as baseURL host. This handles the "0" port case.
containerd-1.4.1~ds1/vendor/github.com/containerd/cri/pkg/streaming/server.go:261:	s.config.BaseURL.Host = listener.Addr().String()
containerd-1.4.1~ds1/vendor/github.com/containerd/cri/pkg/streaming/server.go-262-	if s.config.TLSConfig != nil {
##############################################
containerd-1.4.1~ds1/vendor/github.com/containerd/zfs/README.md-12-
containerd-1.4.1~ds1/vendor/github.com/containerd/zfs/README.md:13:To compile containerd with ZFS support, add the import into the `$GOPATH/src/github.com/containerd/containerd/cmd/containerd/builtins_zfs.go` file.
containerd-1.4.1~ds1/vendor/github.com/containerd/zfs/README.md-14-
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto-49-  // For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto:50:  // Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto-51-  // +optional
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto-132-  // For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto:133:  // Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto-134-  repeated ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go-939-	// For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go:940:	// Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go-941-	ServerAddressByClientCIDRs []ServerAddressByClientCIDR `json:"serverAddressByClientCIDRs" protobuf:"bytes,2,rep,name=serverAddressByClientCIDRs"`
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go-973-	// For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go:974:	// Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types.go-975-	// +optional
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go-34-	"preferredVersion":           "preferredVersion is the version preferred by the API server, which probably is the storage version.",
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go:35:	"serverAddressByClientCIDRs": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.",
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go-36-}
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go-81-	"versions":                   "versions are the api versions that are available.",
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go:82:	"serverAddressByClientCIDRs": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.",
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go-83-}
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-466-func (c *Converter) callUntyped(sv, dv reflect.Value, f ConversionFunc, scope *scope) error {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go:467:	if !dv.CanAddr() {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-468-		return scope.errorf("cant addr dest")
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-470-	var svPointer reflect.Value
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go:471:	if sv.CanAddr() {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go:472:		svPointer = sv.Addr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-473-	} else {
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-476-	}
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go:477:	dvPointer := dv.Addr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-478-	return f(svPointer.Interface(), dvPointer.Interface(), scope)
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-580-			scope.setKeys(sk.Interface(), dk.Interface())
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go:581:			// TODO:  sv.MapIndex(sk) may return a value with CanAddr() == false,
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/converter.go-582-			// because a map[string]struct{} does not allow a pointer reference.
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go-88-	if !ok {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go:89:		if !isPointerKind(value.Kind()) && value.CanAddr() {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go:90:			marshaler, ok = value.Addr().Interface().(Marshaler)
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/conversion/queryparams/convert.go-91-			if !ok {
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/runtime/helper.go-101-	}
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/runtime/helper.go:102:	field = field.Addr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/runtime/helper.go-103-	if field.Type().AssignableTo(v.Type()) {
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go-129-	// ensure we use a canonical host with proxyReq
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go:130:	targetHost := netutil.CanonicalAddr(req.URL)
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go-131-
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go-195-func (s *SpdyRoundTripper) dialWithoutProxy(ctx context.Context, url *url.URL) (net.Conn, error) {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go:196:	dialAddr := netutil.CanonicalAddr(url)
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go-197-
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go-122-// * a colon character (":")
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go:123:const httpPathFmt string = `[A-Za-z0-9/\-._~%!$&'()*+,;=:]+`
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go-124-
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go-491-// as defined in RFC 789. (e.g 0.0.0.0:10254 or [::]:10254))
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go:492:func IsValidSocketAddr(value string) []string {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/pkg/util/validation/validation.go-493-	var errs []string
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil/addr.go-20-// canonicalAddr returns url.Host but always with a ":port" suffix
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil/addr.go:21:func CanonicalAddr(url *url.URL) string {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil/addr.go-22-	addr := url.Host
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go-123-
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:124:	if v1.CanAddr() && v2.CanAddr() && hard(v1.Kind()) {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:125:		addr1 := v1.UnsafeAddr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:126:		addr2 := v2.UnsafeAddr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go-127-		if addr1 > addr2 {
##############################################
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go-266-
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:267:	if v1.CanAddr() && v2.CanAddr() && hard(v1.Kind()) {
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:268:		addr1 := v1.UnsafeAddr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go:269:		addr2 := v2.UnsafeAddr()
containerd-1.4.1~ds1/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go-270-		if addr1 > addr2 {