mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Docs: Review fix.
This commit is contained in:
@@ -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
|
||||
~~~~~~~~
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user