# 应用安全备忘单

应用安全相关的备忘单集合。

**项目结构：**

* **Web应用安全** - Web应用漏洞和防护
* **移动应用安全** - Android和iOS安全
* **云安全** - AWS、Azure、GCP安全
* **容器安全** - Docker和容器逃逸
* **框架安全** - Spring、React等框架
* **CI/CD安全** - 持续集成/部署安全
* **Linux安全** - Linux系统安全基础
* **安全资源** - 工具、载荷、字典等

## 开始使用

建议按照以下顺序阅读：

1. [**Web应用安全**](https://github.com/cdxiaodong/cheat-sheets-cn/blob/master/Web%20Application/README.md) - 最常见的安全问题
2. [**移动应用安全**](https://github.com/cdxiaodong/cheat-sheets-cn/blob/master/Mobile%20Application/README.md) - 移动平台特有漏洞
3. [**云安全**](https://github.com/cdxiaodong/cheat-sheets-cn/blob/master/Cloud/README.md) - 云服务配置和安全
4. [**容器安全**](https://github.com/cdxiaodong/cheat-sheets-cn/blob/master/Container/README.md) - 容器技术和逃逸技术
5. [**框架安全**](https://github.com/cdxiaodong/cheat-sheets-cn/blob/master/Framework/README.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://gitbook.cdxiaodong.life/readme.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.
