Skip to content
Snippets Groups Projects
Commit b3e35544 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

lz4 library version updated to fix hang on install

parent 4b8edd09
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:16.04
COPY install.sh zap-plugin.patch w3af-plugin.patch w3af_output_fix.patch cscan-config.py run-cscan.sh requirements.txt /tmp/
COPY install.sh zap-plugin.patch w3af-plugin.patch w3af_output_fix.patch w3af-lz4.patch cscan-config.py run-cscan.sh requirements.txt /tmp/
COPY wiser-wcs-reports /root/wiser-wcs-reports/
RUN chmod +x /tmp/install.sh /tmp/run-cscan.sh && \
......
......@@ -17,7 +17,6 @@ or `make start` (default TARGET=http://10.10.43.182, OUTPUT_DIR none).
### TODOs and FIXMEs:
* use cscan from Faraday repo (newer?)
* include a basic test into CI script and Makefile
* include some configuration options (at least authenticated scans for w3af)
......
......@@ -27,6 +27,7 @@ mv w3af-0e6dc291a45dd4d5dae94bde301a10c7cb560578 /root/w3af &&
#cp ~/extended_generic.py w3af/plugins/auth/ &&
#enable other output plugins for w3af API
patch /root/w3af/w3af/core/ui/api/utils/scans.py /tmp/w3af_output_fix.patch &&
patch /root/w3af/w3af/core/controllers/dependency_check/requirements.py /tmp/w3af-lz4.patch &&
#ZAP
apt install -y openjdk-8-jre &&
......
......@@ -38,7 +38,7 @@ jsonpointer==2.0
jsonref==0.2
jsonschema==3.0.1
lxml==3.4.4
lz4==1.1.0
lz4==2.1.6
mac-alias==2.0.7
Markdown==2.6.1
MarkupSafe==1.1.1
......
98c98
< PIPDependency('lz4', 'lz4', '1.1.0'),
---
> PIPDependency('lz4', 'lz4', '2.1.6'),
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment