Add test for path-traversal archives

pull/2/head
Raphaël Vinot 2015-11-20 11:47:47 +01:00
parent e1a7b583f7
commit 1bdfa2d93f
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ addons:
packages:
- ghostscript
- p7zip-full
- mercurial
install:
- sudo add-apt-repository ppa:fontforge/fontforge --yes
@ -42,6 +43,11 @@ install:
- python unpackall.py
- popd
- mv theZoo/malwares/Binaries/out tests/src/
- hg clone https://bitbucket.org/jwilk/path-traversal-samples
- pushd path-traversal-samples/zip
- make
- popd
- mv path-traversal-samples/zip/*.zip tests/src/
script:
- coverage run setup.py test