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' => [