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

# Java

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

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

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

  <Card title="XSS in Java + JSP" icon="file-text" href="/cheat-sheets/java-jsp-xss">
    Cheat sheet for the prevention of Cross-site Scripting (XSS) vulnerabilities for Java and Java Server Pages (JSP).
  </Card>

  <Card title="XEE in Java" icon="file-text" href="/cheat-sheets/java-xxe">
    Cheat sheet for the prevention of XML External Entity (XEE) vulnerabilities for Java.
  </Card>
</CardGroup>
