From 7ce0afc5bea977cbd198444c337e27662a9ca30b Mon Sep 17 00:00:00 2001 From: Mark Stunnenberg Date: Fri, 22 Jan 2016 20:04:45 +0100 Subject: [PATCH] Changing classification tags --- composer.json | 2 +- config/Projecthoneypot.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 30d40dc..c9716f5 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.1.2", + "version": "1.2.0", "keywords": ["laravel", "abuseio", "parser", "projecthoneypot"], "homepage": "http://abuse.io", "type": "library", diff --git a/config/Projecthoneypot.php b/config/Projecthoneypot.php index d858c86..b4d2dcd 100644 --- a/config/Projecthoneypot.php +++ b/config/Projecthoneypot.php @@ -21,7 +21,7 @@ 'feeds' => [ 'Harvesting' => [ - 'class' => 'Harvesting', + 'class' => 'HARVESTING', 'type' => 'Abuse', 'enabled' => true, 'fields' => [ @@ -37,7 +37,7 @@ ], ], 'Dictionary' => [ - 'class' => 'Dictionary attack', + 'class' => 'DICTIONARY_ATTACK', 'type' => 'Abuse', 'enabled' => true, 'fields' => [ @@ -45,7 +45,7 @@ ], ], 'Comment' => [ - 'class' => 'Comment Spam', + 'class' => 'COMMENT_SPAM', 'type' => 'Abuse', 'enabled' => true, 'fields' => [ @@ -53,7 +53,7 @@ ], ], 'Potentially' => [ - 'class' => 'Harvesting', + 'class' => 'HARVESTING', 'type' => 'Abuse', 'enabled' => true, 'fields' => [