Sha256: 333976230a678d054bd6d71c1ca1de8bd51e53eb2cb4b6ffcba79a27f4099370
Contents?: true
Size: 370 Bytes
Versions: 21
Compression:
Stored size: 370 Bytes
Contents
# Based on 'relative2' in https://github.com/jwilk/path-traversal-samples, # but create the local `tmp` folder before adding the symlink. Otherwise # we may bail out before we get to trying to create the file. all: relative1.zip relative1.zip: rm -f $(@) mkdir -p -m 755 tmp/tmp umask 022 && echo moo > moo cd tmp && zip -X ../$(@) tmp tmp/../../moo rm -rf tmp moo
Version data entries
21 entries across 17 versions & 3 rubygems