From 496aa479bd2e563347969f94623b9c6c7de0d0c7 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Wed, 7 Dec 2016 11:09:11 -0500 Subject: [PATCH] Minimum changes to make Travis build work Had to comment out the path traversal exploit section due to broken bitbucket link. Also added --no-check-certificate due to wget not finding a valid certificate for https://www.officedissector.com --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00bf9d2..71e9bc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,23 +65,23 @@ install: - popd - mv theZoo/malwares/Binaries/out tests/src/ # path transversal - - hg clone https://bitbucket.org/jwilk/path-traversal-samples - - pushd path-traversal-samples - - pushd zip - - make - - popd - - pushd rar - - make - - popd - - popd - - mv path-traversal-samples/zip/*.zip tests/src/ - - mv path-traversal-samples/rar/*.rar tests/src/ + # - hg clone https://bitbucket.org/jwilk/path-traversal-samples + # - pushd path-traversal-samples + # - pushd zip + # - make + # - popd + # - pushd rar + # - make + # - popd + # - popd + # - mv path-traversal-samples/zip/*.zip tests/src/ + # - mv path-traversal-samples/rar/*.rar tests/src/ # Office docs - git clone https://github.com/eea/odfpy.git - mv odfpy/tests/examples/* tests/src/ - pushd tests/src/ - wget https://bitbucket.org/decalage/olefileio_pl/raw/3073963b640935134ed0da34906fea8e506460be/Tests/images/test-ole-file.doc - - wget http://www.officedissector.com/corpus/fraunhoferlibrary.zip + - wget --no-check-certificate https://www.officedissector.com/corpus/fraunhoferlibrary.zip - unzip -o fraunhoferlibrary.zip - rm fraunhoferlibrary.zip - 7z x 42.zip -p42