# Fixing Guides

- [SQL Injection](https://docs.mobb.ai/mobb-user-docs/fixing-guides/sql-injection-fix-guide.md): Learn how to prevent SQL injection attacks with real code examples and best practices. Protect your database from SQL vulnerabilities and security threats.
- [Path Traversal](https://docs.mobb.ai/mobb-user-docs/fixing-guides/directory-traversal-fix-guide.md): Learn how to prevent directory traversal attacks with examples, cheat sheets, and best practices. Protect your web server from path traversal vulnerabilities and security threats.
- [Log Forging](https://docs.mobb.ai/mobb-user-docs/fixing-guides/log-forging-fix-guide.md): Learn how to prevent log forging vulnerabilities and log injection attacks with examples and best practices. Protect your logs from tampering and security threats.
- [XSS](https://docs.mobb.ai/mobb-user-docs/fixing-guides/cross-site-scripting-fix-guide.md): Learn how to prevent Cross-Site Scripting (XSS) attacks with examples and best practices. Protect your application from XSS vulnerabilities and security threats.
- [XXE](https://docs.mobb.ai/mobb-user-docs/fixing-guides/xxe-fix-guide.md): Learn how to prevent XML External Entity (XXE) Injection attacks with examples, cheat sheets, and best practices. Protect your web server from vulnerabilities and security threats.
- [Server Side Request Forgery](https://docs.mobb.ai/mobb-user-docs/fixing-guides/ssrf-fix-guide.md): Learn how to prevent Server Side Request Forgery (SSRF) attacks with real code examples and best practices. Protect your application from SSRF vulnerabilities and security threats.
- [HttpOnly Cookie Vulnerabilities](https://docs.mobb.ai/mobb-user-docs/fixing-guides/cookie-is-not-httponly-fix-guide.md): Learn how to prevent HttpOnly cookie vulnerabilities with real code examples and best practices. Protect your web applications from session hijacking and XSS attacks.
- [Hardcoded Domain in HTML](https://docs.mobb.ai/mobb-user-docs/fixing-guides/hardcoded-domain-in-html-fix-guide.md): Learn how to prevent hardcoded domain vulnerabilities in HTML with real code examples and best practices. Protect your web applications from security risks associated with hardcoded domains.
- [Hardcoded Secrets](https://docs.mobb.ai/mobb-user-docs/fixing-guides/hardcoded-secrets-fix-guide.md): Learn how to prevent hardcoded secrets in your code with real examples and best practices. Protect your applications from exposing sensitive credentials and API keys.
- [HTTP Response Splitting Attacks](https://docs.mobb.ai/mobb-user-docs/fixing-guides/http-response-splitting-fix-guide.md): Learn how to prevent HTTP Response Splitting attacks with real code examples and best practices. Protect your web applications from header manipulation and response injection vulnerabilities.
- [Insecure Cookie Vulnerabilities](https://docs.mobb.ai/mobb-user-docs/fixing-guides/insecure-cookie-fix-guide.md): Learn how to prevent insecure cookie vulnerabilities with real code examples and best practices. Protect your web applications from cookie-based security threats.
- [Insecure Randomness](https://docs.mobb.ai/mobb-user-docs/fixing-guides/insecure-randomness-fix-guide.md): Learn how to prevent insecure randomness vulnerabilities with real code examples and best practices. Protect your applications from predictable random number generation and security threats.
- [Missing Check against Null](https://docs.mobb.ai/mobb-user-docs/fixing-guides/missing-check-againt-null-fix-guide.md): Learn how to prevent null pointer exceptions with real code examples and best practices. Protect your application from crashes and unexpected behavior.
- [Missing Rate Limiting](https://docs.mobb.ai/mobb-user-docs/fixing-guides/missing-rate-limiting-fix-guide.md): Learn how to prevent rate limiting attacks with real code examples and best practices. Protect your application from brute force attacks and denial of service.
- [Regex Missing Timeout](https://docs.mobb.ai/mobb-user-docs/fixing-guides/regex-missing-timeout-fix-guide.md): Learn how to prevent Regex Missing Timeout vulnerabilities with real code examples and best practices. Protect your application from denial of service attacks caused by regex patterns.
- [System Information Leakage](https://docs.mobb.ai/mobb-user-docs/fixing-guides/system-info-leak-fix-guide.md): Learn how to prevent system information leakage with real code examples and best practices. Protect your application from exposing sensitive system details and technical information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobb.ai/mobb-user-docs/fixing-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
