gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-schemafuzz] branch master updated: small tex adjustm


From: gnunet
Subject: [GNUnet-SVN] [taler-schemafuzz] branch master updated: small tex adjustments
Date: Thu, 09 Aug 2018 14:21:15 +0200

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

erwan-ulrich pushed a commit to branch master
in repository schemafuzz.

The following commit(s) were added to refs/heads/master by this push:
     new 18b13ed  small tex adjustments
18b13ed is described below

commit 18b13ed53bafd9387e7209e07deaa76ec8ed72b4
Author: Feideus <address@hidden>
AuthorDate: Thu Aug 9 14:21:10 2018 +0200

    small tex adjustments
---
 Documentation.tex | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/Documentation.tex b/Documentation.tex
index fcc76c8..b16c24a 100755
--- a/Documentation.tex
+++ b/Documentation.tex
@@ -113,8 +113,7 @@ To do so, the software has a way to tranfert the mutation 
from a child to its pa
 
                                
                        \subsubsection{Mutations}
-                               \paragraph{Creating malformed data}
-\\*
+                               \paragraph{Creating malformed data} 
 As the goal of running this tool is to submit unexpected or invalid data to 
the target software it is necessary to understand what t
 Fuzzing a complex type such a timestamp variable has nothing to do with 
fuzzing a trivial boolean. In practice, A significant part o
 and this matter could absolutly be the subject of a more abstract work. We 
focused here on a very simple approach (as a first step.
@@ -123,17 +122,23 @@ The algorithm then builds the possible modification for 
each of the fields for t
 At the moment, the supported types are : % add a list of the supported types.
 More primitives types will be added in the future.
 The possible modifications that this tool can produce at the moment are : % 
add complete list of the modifications that CAN be gener$
+                               Int Types:
                                \begin{itemize}
-                                       Number Types :
+               
                                        \item Extreme values (0-32676 (int) 
etc...)
                                        \item Random value (0<value<32676 (int) 
etc...)
                                        \item Increment/Decrement the existing 
value (332 -> 333 OR 332 -> 331)
-                                       String Types :
+                               \end{itemize}
+                               String Types:
+                               \begin{itemize}
+                       
                                        \item Change string to "aaa" ("Mount 
Everest" -> "aaa")
                                        \item Increment/Decrement ASCII 
character at a random position in the string ("Mount Everest" -> "Mount 
Fverest")
                                        Boolean
                                        \item Swaping the existing value (F -> 
T OR T -> F)
-                                       Date Types : (! IMPLEMENTED BUT NOT 
FULLY FUNCTIONNAL)
+                                       \end{itemize}
+                                       Date Types : (! IMPLEMENTED BUT NOT 
FULLY FUNCTIONNAL)                                  
+                                       \begin{itemize}
                                        \item Increment/Decrement date by 1 
day/minutes depending on the precision of the date
                                        \item Set date to 00/00/0000
                                \end{itemize}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]