Docs: Review fix.

This commit is contained in:
Anders Schack-Mulligen
2023-07-19 09:14:33 +02:00
parent aaea1ad2fa
commit afc46576f0
6 changed files with 6 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Examples
~~~~~~~~

View File

@@ -207,7 +207,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Examples
~~~~~~~~

View File

@@ -200,7 +200,7 @@ Global taint tracking is to global data flow what local taint tracking is to loc
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Flow sources
~~~~~~~~~~~~

View File

@@ -214,7 +214,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Flow sources
~~~~~~~~~~~~

View File

@@ -258,7 +258,7 @@ Global taint tracking is to global data flow what local taint tracking is to loc
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Predefined sources and sinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -281,7 +281,7 @@ The global taint tracking library is used by applying the module ``TaintTracking
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Predefined sources and sinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~