[Forensics-changes] [yara] 104/135: Fix non-escaped characters in documentation

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.1.0
in repository yara.

commit e6db4049a44e59d488c90df1c1adb3729a8c8979
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Aug 19 13:42:05 2014 +0200

    Fix non-escaped characters in documentation
---
 docs/modules/cuckoo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/cuckoo b/docs/modules/cuckoo
index 91ad542..6855563 100644
--- a/docs/modules/cuckoo
+++ b/docs/modules/cuckoo
@@ -39,7 +39,7 @@ executable file to YARA, and write a rule like this::
     rule evil_doer
     {
         condition:
-            cuckoo.network.http_request(/http://someone\.doingevil\.com/)
+            cuckoo.network.http_request(/http:\/\/someone\.doingevil\.com/)
     }
 
 Of course you can mix your behavior-related conditions with good old
@@ -54,7 +54,7 @@ string-based conditions::
 
         condition:
             $some_string and
-            cuckoo.network.http_request(/http://someone\.doingevil\.com/)
+            cuckoo.network.http_request(/http:\/\/someone\.doingevil\.com/)
     }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list