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

# Python

> Security guides and cheatsheets for the Python programming language and related frameworks.

<CardGroup>
  <Card title="Code Injection in Python" icon="file-text" href="/cheat-sheets/python-code-injection">
    Cheat sheet for the prevention of Code Injection vulnerabilities for Python.
  </Card>

  <Card title="Command Injection in Python" icon="file-text" href="/cheat-sheets/python-command-injection">
    Cheat sheet for the prevention of Command Injection vulnerabilities for Python.
  </Card>

  <Card title="XSS in Django" icon="file-text" href="/cheat-sheets/django-xss">
    Cheat sheet for the prevention of Cross-site Scripting (XSS) vulnerabilities for Python and Django.
  </Card>

  <Card title="XSS in Flask" icon="file-text" href="/cheat-sheets/flask-xss">
    Cheat sheet for the prevention of Cross-site Scripting (XSS) vulnerabilities for Python and Flask.
  </Card>

  <Card title="Insecure Deserialization in Python" icon="file-text" href="/learn/vulnerabilities/insecure-deserialization/python">
    Learn about Insecure Deserialization vulnerabilities for Python
  </Card>
</CardGroup>
