From 3a945a6d3089a72bc94fcc0a78f97a02f2636735 Mon Sep 17 00:00:00 2001 From: Mark Stunnenberg Date: Mon, 25 Jan 2016 20:50:18 +0100 Subject: [PATCH] Changed type identifiers --- composer.json | 2 +- config/Projecthoneypot.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c9716f5..3390c62 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "abuseio/parser-projecthoneypot", "description": "Parser addon for handling notifications from projecthoneypot", - "version": "1.2.0", + "version": "1.3.0", "keywords": ["laravel", "abuseio", "parser", "projecthoneypot"], "homepage": "http://abuse.io", "type": "library", diff --git a/config/Projecthoneypot.php b/config/Projecthoneypot.php index b4d2dcd..9d33bdc 100644 --- a/config/Projecthoneypot.php +++ b/config/Projecthoneypot.php @@ -22,7 +22,7 @@ 'feeds' => [ 'Harvesting' => [ 'class' => 'HARVESTING', - 'type' => 'Abuse', + 'type' => 'ABUSE', 'enabled' => true, 'fields' => [ 'ip', @@ -30,7 +30,7 @@ ], 'Email' => [ 'class' => 'SPAM', - 'type' => 'Abuse', + 'type' => 'ABUSE', 'enabled' => true, 'fields' => [ 'ip', @@ -38,7 +38,7 @@ ], 'Dictionary' => [ 'class' => 'DICTIONARY_ATTACK', - 'type' => 'Abuse', + 'type' => 'ABUSE', 'enabled' => true, 'fields' => [ 'ip', @@ -46,7 +46,7 @@ ], 'Comment' => [ 'class' => 'COMMENT_SPAM', - 'type' => 'Abuse', + 'type' => 'ABUSE', 'enabled' => true, 'fields' => [ 'ip', @@ -54,7 +54,7 @@ ], 'Potentially' => [ 'class' => 'HARVESTING', - 'type' => 'Abuse', + 'type' => 'ABUSE', 'enabled' => true, 'fields' => [ 'ip',