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

# Ruby

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

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

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

  <Card title="XSS for Ruby on Rails" icon="file-text" href="/cheat-sheets/rails-xss">
    Cheat sheet for the prevention of Cross-site Scripting (XSS) vulnerabilities for Ruby on Rails.
  </Card>
</CardGroup>
