From 60a375f85d2e12a172e4108ca27ed5ad5e917d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Oct 2017 11:40:20 +0200 Subject: [PATCH] Fix object name. Related to: https://github.com/MISP/misp-objects/issues/31 --- objects/ip-port/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ip-port/definition.json b/objects/ip-port/definition.json index 3f4d53a..8b827ea 100755 --- a/objects/ip-port/definition.json +++ b/objects/ip-port/definition.json @@ -50,9 +50,9 @@ "misp-attribute": "ip-dst" } }, - "version": 3, + "version": 4, "description": "An IP address and a port seen as a tuple (or as a triple) in a specific time frame.", "meta-category": "network", "uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6", - "name": "ip|port" + "name": "ip-port" }