Skip to content

Commit 823e6f3

Browse files
committed
Deleted SecurityComponent that remained in the Japanese version.
1 parent a02e729 commit 823e6f3

File tree

3 files changed

+1
-192
lines changed

3 files changed

+1
-192
lines changed

ja/controllers/components.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ CakePHP の中に含まれるコンポーネントの詳細については、各
1515
:maxdepth: 1
1616

1717
/controllers/components/flash
18-
/controllers/components/security
1918
/controllers/components/request-handling
2019
/controllers/components/form-protection
2120
/controllers/components/check-http-cache

ja/controllers/components/security.rst

Lines changed: 0 additions & 190 deletions
This file was deleted.

ja/deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variables.
6969

7070
* :ref:`csrf-middleware` コンポーネントまたはミドルウェアを使用していることを確認して
7171
下さい。
72-
* :doc:`/controllers/components/security` コンポーネントを有効化しておいた方が
72+
* :doc:`/controllers/components/form-protection` コンポーネントを有効化しておいた方が
7373
いいかもしれません。フォームの改ざんや一括代入 (mass-assignment) 脆弱性に関する
7474
問題の発生可能性を削減することができます。
7575
* 各モデルにおいて、正しい :doc:`/core-libraries/validation` ルールが

0 commit comments

Comments
 (0)