Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.14 #423

Merged
merged 13 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.13
1.5.14
4 changes: 2 additions & 2 deletions engines/eyewitness/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM phusion/baseimage:bionic-1.0.0
LABEL Name="EyeWitness\ \(Patrowl engine\)" Version="1.4.28"
LABEL Name="EyeWitness\ \(Patrowl engine\)" Version="1.4.29"


ARG S6_OVERLAY_VERSION=2.0.0.1
Expand Down Expand Up @@ -35,7 +35,7 @@ COPY VERSION .

RUN pip3 install --no-cache-dir -r requirements.txt

RUN git clone https://github.com/FortyNorthSecurity/EyeWitness.git libs/EyeWitness
RUN git clone https://github.com/Patrowl/EyeWitness.git libs/EyeWitness
RUN cd libs/EyeWitness/Python/setup && \
./setup.sh

Expand Down
2 changes: 1 addition & 1 deletion engines/eyewitness/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.28
1.4.29
2 changes: 1 addition & 1 deletion engines/nmap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.16.3
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.4.42"
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.4.43"

# Set the working directory
RUN mkdir -p /opt/patrowl-engines/nmap
Expand Down
2 changes: 1 addition & 1 deletion engines/nmap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.42
1.4.43
Loading
Loading