Skip to content

Commit

Permalink
Merge pull request #267 from Patrowl/develop
Browse files Browse the repository at this point in the history
1.5.9-2 hotfix II
  • Loading branch information
sebastien-powl authored Jan 16, 2023
2 parents f5fed88 + 46585f5 commit d51de11
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.9 // PatrowlEngines
1.5.9-2 // PatrowlEngines
2 changes: 1 addition & 1 deletion engines/apivoid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.16.3
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.29"
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.30"

# Create the target repo
RUN mkdir -p /opt/patrowl-engines/apivoid
Expand Down
2 changes: 1 addition & 1 deletion engines/apivoid/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.29
1.4.30
10 changes: 5 additions & 5 deletions engines/apivoid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
certifi
certifi==2022.9.24
chardet==3.0.4
click==8.0
flask==2.1.2
flask==1.1.2
gunicorn==20.1.0
idna==2.5
itsdangerous==2.0
Jinja2==2.10.1
MarkupSafe
Jinja2==2.11.3
MarkupSafe==1.1.1
requests==2.28.1
urllib3==1.24.2
urllib3==1.24.3
werkzeug==0.15.6
PatrowlEnginesUtils>=1.0.1
ratelimit==2.2.1
Expand Down
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.38"
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.4.40"

# 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.38
1.4.40
7 changes: 4 additions & 3 deletions engines/nmap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2022.9.24
certifi==2022.12.7
chardet==3.0.4
click==8.1.3
Flask==1.1.2
Expand All @@ -10,7 +10,8 @@ itsdangerous==2.0.0
Jinja2==2.11.3
MarkupSafe==1.1.1
PatrowlEnginesUtils>=1.0.2
requests==2.20.0
psutil==5.9.4
requests>=2.20.0
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==1.24.3
urllib3>=1.26.5
Werkzeug==2.0.2
2 changes: 1 addition & 1 deletion engines/owl_dns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:20.04
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.4.36"
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.4.41"

# Install dependencies
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions engines/owl_dns/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.0.0"
FROM alpine:3.16.3
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.0.1"

# Install dependencies
RUN apk add --update --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion engines/owl_dns/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.36
1.4.41
16 changes: 8 additions & 8 deletions engines/owl_dns/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
certifi==2022.9.24
chardet==5.1.0
charset-normalizer==2.1.1
certifi #==2022.9.24
chardet #==5.1.0
charset-normalizer #==2.1.1
click==8.1.3
decorator==5.1.1
dnslib==0.9.23
dnspython==2.0.0
dnspython #==2.0.0
Flask==2.0.1
future==0.18.2
gunicorn==20.1.0
Expand All @@ -13,12 +13,12 @@ ipwhois==1.2.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
PatrowlEnginesUtils==1.0.2
python-whois==0.8.0
PatrowlEnginesUtils>=1.0.2
#python-whois #==0.8.0
requests==2.28.1
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools #==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
six==1.16.0
urllib3==1.26.13
validators==0.20.0
Werkzeug==2.2.2
whois==0.9.18
whois==0.8

0 comments on commit d51de11

Please sign in to comment.