diff options
| author | Julien "shaddai" Reveret | 2016-07-29 11:20:05 +0200 |
|---|---|---|
| committer | Julien "shaddai" Reveret | 2016-07-29 11:20:05 +0200 |
| commit | 510bd12ad053548303aa647a36504fe9a079de59 (patch) | |
| tree | 1379b5e2ae118f443e3cb0a6298865e46fdc16fd | |
| parent | ec399d92307b0df2d451b9e0494890b7c2d0ea48 (diff) | |
comments triggering error in tests, fixing it
| -rw-r--r-- | php-malware-finder/whitelists/custom.yar | 2 |
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 */ |
| 2 | import "hash" | 2 | import "hash" |
| 3 | 3 | ||
| 4 | /* remove me if you add rules | ||
| 5 | private rule Custom : Blog | 4 | private 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 | ||
| 15 | remove me if you add rules */ | ||
