# OWASP Proactive Controls ja

This is the unofficial Japanese translation of the [OWASP Proactive Controls](https://github.com/OWASP/www-project-proactive-controls).

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

### Originator

* Project Site - <https://top10proactive.owasp.org/>
* Project Repository - <https://github.com/OWASP/www-project-proactive-controls>

## OWASP Top 10 Proactive Controls v4 (2024) 日本語版

* [このプロジェクトについて](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/index.md)
* [OWASP について](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/about-owasp.md)
* [はじめに](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/index-1.md)
* [C1: アクセス制御を実装する (Implement Access Control)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c1-accesscontrol.md)
* [C2: 暗号を使用してデータを保護する (Use Cryptography to Protect Data)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c2-crypto.md)
* [C3: 信頼できないデータを検証、エスケープ、サニタイズ、パラメータ化する (Validate, Escape, Sanitize or Parameterize Untrusted Data)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c3-validate-input-and-handle-exceptions.md)
* [C4: 最初からセキュリティに対処する (Address Security from the Start)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c4-secure-architecture.md)
* [C5: デフォルト設定を安全にする (Secure By Default Configurations)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c5-secure-by-default.md)
* [C6: コンポーネントを評価して更新する (Assess and Update your Components)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c6-use-secure-dependencies.md)
* [C7: 安全なデジタルアイデンティティ (Secure Digital Identities)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c7-secure-digital-identities.md)
* [C8: ブラウザのセキュリティ機能を活用する (Leverage Browser Security Features)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c8-leverage-browser-security-features.md)
* [C9: セキュリティログ記録とモニタリングを実装する (Implement Security Logging and Monitoring)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c9-security-logging-and-monitoring.md)
* [C10: サーバーサイドリクエストフォージェリを阻止する (Stop Server Side Request Forgery)](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/c10-stop-server-side-request-forgery.md)
* [おわりに](/owasp-proactive-controls-ja/owasp-top-10-proactive-controls-v4-2024-ri-ben-yu-ban/final-word.md)

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