From d1dca1d3ccbb37b310f0111500a6a6739cd511fe Mon Sep 17 00:00:00 2001 From: sebastien Date: Wed, 17 Jul 2024 10:12:35 +0200 Subject: [PATCH] Updated VERSION (nmap) --- VERSION | 2 +- engines/nmap/Dockerfile | 2 +- engines/nmap/VERSION | 2 +- engines/nmap/__init__.py | 2 +- engines/nmap/nmap.json.sample | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0c1aa543..249319ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.23rc1 +1.5.23 diff --git a/engines/nmap/Dockerfile b/engines/nmap/Dockerfile index be46e851..2b1836e4 100644 --- a/engines/nmap/Dockerfile +++ b/engines/nmap/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.16.3 -LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.5.0rc2" +LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.5.0" # Set the working directory RUN mkdir -p /opt/patrowl-engines/nmap diff --git a/engines/nmap/VERSION b/engines/nmap/VERSION index ba33a7c1..bc80560f 100644 --- a/engines/nmap/VERSION +++ b/engines/nmap/VERSION @@ -1 +1 @@ -1.5.0rc2 +1.5.0 diff --git a/engines/nmap/__init__.py b/engines/nmap/__init__.py index 3457676f..2a8a55bd 100644 --- a/engines/nmap/__init__.py +++ b/engines/nmap/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __title__ = 'patrowl_engine_nmap' -__version__ = '1.5.0rc2' +__version__ = '1.5.0' __author__ = 'Nicolas MATTIOCCO' __license__ = 'AGPLv3' __copyright__ = 'Copyright (C) 2018-2022 Nicolas Mattiocco - @MaKyOtOx' diff --git a/engines/nmap/nmap.json.sample b/engines/nmap/nmap.json.sample index 0f420ddd..690f8edd 100644 --- a/engines/nmap/nmap.json.sample +++ b/engines/nmap/nmap.json.sample @@ -1,6 +1,6 @@ { "name": "Nmap", - "version": "1.5.0rc2", + "version": "1.5.0", "description": "Network Scanner", "path": "/usr/bin/nmap", "allowed_asset_types": ["ip", "domain", "fqdn", "url", "ip-range", "ip-subnet"],