[{"data":1,"prerenderedAt":489},["ShallowReactive",2],{"/ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam":3,"footer-ja-jp":33,"the-source-banner-ja-jp":365,"the-source-navigation-ja-jp":371,"article-site-categories-ja-jp":394,"the-source-newsletter-ja-jp":396,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-source-cta-ja-jp":6,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-category-ja-jp":403,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-category-ja-jp":429,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-author-ja-jp":442,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-resources-ja-jp":462},{"id":4,"title":5,"body":6,"category":7,"config":8,"content":13,"description":6,"extension":24,"meta":25,"navigation":26,"path":27,"seo":28,"slug":29,"stem":30,"type":31,"__hash__":32},"theSource/ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam.yml","How Gitlab Can Help You Prepare For Your Soc 2 Exam",null,"security",{"layout":9,"template":10,"author":11,"featured":12},"the-source","TheSourceArticle","gitlab",false,{"title":14,"date":15,"description":16,"timeToRead":17,"heroImage":18,"keyTakeaways":19,"articleBody":23},"SOC 2審査の準備に役立つGitLabの機能","2024-07-18","SOC 2フレームワーク審査の準備に役立つDevSecOpsプラットフォームの機能をご紹介します。","5分で読めます","https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463759/yk7f6poowtw5y5d5oflv.png",[20,21,22],"自動テストとコードカバレッジレポートは、SOC 2の要件である「可用性」と「処理の完全性」を強化します。","GitLabのセキュリティスキャンとロールベースの制御により、SOC 2フレームワークへの準拠が保証されるとともに、脆弱性と不正アクセスからデータを保護できます。","GitLabのブラウザおよびロードパフォーマンステスト用テンプレートを使用すると、開発の各ステージでアプリケーションのパフォーマンスとセキュリティを検証できるため、SOC 2審査の準備が楽になります。","DevSecOpsプラットフォームとしてGitLabを使用することでSOC 2の審査プロセスが楽になったという声が、お客様から寄せられています。このブログ記事では、SOC 2フレームワークと、SOC 2審査に役立つGitLabの機能についてご説明します。\n\n## SOC 2の紹介\n[SOC 2](https://us.aicpa.org/interestareas/frc/assuranceadvisoryservices/serviceorganization-smanagement)は「System and Organization Controls（システムおよび組織管理）2」の略称であり、組織が顧客データをどのように管理すべきかを定めた自主的なコンプライアンス基準です。企業はSOC 2審査レポートによって、ビジネス顧客に対して自社が提供するソフトウェアの信頼性を証明できます。\n\nSOC 2は国際公認職業会計士協会（AICPA）によって開発されたもので、以下の5つのトラストサービス基準（TSC）に焦点を当てています。\n- セキュリティ：顧客データを脆弱性や不正利用から保護すること\n- 可用性：可用性に関するサービスレベル契約を満たすために、負荷が高い状況でもシステムの耐障害性と性能を確保すること\n- 処理の完全性：システムが脆弱性やエラー、バグなしに設計どおりに機能すること\n- 機密性：アプリケーションのソースコード、ユーザー名やパスワード、クレジットカード情報などの機密情報を保護し、業務上アクセスが必要な人のみがアクセスできるようにすること\n- プライバシー：機密性の高い個人を特定できる情報を権限のないユーザーから守ること\n\nすべての審査で必須となる基準は、セキュリティのみです。その他の基準は、提供されるサービスにおいて重要であるとみなされる場合に、審査に追加される可能性があります。\n\n## セキュリティのTSC\nセキュリティ基準は、サーバーや物理システムのセキュリティだけでなく、アプリケーションのセキュリティにも関係します。ソフトウェアに脆弱性があると、攻撃者にアプリケーションに侵入され、顧客のデータが危険にさらされてしまう恐れがあります。GitLabは、こうしたリスクに対処するのに役立ちます。\n\nGitLabでは、企業が開発するアプリケーションに潜む脆弱性を特定するために、次のようなセキュリティスキャンを使用できます。\n- [静的アプリケーションセキュリティスキャン（SAST）](https://docs.gitlab.com/ja-jp/user/application_security/sast/)：ソースコードをスキャンし、潜在的なバグや脆弱性（意図しないコード実行の原因となる安全でないコードなど）を特定します\n- [依存関係スキャン](https://docs.gitlab.com/ja-jp/user/application_security/dependency_scanning/)：アプリケーションと依存関係にあるソフトウェアに潜むセキュリティの脆弱性を検出します\n- [コンテナスキャン](https://docs.gitlab.com/ja-jp/user/application_security/container_scanning/)：コンテナ化されたアプリケーションのオペレーティングシステムの依存関係に潜むセキュリティの脆弱性を検出します\n- [動的アプリケーションセキュリティスキャン（DAST）](https://docs.gitlab.com/ja-jp/user/application_security/dast/)：実行中のウェブアプリケーションをスキャンし、攻撃リスクにつながるセキュリティの脆弱性を検出します\n- [Infrastructure as Code（IaC）スキャン](https://docs.gitlab.com/ja-jp/user/application_security/iac_scanning/)：Terraform、Ansible、AWS CloudFormation、KubernetesなどのInfrastructure as Code設定ファイルをスキャンし、セキュリティの脆弱性を特定します\n\nまた、GitLabには、上記のスキャン結果に基づき、スキャン対象のアプリケーションに含まれる既知の脆弱性をすべて表示する[脆弱性レポート](https://docs.gitlab.com/ja-jp/user/application_security/vulnerability_report/)機能もあります。さらに、CycloneDX JSON形式のソフトウェア部品表（[SBOM](https://docs.gitlab.com/ja-jp/user/application_security/dependency_list/)）も利用可能で、ソフトウェアレベルおよびオペレーティングシステムレベルの依存関係と既知の脆弱性をすべて確認できます。\n\n定期的な脆弱性スキャンと強力な脆弱性レポートにより、以下の3つのセキュリティ基準を満たすのに役立ちます。\n- CC7.1：企業は、自社の目的を達成するために、(1)新たな脆弱性の発生につながる設定変更、および(2)新たに発見された脆弱性に影響を受けやすい状態を特定するための検出および監視手順を採用すること。\n- CC4.1（COSO原則16）：企業は、内部統制の構成要素が存在し、機能しているかどうかを確認するために、継続的および／または個別の評価手順を選択、開発、実施すること。\n- CC4.2（COSO原則17）：企業は、速やかに内部統制の不備を評価し、必要に応じて、経営陣や取締役会など、是正措置を講じる責任を有する関係者に伝達すること。\n\nセキュリティスキャンにおいて重要な要素は、ガバナンスと実施です。GitLabでは、スキャンを定期的に実行し、ソフトウェア開発チームがそれを回避できないようにする機能をご用意しています。以下にその一部をご紹介します。\n- [ロールベースのアクセス制御](https://docs.gitlab.com/ja-jp/user/permissions/)：プロジェクトレベルの構成設定に変更を加えられるユーザーを制限します\n- [スキャン実行ポリシー](https://docs.gitlab.com/ja-jp/user/application_security/policies/scan-execution-policies/)：各コードリポジトリでスキャンの実行を強制します\n- [スキャン結果ポリシー]https://docs.gitlab.com/ja-jp/user/application_security/policies/merge_request_approval_policies/)：スキャン結果が適切なセキュリティ担当者によってレビューおよび承認されるようにすることで、新たに発見された脆弱性がデプロイ後のソフトウェアに導入されるのを阻止します\n- [コンプライアンスレポート](https://docs.gitlab.com/ja-jp/user/application_security/)：GitLabの設定に加えられた変更のうち、現行のセキュリティプロセスに違反する可能性のあるものを提示します\n\nこれらの設定を導入することで、組織はソフトウェアセキュリティがアプリケーションにおいて最優先事項であり、セキュリティ対策が確実に実施されていることを証明できます。\n\n## 「可用性」と「処理の完全性」のTSC\nGitLabは、「可用性」と「処理の完全性」のTSC準拠にも役立ちます。これらの基準は、アプリケーション自体の品質とパフォーマンスに焦点を当てています。GitLabでは、以下の機能を通じて、これらの基準への準拠をサポートします。\n- [コードカバレッジレポート](https://docs.gitlab.com/ja-jp/ci/testing/code_coverage/)：ユニットテストの結果とコードカバレッジの変更を提示し、ソースコードがテストスイートで検証されていることを保証します\n- [Code Quality](https://docs.gitlab.com/ja-jp/ci/testing/code_quality/)：ソースコードの品質と複雑さを分析し、可読性と保守性を高めます\n\n上記のアプローチは、高品質かつテスト済みのコードを確保するためにソフトウェア開発ライフサイクルの早い段階で使用されるものです。これに加え、GitLabは、稼働中のアプリケーションが想定通りに動作していることを確認するための、さまざまな自動テストに使えるテンプレートも提供しています。これらのテンプレートは、以下のようなテストに対応しています。\n- [ブラウザのパフォーマンステスト](https://docs.gitlab.com/ja-jp/ci/testing/browser_performance_testing/)：開発ライフサイクル中にウェブサイトのロード時間を測定し、コード変更によるブラウザのパフォーマンスへの影響をテストします\n- [ロードパフォーマンステスト](https://docs.gitlab.com/ja-jp/ci/testing/load_performance_testing/)：開発ライフサイクル中にアプリケーションのバックエンドのシステムパフォーマンスを測定し、コード変更によるパフォーマンスへの影響をテストします\n- [カバレッジファジング](https://docs.gitlab.com/ja-jp/user/application_security/coverage_fuzzing/)：予期しないデータや不正な形式のデータ、ランダムなデータをアプリケーションに送信し、不安定な動作やクラッシュの発生有無を監視します\n- [ウェブAPIファズテスト](https://docs.gitlab.com/ja-jp/user/application_security/api_fuzzing/)：予期しないデータや不正な形式のデータ、ランダムなデータをAPIエンドポイントに送信し、バグやセキュリティ問題の有無を確認します\n\n組織はGitLabを使用して強力なDevSecOps手法に重点を置いて、高品質で安全なアプリケーションの構築に取り組むことで、顧客データの安全性を証明するSOC 2審査に合格しやすくなります。\n\n> **詳しく見る**：セキュア・バイ・デザインの原則で[サイバーセキュリティ態勢を強化](https://about.gitlab.com/ja-jp/the-source/security/strengthen-your-cybersecurity-strategy-with-secure-by-design/)しましょう。","yml",{},true,"/ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam",{"title":14,"description":16,"ogImage":18},"how-gitlab-can-help-you-prepare-for-your-soc-2-exam","ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam","article","WTdaPhjdcAuMt4r6Zph0OYkTGiPoOWb1Z8abp5CgG2w",{"data":34},{"text":35,"source":36,"edit":42,"contribute":47,"config":52,"items":57,"minimal":356},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":37,"config":38},"ページのソースを表示",{"href":39,"dataGaName":40,"dataGaLocation":41},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":43,"config":44},"このページを編集",{"href":45,"dataGaName":46,"dataGaLocation":41},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":48,"config":49},"ご協力をお願いします",{"href":50,"dataGaName":51,"dataGaLocation":41},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":53,"facebook":54,"youtube":55,"linkedin":56},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[58,114,171,231,294],{"title":59,"links":60,"subMenu":76},"価格",[61,66,71],{"text":62,"config":63},"プランの表示",{"href":64,"dataGaName":65,"dataGaLocation":41},"/ja-jp/pricing/","view plans",{"text":67,"config":68},"Premiumを選ぶ理由",{"href":69,"dataGaName":70,"dataGaLocation":41},"/ja-jp/pricing/premium/","why premium",{"text":72,"config":73},"Ultimateを選ぶ理由",{"href":74,"dataGaName":75,"dataGaLocation":41},"/ja-jp/pricing/ultimate/","why ultimate",[77],{"title":78,"links":79},"お問い合わせ",[80,84,89,94,99,104,109],{"text":78,"config":81},{"href":82,"dataGaName":83,"dataGaLocation":41},"/ja-jp/sales/","sales",{"text":85,"config":86},"サポートを受ける",{"href":87,"dataGaName":88,"dataGaLocation":41},"https://support.gitlab.com","support portal",{"text":90,"config":91},"カスタマーポータル",{"href":92,"dataGaName":93,"dataGaLocation":41},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":95,"config":96},"ステータス",{"href":97,"dataGaName":98,"dataGaLocation":41},"https://status.gitlab.com/","status",{"text":100,"config":101},"利用規約",{"href":102,"dataGaName":103,"dataGaLocation":41},"/terms/","terms of use",{"text":105,"config":106},"プライバシーに関する声明",{"href":107,"dataGaName":108,"dataGaLocation":41},"/ja-jp/privacy/","privacy statement",{"text":110,"config":111},"Cookie 優先設定",{"dataGaName":112,"dataGaLocation":41,"id":113,"isOneTrustButton":26},"cookie preferences","ot-sdk-btn",{"title":115,"links":116,"subMenu":127},"製品",[117,122],{"text":118,"config":119},"DevSecOpsプラットフォーム",{"href":120,"dataGaName":121,"dataGaLocation":41},"/ja-jp/platform/","devsecops platform",{"text":123,"config":124},"AI支援開発",{"href":125,"dataGaName":126,"dataGaLocation":41},"/ja-jp/gitlab-duo-agent-platform/","ai-assisted development",[128],{"title":129,"links":130},"トピック",[131,136,141,146,151,156,161,166],{"text":132,"config":133},"CI/CD",{"href":134,"dataGaName":135,"dataGaLocation":41},"/ja-jp/topics/ci-cd/","cicd",{"text":137,"config":138},"GitOps",{"href":139,"dataGaName":140,"dataGaLocation":41},"/ja-jp/topics/gitops/","gitops",{"text":142,"config":143},"DevOps",{"href":144,"dataGaName":145,"dataGaLocation":41},"/ja-jp/topics/devops/","devops",{"text":147,"config":148},"バージョン管理",{"href":149,"dataGaName":150,"dataGaLocation":41},"/ja-jp/topics/version-control/","version control",{"text":152,"config":153},"DevSecOps",{"href":154,"dataGaName":155,"dataGaLocation":41},"/ja-jp/topics/devsecops/","devsecops",{"text":157,"config":158},"クラウドネイティブ",{"href":159,"dataGaName":160,"dataGaLocation":41},"/ja-jp/topics/cloud-native/","cloud native",{"text":162,"config":163},"コーディングのためのAI",{"href":164,"dataGaName":165,"dataGaLocation":41},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":167,"config":168},"エージェント型AI",{"href":169,"dataGaName":170,"dataGaLocation":41},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":172,"links":173},"ソリューション",[174,179,184,189,194,198,203,206,211,216,221,226],{"text":175,"config":176},"アプリケーションセキュリティテスト",{"href":177,"dataGaName":178,"dataGaLocation":41},"/ja-jp/solutions/application-security-testing/","Application Security Testing",{"text":180,"config":181},"自動化されたソフトウェアデリバリー",{"href":182,"dataGaName":183,"dataGaLocation":41},"/ja-jp/solutions/delivery-automation/","automated software delivery",{"text":185,"config":186},"アジャイル開発",{"href":187,"dataGaName":188,"dataGaLocation":41},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":190,"config":191},"SCM",{"href":192,"dataGaName":193,"dataGaLocation":41},"/ja-jp/solutions/source-code-management/","source code management",{"text":132,"config":195},{"href":196,"dataGaName":197,"dataGaLocation":41},"/ja-jp/solutions/continuous-integration/","continuous integration & delivery",{"text":199,"config":200},"バリューストリーム管理",{"href":201,"dataGaName":202,"dataGaLocation":41},"/ja-jp/solutions/value-stream-management/","value stream management",{"text":137,"config":204},{"href":205,"dataGaName":140,"dataGaLocation":41},"/ja-jp/solutions/gitops/",{"text":207,"config":208},"大企業",{"href":209,"dataGaName":210,"dataGaLocation":41},"/ja-jp/enterprise/","enterprise",{"text":212,"config":213},"スモールビジネス",{"href":214,"dataGaName":215,"dataGaLocation":41},"/ja-jp/small-business/","small business",{"text":217,"config":218},"公共機関",{"href":219,"dataGaName":220,"dataGaLocation":41},"/ja-jp/solutions/public-sector/","public sector",{"text":222,"config":223},"教育",{"href":224,"dataGaName":225,"dataGaLocation":41},"/ja-jp/solutions/education/","education",{"text":227,"config":228},"金融サービス",{"href":229,"dataGaName":230,"dataGaLocation":41},"/ja-jp/solutions/finance/","financial services",{"title":232,"links":233},"リソース",[234,239,244,249,254,259,264,269,274,279,284,289],{"text":235,"config":236},"インストール",{"href":237,"dataGaName":238,"dataGaLocation":41},"/ja-jp/install/","install",{"text":240,"config":241},"クイックスタートガイド",{"href":242,"dataGaName":243,"dataGaLocation":41},"/ja-jp/get-started/","quick setup checklists",{"text":245,"config":246},"学ぶ",{"href":247,"dataGaName":248,"dataGaLocation":41},"https://university.gitlab.com/","learn",{"text":250,"config":251},"製品ドキュメント",{"href":252,"dataGaName":253,"dataGaLocation":41},"https://docs.gitlab.com/ja-jp/","docs",{"text":255,"config":256},"ブログ",{"href":257,"dataGaName":258,"dataGaLocation":41},"/ja-jp/blog/","blog",{"text":260,"config":261},"お客様成功事例",{"href":262,"dataGaName":263,"dataGaLocation":41},"/ja-jp/customers/","customer success stories",{"text":265,"config":266},"リモート",{"href":267,"dataGaName":268,"dataGaLocation":41},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":270,"config":271},"GitLabサービス",{"href":272,"dataGaName":273,"dataGaLocation":41},"/ja-jp/services/","services",{"text":275,"config":276},"コミュニティ",{"href":277,"dataGaName":278,"dataGaLocation":41},"/community/","community",{"text":280,"config":281},"フォーラム",{"href":282,"dataGaName":283,"dataGaLocation":41},"https://forum.gitlab.com/","forum",{"text":285,"config":286},"イベント",{"href":287,"dataGaName":288,"dataGaLocation":41},"/events/","events",{"text":290,"config":291},"パートナー",{"href":292,"dataGaName":293,"dataGaLocation":41},"/ja-jp/partners/","partners",{"title":295,"links":296},"会社情報",[297,302,307,312,317,322,327,331,336,341,346,351],{"text":298,"config":299},"GitLabについて",{"href":300,"dataGaName":301,"dataGaLocation":41},"/ja-jp/company/","company",{"text":303,"config":304},"採用情報",{"href":305,"dataGaName":306,"dataGaLocation":41},"/jobs/","jobs",{"text":308,"config":309},"経営陣",{"href":310,"dataGaName":311,"dataGaLocation":41},"/company/team/e-group/","leadership",{"text":313,"config":314},"チーム",{"href":315,"dataGaName":316,"dataGaLocation":41},"/company/team/","team",{"text":318,"config":319},"ハンドブック",{"href":320,"dataGaName":321,"dataGaLocation":41},"https://handbook.gitlab.com/","handbook",{"text":323,"config":324},"投資家向け情報",{"href":325,"dataGaName":326,"dataGaLocation":41},"https://ir.gitlab.com/","investor relations",{"text":328,"config":329},"Sustainability",{"href":330,"dataGaName":328,"dataGaLocation":41},"/sustainability/",{"text":332,"config":333},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":334,"dataGaName":335,"dataGaLocation":41},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":337,"config":338},"トラストセンター",{"href":339,"dataGaName":340,"dataGaLocation":41},"/ja-jp/security/","trust center",{"text":342,"config":343},"ニュースレター",{"href":344,"dataGaName":345,"dataGaLocation":41},"/company/contact/#contact-forms","newsletter",{"text":347,"config":348},"プレス",{"href":349,"dataGaName":350,"dataGaLocation":41},"/press/","press",{"text":352,"config":353},"現代奴隷制の透明性に関する声明",{"href":354,"dataGaName":355,"dataGaLocation":41},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":357},[358,360,363],{"text":100,"config":359},{"href":102,"dataGaName":103,"dataGaLocation":41},{"text":361,"config":362},"Cookieの設定",{"dataGaName":112,"dataGaLocation":41,"id":113,"isOneTrustButton":26},{"text":105,"config":364},{"href":107,"dataGaName":108,"dataGaLocation":41},{"visibility":26,"title":366,"button":367},"The Intelligent Software Development Era: How AI is reshaping DevSecOps teams",{"config":368,"text":370},{"href":369},"/ja-jp/developer-survey/japan/","Get the research report",{"logo":372,"subscribeLink":377,"navItems":381},{"altText":373,"config":374},"the source logo",{"src":375,"href":376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":378,"config":379},"購読する",{"href":380},"#subscribe",[382,386,390],{"text":383,"config":384},"人工知能",{"href":385},"/ja-jp/the-source/ai/",{"text":387,"config":388},"セキュリティとコンプライアンス",{"href":389},"/ja-jp/the-source/security/",{"text":391,"config":392},"プラットフォームとインフラストラクチャ",{"href":393},"/ja-jp/the-source/platform/",{"categoryNames":395},{"ai":383,"platform":391,"security":387},{"title":397,"description":398,"submitMessage":399,"formData":400},"The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":401},{"formId":402,"formName":345,"hideRequiredLabel":26},28467,{"id":404,"title":405,"body":6,"category":6,"config":406,"content":407,"description":6,"extension":24,"meta":423,"navigation":26,"path":424,"seo":425,"slug":7,"stem":426,"testContent":6,"type":427,"__hash__":428},"pages/ja-jp/the-source/security/index.yml","",{"layout":9},[408,415],{"componentName":409,"componentContent":410},"TheSourceCategoryHero",{"title":387,"description":411,"image":412},"進化するセキュリティ脅威とコンプライアンス要件に対応するための最新情報をお届けします。",{"config":413},{"src":414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463273/aplkxrvwpii26xao5yhi.png",{"componentName":416,"componentContent":417},"TheSourceCategoryMainSection",{"config":418},{"sourceCTAs":419},[420,421,422],"source-lp-guide-to-dynamic-sboms","source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain","application-security-in-the-digital-age",{},"/ja-jp/the-source/security",{"title":387,"description":411,"ogImage":405},"ja-jp/the-source/security/index","category","LdkNmpSN4IQ6BbGSqZS7AwRiPaalH_hSrFUQoOJA1UY",{"id":404,"title":405,"body":6,"category":6,"config":430,"content":431,"description":6,"extension":24,"meta":440,"navigation":26,"path":424,"seo":441,"slug":7,"stem":426,"testContent":6,"type":427,"__hash__":428},{"layout":9},[432,436],{"componentName":409,"componentContent":433},{"title":387,"description":411,"image":434},{"config":435},{"src":414},{"componentName":416,"componentContent":437},{"config":438},{"sourceCTAs":439},[420,421,422],{},{"title":387,"description":411,"ogImage":405},{"id":443,"title":444,"body":6,"category":6,"config":445,"content":446,"description":6,"extension":24,"meta":456,"navigation":26,"path":457,"seo":458,"slug":11,"stem":459,"testContent":6,"type":460,"__hash__":461},"theSourceAuthors/ja-jp/the-source/authors/gitlab.yml","Gitlab",{"layout":9},[447,454],{"componentName":448,"componentContent":449},"TheSourceAuthorHero",{"name":450,"headshot":451},"GitLab",{"altText":450,"config":452},{"src":453},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":455},"TheSourceArticlesList",{},"/ja-jp/the-source/authors/gitlab",{"title":450},"ja-jp/the-source/authors/gitlab","author","06DC7hYwmQdy2TUll7Wujfp48Vgn0IftSYHrp2PR02U",[463,473,480],{"config":464,"title":465,"description":466,"link":467},{"slug":422},"デジタル時代のアプリケーション・セキュリティ","[世界各地のDevSecOpsの専門家5,000名を対象に行った調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/security-compliance/)を読み、組織がアタックサーフェス（攻撃対象領域）の増加にどのように取り組んでいるか、またセキュリティとAIに対する姿勢がどのように変化しているかをご覧ください。",{"text":468,"config":469},"レポートを読む",{"href":470,"dataGaName":471,"dataGaLocation":472},"/ja-jp/developer-survey/2024/security-compliance/","Application Security in the Digital Age","thesource",{"config":474,"title":475,"link":476},{"slug":421},"ソフトウェアサプライチェーンにおける脅威ベクターのフィールドガイド",{"config":477},{"href":478,"dataGaName":479,"dataGaLocation":472},"/the-source/security/field-guide-to-threat-vectors-in-the-software-supply-chain/","A field guide to threat vectors in the software supply chain",{"config":481,"title":482,"description":483,"link":484},{"slug":420},"GitLab動的SBOMガイド： 最新のソフトウェア開発に不可欠な要素","ソフトウェア部品表（SBOM）を使用して、これまで認識されていなかった組織リスクを可視化する方法をご紹介します。",{"text":485,"config":486},"ガイドを読む",{"href":487,"dataGaName":488,"dataGaLocation":472},"/the-source/security/guide-to-dynamic-sboms/","Guide to Dynamic SBOMs",1777493658354]