# OWASP API Security Top 10 ja

This is the unofficial Japanese translation of the [OWASP API Security Top 10](https://github.com/OWASP/API-Security).

* Document Site - <https://coky-t.gitbook.io/owasp-api-security-ja/>
* Document Repository - <https://github.com/coky-t/owasp-api-security-ja>

### Originator

* Project Site - <https://owasp.org/www-project-api-security/>
* Project Repository - <https://github.com/OWASP/www-project-api-security>
* Document Repository - <https://github.com/OWASP/API-Security>

## OWASP API セキュリティ Top 10 2023 日本語版

* [API1:2023 オブジェクトレベル認可の不備 (Broken Object Level Authorization)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa1-broken-object-level-authorization)
* [API2:2023 認証の不備 (Broken Authentication)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa2-broken-authentication)
* [API3:2023 オブジェクトプロパティレベル認可の不備 (Broken Object Property Level Authorization)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa3-broken-object-property-level-authorization)
* [API4:2023 制限のないリソース消費 (Unrestricted Resource Consumption)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa4-unrestricted-resource-consumption)
* [API5:2023 機能レベル認可の不備 (Broken Function Level Authorization)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa5-broken-function-level-authorization)
* [API6:2023 機密性の高いビジネスフローへの制限のないアクセス (Unrestricted Access to Sensitive Business Flows)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa6-unrestricted-access-to-sensitive-business-flows)
* [API7:2023 サーバーサイドリクエストフォージェリ (Server Side Request Forgery)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa7-server-side-request-forgery)
* [API8:2023 セキュリティの設定ミス (Security Misconfiguration)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa8-security-misconfiguration)
* [API9:2023 不適切なインベントリ管理 (Improper Inventory Management)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xa9-improper-inventory-management)
* [API10:2023 API の安全でない使用 (Unsafe Consumption of APIs)](https://coky-t.gitbook.io/owasp-api-security-ja/owasp-api-sekyuriti-top-10-2023/0xaa-unsafe-consumption-of-apis)

## License

[Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)

## Translator (Japanese)

[Koki Takeyama](https://github.com/coky-t)

* Document Site - <https://coky-t.gitbook.io/owasp-docs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docs-ja>


---

# 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://coky-t.gitbook.io/owasp-api-security-ja/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.
