feat: A.7 物理的管理策の詳細ページを追加(A.7.5/7.7/7.9/7.10/7.11)#111
Open
okash1n wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
物理的管理策(Annex A.7)の未作成だった 5 管理策(A.7.5/7.7/7.9/7.10/7.11)の詳細ページを追加し、サイト内ナビゲーション(一覧・サイドバー)と関連ドキュメントの記載を更新するPRです。
Changes:
- A.7 の詳細ページを 5 件新規追加(目的 / 実施ポイント / mermaid / 実装例 / 関連 / 参考情報)
- 管理策一覧ページで該当見出しを詳細ページへリンク化し、「関連」リンクを追加
- サイドバー、トップページ/README、テンプレート索引(isms/index)を更新
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | 今後の予定を「管理策解説の拡充」「自動生成機能の改善」に更新 |
| docs/isms/index.md | テンプレート索引のディレクトリツリー更新、ガイドライン一覧表の追加 |
| docs/index.md | トップページの「今後のアップデート予定」を最新の表現に更新 |
| docs/controls/index.md | A.7.5/7.7/7.9/7.10/7.11 を詳細ページへリンク化+関連リンク追加 |
| docs/controls/a-7-5.md | A.7.5 詳細ページ新規追加 |
| docs/controls/a-7-7.md | A.7.7 詳細ページ新規追加 |
| docs/controls/a-7-9.md | A.7.9 詳細ページ新規追加 |
| docs/controls/a-7-10.md | A.7.10 詳細ページ新規追加 |
| docs/controls/a-7-11.md | A.7.11 詳細ページ新規追加 |
| docs/.vitepress/config.mts | サイドバー「物理的管理策(詳細)」に 5 エントリ追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+24
to
+26
| ├── guidelines/ # ガイドライン | ||
| │ ├── employee-security-guideline.md | ||
| │ └── engineer-security-guideline.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
物理的管理策(A.7)の詳細ページ未作成だった 5 管理策のページを追加し、A.7 系 14 項目すべての詳細ページが揃いました。Annex A 全 93 管理策の詳細ページ化(現在 28 → 33 項目)の第一弾です。
変更内容
新規ページ(5 件)
いずれも既存詳細ページと同じ構成(管理策の概要表 / 目的 / 実施のポイント / mermaid 図 / 仮想組織「株式会社テクノソリューションズ」ベースの実装例 / 関連する管理策 / 参考情報)です。
付随する変更
docs/controls/index.md): 5 管理策の見出しをリンク化し「関連」リンクを追加config.mts): 物理的管理策(詳細)に 5 エントリ追加docs/isms/index.md)にディレクトリツリーへのtechnical-security-policy/guidelines/反映とガイドライン一覧表を追加レビューしてほしい点(リスク)
実施した検証
npm test: 90 件すべてパスnpm run build: 成功(VitePress のデッドリンク検査を通過、新規 5 ページの HTML / OGP 画像生成を確認)