Skip to content

Commit 824d7ed

Browse files
Merge pull request #445 from Patrowl/develop
1.5.21 black
2 parents 9aae2a7 + f331a8e commit 824d7ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5778
-3590
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.20
1+
1.5.21

engines/apivoid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.16.3
2-
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.32"
2+
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.33"
33

44
# Create the target repo
55
RUN mkdir -p /opt/patrowl-engines/apivoid

engines/apivoid/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.32
1+
1.4.33

engines/apivoid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__title__ = 'patrowl_engine_apivoid'
5-
__version__ = '1.4.32'
5+
__version__ = '1.4.33'
66
__author__ = 'Nicolas MATTIOCCO'
77
__license__ = 'AGPLv3'
88
__copyright__ = 'Copyright (C) 2020-2023 Nicolas Mattiocco - @MaKyOtOx'

engines/apivoid/apivoid.json.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "APIVOID",
3-
"version": "1.4.32",
3+
"version": "1.4.33",
44
"description": "APIVoid reputation API",
55
"allowed_asset_types": ["domain", "fqdn", "ip", "url", "ip-subnet"],
66
"apikeys": [

0 commit comments

Comments
 (0)