Skip to content

Commit

Permalink
Changing classification tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stunnenberg committed Jan 22, 2016
1 parent f03dbf2 commit 7ce0afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions config/Projecthoneypot.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

'feeds' => [
'Harvesting' => [
'class' => 'Harvesting',
'class' => 'HARVESTING',
'type' => 'Abuse',
'enabled' => true,
'fields' => [
Expand All @@ -37,23 +37,23 @@
],
],
'Dictionary' => [
'class' => 'Dictionary attack',
'class' => 'DICTIONARY_ATTACK',
'type' => 'Abuse',
'enabled' => true,
'fields' => [
'ip',
],
],
'Comment' => [
'class' => 'Comment Spam',
'class' => 'COMMENT_SPAM',
'type' => 'Abuse',
'enabled' => true,
'fields' => [
'ip',
],
],
'Potentially' => [
'class' => 'Harvesting',
'class' => 'HARVESTING',
'type' => 'Abuse',
'enabled' => true,
'fields' => [
Expand Down

0 comments on commit 7ce0afc

Please sign in to comment.