> ## 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 keyedarchiver

<AccordionGroup>
  <Accordion title="swift-keyedarchiver">
    The application was found to use `NSKeyedArchiver` without utilizing `requiringSecureCoding`, which is not considered secure. This can allow for deserialization vulnerabilities, and the application should always ensure `requiringSecureCoding` is set to true.<br />**Likelihood**: LOW<br />**Confidence**: HIGH<br />**CWE**: <br />- CWE-502: Deserialization of Untrusted Data
    <br />**OWASP**: <br />- A08:2017 - Insecure Deserialization
    <br />- A08:2021 - Software and Data Integrity Failures
  </Accordion>
</AccordionGroup>
