> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Swift format string

<AccordionGroup>
  <Accordion title="swift-format-string">
    Format string attacks occur when untrusted data is passed directly into functions that build formatted strings, within the format parameter. This can result in memory/data leakage.<br />**Likelihood**: LOW<br />**Confidence**: MEDIUM<br />**CWE**: <br />- CWE-134: Use of Externally-Controlled Format String
  </Accordion>
</AccordionGroup>
