Skip to content

Commit 8725b99

Browse files
author
Asur Bernardo
committed
Fix infected hash and update version
1 parent aba449c commit 8725b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This package checks if a hash or a file is registered as malware in Team Cymru database",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.0.4",
6+
"version": "1.0.5",
77
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"authors": [

tests/Unit/MalwareCheckerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function setUp()
1616
{
1717
parent::setUp();
1818
$this->safeHash = 'ebbd225e6fd4eaa7189423a4b17065b3';
19-
$this->infectedHash = 'ff18f8db4f08718ee44fa1a389c0b5d7';
19+
$this->infectedHash = '1d14f32d905e79aefca1b4ebc7762f5a';
2020
}
2121

2222
/**

0 commit comments

Comments
 (0)