<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>TaintSpec (infer.Quandary.TaintSpec)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">Quandary</a>» TaintSpec</nav><h1>Module <code>Quandary.TaintSpec</code></h1></header><aside><p>combination of a trace with functions for handling unknown code and converting to and from summaries</p></aside><dl><dtclass="spec type"id="type-action"><ahref="#type-action"class="anchor"></a><code><spanclass="keyword">type</span> action</code><code> = </code><tableclass="variant"><trid="type-action.Propagate_to_actual"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_actual"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_actual</span><spanclass="keyword">of</span> int</code></td><tdclass="doc"><p>Propagate taint from all actuals to the actual with the given index</p></td></tr><trid="type-action.Propagate_to_receiver"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_receiver"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_receiver</span></code></td><tdclass="doc"><p>Propagate taint from all non-receiver actuals to the receiver actual</p></td></tr><trid="type-action.Propagate_to_return"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_return"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_return</span></code></td><tdclass="doc"><p>Propagate taint from all actuals to the return value</p></td></tr></table></dt></dl><divclass="spec module-type"id="module-type-S"><ahref="#module-type-S"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-S/index.html">S</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div></div></body></html>