summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien "shaddai" Reveret2016-07-29 11:20:05 +0200
committerJulien "shaddai" Reveret2016-07-29 11:20:05 +0200
commit510bd12ad053548303aa647a36504fe9a079de59 (patch)
tree1379b5e2ae118f443e3cb0a6298865e46fdc16fd
parentec399d92307b0df2d451b9e0494890b7c2d0ea48 (diff)
comments triggering error in tests, fixing it
-rw-r--r--php-malware-finder/whitelists/custom.yar2
1 files changed, 0 insertions, 2 deletions
diff --git a/php-malware-finder/whitelists/custom.yar b/php-malware-finder/whitelists/custom.yar
index 5f1dedb..594d25b 100644
--- a/php-malware-finder/whitelists/custom.yar
+++ b/php-malware-finder/whitelists/custom.yar
@@ -1,7 +1,6 @@
1/* Add your own rules here */ 1/* Add your own rules here */
2import "hash" 2import "hash"
3 3
4/* remove me if you add rules
5private rule Custom : Blog 4private rule Custom : Blog
6{ 5{
7 meta: 6 meta:
@@ -12,4 +11,3 @@ private rule Custom : Blog
12 hash.sha1(0, filesize) == "deadbeaf" 11 hash.sha1(0, filesize) == "deadbeaf"
13} 12}
14 13
15remove me if you add rules */