diff --git a/security/Makefile b/security/Makefile index 074f4f46505e3..226761b2dc60b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -919,6 +919,7 @@ SUBDIR += py-iris-client SUBDIR += py-iris-misp-module SUBDIR += py-iris-module-interface + SUBDIR += py-iris-webhooks-module SUBDIR += py-itsdangerous SUBDIR += py-josepy SUBDIR += py-keepkey diff --git a/security/py-iris-webhooks-module/Makefile b/security/py-iris-webhooks-module/Makefile new file mode 100644 index 0000000000000..a2e94c6dbee09 --- /dev/null +++ b/security/py-iris-webhooks-module/Makefile @@ -0,0 +1,27 @@ +PORTNAME= iris-webhooks-module +DISTVERSION= 1.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= IRIS module offering support for webhooks +WWW= https://github.com/dfir-iris/iris-webhooks-module + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:devel/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}iris-module-interface>0:security/py-iris-module-interface@${PY_FLAVOR} + +USE_GITHUB= yes +GH_ACCOUNT= dfir-iris +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= 46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8 + +USES= python:3.8+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/security/py-iris-webhooks-module/distinfo b/security/py-iris-webhooks-module/distinfo new file mode 100644 index 0000000000000..58c0a935aa495 --- /dev/null +++ b/security/py-iris-webhooks-module/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682825625 +SHA256 (dfir-iris-iris-webhooks-module-v1.2.0-46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8_GH0.tar.gz) = 1f706f34f8075fb9d9b5907415db6190de9001ad083c9258b57d0a2ea69503ce +SIZE (dfir-iris-iris-webhooks-module-v1.2.0-46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8_GH0.tar.gz) = 7127 diff --git a/security/py-iris-webhooks-module/pkg-descr b/security/py-iris-webhooks-module/pkg-descr new file mode 100644 index 0000000000000..68a704d35fc49 --- /dev/null +++ b/security/py-iris-webhooks-module/pkg-descr @@ -0,0 +1 @@ +An interface module that allows to call webhooks from IRIS.