Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Tags: Chumper/Zipper

Tags

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent Zip Traversal Attacks (#156)

Checks for special characters within filenames within a ZIP file using strpos comparison

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #91 from rvitaliy/update_travis

travis configuration changed for better tests suit

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README.md

0.7.0

Toggle 0.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #84 from aldas/fix-various-problems

 fixed problem with path when extracting files - strpos'sing path to find directory part is not that clever as directory separator is different on windows vs linux

0.6.1

Toggle 0.6.1's commit message
Merge pull request #36 from plantwebdesign/master

Fix for addition of folders on Windows

0.6.0

Toggle 0.6.0's commit message
Merge pull request #32 from thecotne/master

update illuminate/support and illuminate/filesystem to 5.x

0.5.1

Toggle 0.5.1's commit message
Merge pull request #27 from ctf0/master

update readme

0.5.0

Toggle 0.5.0's commit message
Merge pull request #24 from vool/master

Add addString() create file in zip by content and filename