diff --git a/compose/local/dask/Dockerfile b/compose/local/dask/Dockerfile index 62ffba4b..e1e74f4e 100644 --- a/compose/local/dask/Dockerfile +++ b/compose/local/dask/Dockerfile @@ -36,7 +36,7 @@ RUN ./bootstrap.sh \ && make install \ && echo "Install yara-python..." WORKDIR /tmp -RUN git clone --branch v4.2.x --recursive https://github.com/VirusTotal/yara-python +RUN git clone --branch v4.3.x --recursive https://github.com/VirusTotal/yara-python WORKDIR /tmp/yara-python RUN python setup.py build \ && python setup.py install \ diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index 0543b135..ec13df63 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -48,7 +48,7 @@ RUN ./bootstrap.sh \ && make install \ && echo "Install yara-python..." WORKDIR /tmp -RUN git clone --branch v4.2.x --recursive https://github.com/VirusTotal/yara-python +RUN git clone --branch v4.3.x --recursive https://github.com/VirusTotal/yara-python WORKDIR /tmp/yara-python RUN python setup.py build diff --git a/orochi/static/css/style.css b/orochi/static/css/style.css index 43fe5621..eebad8ef 100644 --- a/orochi/static/css/style.css +++ b/orochi/static/css/style.css @@ -184,6 +184,10 @@ main { border: 0px; } +ul.nested-list li.list-group-item { + padding: 6px 1px 1px 5px; +} + /******************************************************** OROCHI LOGO ********************************************************/ diff --git a/orochi/templates/website/index.html b/orochi/templates/website/index.html index cb7c4b88..eaf10274 100644 --- a/orochi/templates/website/index.html +++ b/orochi/templates/website/index.html @@ -12,7 +12,14 @@ {% block sidebar %}