convox / convox

File path traversal when extracting zip archive GSC-G305
Security
Minor
11 days agoa year old
File traversal when extracting zip/tar archive
123			return err
124		}
125
126		file := filepath.Join(target, h.Name)127
128		switch h.Typeflag {
129		case tar.TypeDir: