# AppSec

- [10 ‘must’ controls](https://docs.aquilax.ai/blog/appsec/10-must-controls-for-modern-appsec.md): 10 ‘must’ controls for modern AppSec
- [OWASP Top 10](https://docs.aquilax.ai/blog/appsec/owasp-top-ten-security-risks.md): Understanding and Mitigating Common Vulnerabilities
- [MITRE ATT\&CK Framework](https://docs.aquilax.ai/blog/appsec/mitre-att-and-ck-framework.md)
- [SQL Injection](https://docs.aquilax.ai/blog/appsec/sql-injection-techniques-and-mitigations.md): Techniques and Mitigations
- [DevSecOps](https://docs.aquilax.ai/blog/appsec/devsecops-integrating-security-into-the-devops-lifecycle.md): Integrating Security into the DevOps Lifecycle
- [Insider Threats in Application Security](https://docs.aquilax.ai/blog/appsec/mitigating-insider-threats-in-application-security.md): Mitigating Insider Threats in Application Security
- [Secure API Development](https://docs.aquilax.ai/blog/appsec/secure-api-development-best-practices-and-guidelines.md): Best Practices and Guidelines
- [RBAC in Applications](https://docs.aquilax.ai/blog/appsec/implementing-role-based-access-control-rbac-in-applications.md): Implementing Role-Based Access Control (RBAC) in Applications
- [Security in CI/CD Pipelines](https://docs.aquilax.ai/blog/appsec/security-in-ci-cd-pipelines.md): Implementing Security in CI/CD Pipelines
- [Audits in DevSecOps](https://docs.aquilax.ai/blog/appsec/audits-in-devsecops.md): Automating Security Audits in DevSecOps
- [Security Policies](https://docs.aquilax.ai/blog/appsec/security-policies.md): Security Policies in Application Security
- [S SDLC](https://docs.aquilax.ai/blog/appsec/s-sdlc.md): Secure Software Development Lifecycle (SDLC)
- [Multi-Factor Authentication (MFA)](https://docs.aquilax.ai/blog/appsec/multi-factor-authentication-mfa.md): Understanding Multi-Factor Authentication (MFA): Enhancing Security in Application Access
- [API Gateway Security](https://docs.aquilax.ai/blog/appsec/api-gateway-security.md): Implementing API Gateway Security Best Practices
- [RESTful APIs](https://docs.aquilax.ai/blog/appsec/restful-apis.md): Securing RESTful APIs: Best Practices and Techniques
- [Microservices](https://docs.aquilax.ai/blog/appsec/microservices.md): Securing Microservices Architecture
- [Secure API Development](https://docs.aquilax.ai/blog/appsec/secure-api-development-1.md): Best Practices and Guidelines
- [API Security Best Practices](https://docs.aquilax.ai/blog/appsec/api-security-best-practices.md)


---

# 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.aquilax.ai/blog/appsec.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.
