[{"data":1,"prerenderedAt":1025},["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":343,"the-source-navigation-ja-jp":355,"the-source-newsletter-ja-jp":382,"article-site-categories-ja-jp":393,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-category-ja-jp":395,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-gated-asset-ja-jp":419,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-category-ja-jp":435,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-resources-ja-jp":447,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-author-ja-jp":476},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"config":8,"seo":13,"content":17,"type":25,"category":5,"slug":26,"_id":27,"_type":28,"title":7,"_source":29,"_file":30,"_stem":31,"_extension":32},"/ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam","security",false,"",{"layout":9,"template":10,"articleType":11,"author":12,"featured":6},"the-source","TheSourceArticle","Regular","gitlab",{"title":14,"description":15,"ogImage":16},"SOC 2審査の準備に役立つGitLabの機能","SOC 2フレームワーク審査の準備に役立つDevSecOpsプラットフォームの機能をご紹介します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463759/yk7f6poowtw5y5d5oflv.png",{"title":14,"date":18,"description":15,"timeToRead":19,"heroImage":16,"keyTakeaways":20,"articleBody":24},"2024-07-18","5分で読めます",[21,22,23],"自動テストとコードカバレッジレポートは、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/ee/user/application_security/sast/)：ソースコードをスキャンし、潜在的なバグや脆弱性（意図しないコード実行の原因となる安全でないコードなど）を特定します\n- [依存関係スキャン](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/)：アプリケーションと依存関係にあるソフトウェアに潜むセキュリティの脆弱性を検出します\n- [コンテナスキャン](https://docs.gitlab.com/ee/user/application_security/container_scanning/)：コンテナ化されたアプリケーションのオペレーティングシステムの依存関係に潜むセキュリティの脆弱性を検出します\n- [動的アプリケーションセキュリティスキャン（DAST）](https://docs.gitlab.com/ee/user/application_security/dast/)：実行中のウェブアプリケーションをスキャンし、攻撃リスクにつながるセキュリティの脆弱性を検出します\n- [Infrastructure as Code（IaC）スキャン](https://docs.gitlab.com/ee/user/application_security/iac_scanning/)：Terraform、Ansible、AWS CloudFormation、KubernetesなどのInfrastructure as Code設定ファイルをスキャンし、セキュリティの脆弱性を特定します\n\nまた、GitLabには、上記のスキャン結果に基づき、スキャン対象のアプリケーションに含まれる既知の脆弱性をすべて表示する[脆弱性レポート](https://docs.gitlab.com/ee/user/application_security/vulnerability_report/)機能もあります。さらに、CycloneDX JSON形式のソフトウェア部品表（[SBOM](https://docs.gitlab.com/ee/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/ee/user/permissions.html)：プロジェクトレベルの構成設定に変更を加えられるユーザーを制限します\n- [スキャン実行ポリシー](https://docs.gitlab.com/ee/user/application_security/policies/scan-execution-policies.html)：各コードリポジトリでスキャンの実行を強制します\n- [スキャン結果ポリシー]https://docs.gitlab.com/ee/user/application_security/policies/merge_request_approval_policies.html)：スキャン結果が適切なセキュリティ担当者によってレビューおよび承認されるようにすることで、新たに発見された脆弱性がデプロイ後のソフトウェアに導入されるのを阻止します\n- [コンプライアンスレポート](https://docs.gitlab.com/ee/user/application_security/)：GitLabの設定に加えられた変更のうち、現行のセキュリティプロセスに違反する可能性のあるものを提示します\n\nこれらの設定を導入することで、組織はソフトウェアセキュリティがアプリケーションにおいて最優先事項であり、セキュリティ対策が確実に実施されていることを証明できます。\n\n## 「可用性」と「処理の完全性」のTSC\nGitLabは、「可用性」と「処理の完全性」のTSC準拠にも役立ちます。これらの基準は、アプリケーション自体の品質とパフォーマンスに焦点を当てています。GitLabでは、以下の機能を通じて、これらの基準への準拠をサポートします。\n- [コードカバレッジレポート](https://docs.gitlab.com/ee/ci/testing/code_coverage.html)：ユニットテストの結果とコードカバレッジの変更を提示し、ソースコードがテストスイートで検証されていることを保証します\n- [Code Quality](https://docs.gitlab.com/ee/ci/testing/code_quality.html)：ソースコードの品質と複雑さを分析し、可読性と保守性を高めます\n\n上記のアプローチは、高品質かつテスト済みのコードを確保するためにソフトウェア開発ライフサイクルの早い段階で使用されるものです。これに加え、GitLabは、稼働中のアプリケーションが想定通りに動作していることを確認するための、さまざまな自動テストに使えるテンプレートも提供しています。これらのテンプレートは、以下のようなテストに対応しています。\n- [ブラウザのパフォーマンステスト](https://docs.gitlab.com/ee/ci/testing/browser_performance_testing.html)：開発ライフサイクル中にウェブサイトのロード時間を測定し、コード変更によるブラウザのパフォーマンスへの影響をテストします\n- [ロードパフォーマンステスト](https://docs.gitlab.com/ee/ci/testing/load_performance_testing.html)：開発ライフサイクル中にアプリケーションのバックエンドのシステムパフォーマンスを測定し、コード変更によるパフォーマンスへの影響をテストします\n- [カバレッジファジング](https://docs.gitlab.com/ee/user/application_security/coverage_fuzzing/)：予期しないデータや不正な形式のデータ、ランダムなデータをアプリケーションに送信し、不安定な動作やクラッシュの発生有無を監視します\n- [ウェブAPIファズテスト](https://docs.gitlab.com/ee/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/)しましょう。","article","how-gitlab-can-help-you-prepare-for-your-soc-2-exam","content:ja-jp:the-source:security:how-gitlab-can-help-you-prepare-for-your-soc-2-exam:index.yml","yaml","content","ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam/index.yml","ja-jp/the-source/security/how-gitlab-can-help-you-prepare-for-your-soc-2-exam/index","yml",{"_path":34,"_dir":35,"_draft":6,"_partial":6,"_locale":7,"data":36,"_id":339,"_type":28,"title":340,"_source":29,"_file":341,"_stem":342,"_extension":32},"/shared/ja-jp/main-footer","ja-jp",{"text":37,"source":38,"edit":44,"contribute":49,"config":54,"items":59,"minimal":331},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":39,"config":40},"ページのソースを表示",{"href":41,"dataGaName":42,"dataGaLocation":43},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":45,"config":46},"このページを編集",{"href":47,"dataGaName":48,"dataGaLocation":43},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":50,"config":51},"ご協力をお願いします",{"href":52,"dataGaName":53,"dataGaLocation":43},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":55,"facebook":56,"youtube":57,"linkedin":58},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[60,87,160,231,293],{"title":61,"links":62,"subMenu":68},"プラットフォーム",[63],{"text":64,"config":65},"DevSecOpsプラットフォーム",{"href":66,"dataGaName":67,"dataGaLocation":43},"/ja-jp/platform/","devsecops platform",[69],{"title":70,"links":71},"価格",[72,77,82],{"text":73,"config":74},"プランの表示",{"href":75,"dataGaName":76,"dataGaLocation":43},"/ja-jp/pricing/","view plans",{"text":78,"config":79},"Premiumを選ぶ理由",{"href":80,"dataGaName":81,"dataGaLocation":43},"/ja-jp/pricing/premium/","why premium",{"text":83,"config":84},"Ultimateを選ぶ理由",{"href":85,"dataGaName":86,"dataGaLocation":43},"/ja-jp/pricing/ultimate/","why ultimate",{"title":88,"links":89},"ソリューション",[90,95,100,105,110,115,120,125,130,135,140,145,150,155],{"text":91,"config":92},"デジタルトランスフォーメーション",{"href":93,"dataGaName":94,"dataGaLocation":43},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":96,"config":97},"セキュリティとコンプライアンス",{"href":98,"dataGaName":99,"dataGaLocation":43},"/solutions/application-security-testing/","Application security testing",{"text":101,"config":102},"自動化されたソフトウェアデリバリー",{"href":103,"dataGaName":104,"dataGaLocation":43},"/solutions/delivery-automation/","automated software delivery",{"text":106,"config":107},"アジャイル開発",{"href":108,"dataGaName":109,"dataGaLocation":43},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":111,"config":112},"クラウドトランスフォーメーション",{"href":113,"dataGaName":114,"dataGaLocation":43},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":116,"config":117},"SCM",{"href":118,"dataGaName":119,"dataGaLocation":43},"/ja-jp/solutions/source-code-management/","source code management",{"text":121,"config":122},"CI/CD",{"href":123,"dataGaName":124,"dataGaLocation":43},"/ja-jp/solutions/continuous-integration/","continuous integration & delivery",{"text":126,"config":127},"バリューストリーム管理",{"href":128,"dataGaName":129,"dataGaLocation":43},"/ja-jp/solutions/value-stream-management/","value stream management",{"text":131,"config":132},"GitOps",{"href":133,"dataGaName":134,"dataGaLocation":43},"/ja-jp/solutions/gitops/","gitops",{"text":136,"config":137},"Enterprise",{"href":138,"dataGaName":139,"dataGaLocation":43},"/ja-jp/enterprise/","enterprise",{"text":141,"config":142},"スモールビジネス",{"href":143,"dataGaName":144,"dataGaLocation":43},"/ja-jp/small-business/","small business",{"text":146,"config":147},"公共機関",{"href":148,"dataGaName":149,"dataGaLocation":43},"/ja-jp/solutions/public-sector/","public sector",{"text":151,"config":152},"教育",{"href":153,"dataGaName":154,"dataGaLocation":43},"/ja-jp/solutions/education/","education",{"text":156,"config":157},"金融サービス",{"href":158,"dataGaName":159,"dataGaLocation":43},"/ja-jp/solutions/finance/","financial services",{"title":161,"links":162},"関連リソース",[163,168,173,178,183,188,192,196,201,206,211,216,221,226],{"text":164,"config":165},"インストール",{"href":166,"dataGaName":167,"dataGaLocation":43},"/ja-jp/install/","install",{"text":169,"config":170},"クイックスタートガイド",{"href":171,"dataGaName":172,"dataGaLocation":43},"/ja-jp/get-started/","quick setup checklists",{"text":174,"config":175},"学ぶ",{"href":176,"dataGaName":177,"dataGaLocation":43},"https://university.gitlab.com/","learn",{"text":179,"config":180},"製品ドキュメント",{"href":181,"dataGaName":182,"dataGaLocation":43},"https://docs.gitlab.com/","docs",{"text":184,"config":185},"ブログ",{"href":186,"dataGaName":187},"/ja-jp/blog/","blog",{"text":189,"config":190},"お客様の成功事例",{"href":191,"dataGaLocation":43},"/ja-jp/customers/",{"text":193,"config":194},"お客様成功事例",{"href":191,"dataGaName":195,"dataGaLocation":43},"customer success stories",{"text":197,"config":198},"リモート",{"href":199,"dataGaName":200,"dataGaLocation":43},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":202,"config":203},"GitLabサービス",{"href":204,"dataGaName":205,"dataGaLocation":43},"/ja-jp/services/","services",{"text":207,"config":208},"TeamOps",{"href":209,"dataGaName":210,"dataGaLocation":43},"/ja-jp/teamops/","teamops",{"text":212,"config":213},"コミュニティ",{"href":214,"dataGaName":215,"dataGaLocation":43},"/community/","community",{"text":217,"config":218},"フォーラム",{"href":219,"dataGaName":220,"dataGaLocation":43},"https://forum.gitlab.com/","forum",{"text":222,"config":223},"イベント",{"href":224,"dataGaName":225,"dataGaLocation":43},"/events/","events",{"text":227,"config":228},"パートナー",{"href":229,"dataGaName":230,"dataGaLocation":43},"/partners/","partners",{"title":232,"links":233},"Company",[234,239,244,249,254,259,264,268,273,278,283,288],{"text":235,"config":236},"GitLabについて",{"href":237,"dataGaName":238,"dataGaLocation":43},"/ja-jp/company/","company",{"text":240,"config":241},"採用情報",{"href":242,"dataGaName":243,"dataGaLocation":43},"/jobs/","jobs",{"text":245,"config":246},"経営陣",{"href":247,"dataGaName":248,"dataGaLocation":43},"/company/team/e-group/","leadership",{"text":250,"config":251},"チーム",{"href":252,"dataGaName":253,"dataGaLocation":43},"/company/team/","team",{"text":255,"config":256},"ハンドブック",{"href":257,"dataGaName":258,"dataGaLocation":43},"https://handbook.gitlab.com/","handbook",{"text":260,"config":261},"投資家向け情報",{"href":262,"dataGaName":263,"dataGaLocation":43},"https://ir.gitlab.com/","investor relations",{"text":265,"config":266},"Sustainability",{"href":267,"dataGaName":265,"dataGaLocation":43},"/sustainability/",{"text":269,"config":270},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":271,"dataGaName":272,"dataGaLocation":43},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":274,"config":275},"トラストセンター",{"href":276,"dataGaName":277,"dataGaLocation":43},"/ja-jp/security/","trust center",{"text":279,"config":280},"ニュースレター",{"href":281,"dataGaName":282,"dataGaLocation":43},"/company/contact/","newsletter",{"text":284,"config":285},"プレス",{"href":286,"dataGaName":287,"dataGaLocation":43},"/press/","press",{"text":289,"config":290},"現代奴隷制の透明性に関する声明",{"href":291,"dataGaName":292,"dataGaLocation":43},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":294,"links":295},"お問い合わせ",[296,300,305,310,315,320,325],{"text":294,"config":297},{"href":298,"dataGaName":299,"dataGaLocation":43},"/ja-jp/sales/","sales",{"text":301,"config":302},"サポートを受ける",{"href":303,"dataGaName":304,"dataGaLocation":43},"/support/","get help",{"text":306,"config":307},"カスタマーポータル",{"href":308,"dataGaName":309,"dataGaLocation":43},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":311,"config":312},"ステータス",{"href":313,"dataGaName":314,"dataGaLocation":43},"https://status.gitlab.com/","status",{"text":316,"config":317},"利用規約",{"href":318,"dataGaName":319,"dataGaLocation":43},"/terms/","terms of use",{"text":321,"config":322},"プライバシーに関する声明",{"href":323,"dataGaName":324,"dataGaLocation":43},"/ja-jp/privacy/","privacy statement",{"text":326,"config":327},"Cookieの設定",{"dataGaName":328,"dataGaLocation":43,"id":329,"isOneTrustButton":330},"cookie preferences","ot-sdk-btn",true,{"items":332},[333,335,337],{"text":316,"config":334},{"href":318,"dataGaName":319,"dataGaLocation":43},{"text":321,"config":336},{"href":323,"dataGaName":324,"dataGaLocation":43},{"text":326,"config":338},{"dataGaName":328,"dataGaLocation":43,"id":329,"isOneTrustButton":330},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":344,"_dir":345,"_draft":6,"_partial":6,"_locale":7,"id":346,"visibility":330,"title":347,"button":348,"_id":352,"_type":28,"_source":29,"_file":353,"_stem":354,"_extension":32},"/shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18","banner","The Economics of Software Innovation","The Economics of Software Innovation—AI’s $750 Billion Opportunity",{"config":349,"text":351},{"href":350},"/software-innovation-report/","Get the research report","content:shared:ja-jp:the-source:banner:the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18",{"_path":356,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"logo":357,"subscribeLink":362,"navItems":366,"_id":378,"_type":28,"title":379,"_source":29,"_file":380,"_stem":381,"_extension":32},"/shared/ja-jp/the-source/navigation",{"altText":358,"config":359},"the source logo",{"src":360,"href":361},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":363,"config":364},"購読する",{"href":365},"#subscribe",[367,371,374],{"text":368,"config":369},"人工知能",{"href":370},"/ja-jp/the-source/ai/",{"text":96,"config":372},{"href":373},"/ja-jp/the-source/security/",{"text":375,"config":376},"プラットフォームとインフラストラクチャ",{"href":377},"/ja-jp/the-source/platform/","content:shared:ja-jp:the-source:navigation.yml","Navigation","shared/ja-jp/the-source/navigation.yml","shared/ja-jp/the-source/navigation",{"_path":383,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"title":384,"description":385,"submitMessage":386,"formData":387,"_id":390,"_type":28,"_source":29,"_file":391,"_stem":392,"_extension":32},"/shared/ja-jp/the-source/newsletter","The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":388},{"formId":389,"formName":282,"hideRequiredLabel":330},28467,"content:shared:ja-jp:the-source:newsletter.yml","shared/ja-jp/the-source/newsletter.yml","shared/ja-jp/the-source/newsletter",{"categoryNames":394},{"ai":368,"platform":375,"security":96},{"_path":396,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":397,"seo":398,"content":400,"type":415,"slug":5,"_id":416,"_type":28,"title":7,"_source":29,"_file":417,"_stem":418,"_extension":32},"/ja-jp/the-source/security",{"layout":9},{"title":96,"description":399,"ogImage":7},"進化するセキュリティ脅威とコンプライアンス要件に対応するための最新情報をお届けします。",[401,407],{"componentName":402,"componentContent":403},"TheSourceCategoryHero",{"title":96,"description":399,"image":404},{"config":405},{"src":406},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463273/aplkxrvwpii26xao5yhi.png",{"componentName":408,"componentContent":409},"TheSourceCategoryMainSection",{"config":410},{"gatedAssets":411},[412,413,414],"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","category","content:ja-jp:the-source:security:index.yml","ja-jp/the-source/security/index.yml","ja-jp/the-source/security/index",{"_path":420,"_dir":421,"_draft":6,"_partial":6,"_locale":7,"config":422,"title":424,"description":425,"link":426,"_id":432,"_type":28,"_source":29,"_file":433,"_stem":434,"_extension":32},"/shared/ja-jp/the-source/gated-assets/application-security-in-the-digital-age","gated-assets",{"id":414,"formId":423},1002,"デジタル時代のアプリケーション・セキュリティ","[世界各地のDevSecOpsの専門家5,000名を対象に行った調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/security-compliance/)を読み、組織がアタックサーフェス（攻撃対象領域）の増加にどのように取り組んでいるか、またセキュリティとAIに対する姿勢がどのように変化しているかをご覧ください。",{"text":427,"config":428},"レポートを読む",{"href":429,"dataGaName":430,"dataGaLocation":431},"/ja-jp/developer-survey/2024/security-compliance/","Application Security in the Digital Age","thesource","content:shared:ja-jp:the-source:gated-assets:application-security-in-the-digital-age.yml","shared/ja-jp/the-source/gated-assets/application-security-in-the-digital-age.yml","shared/ja-jp/the-source/gated-assets/application-security-in-the-digital-age",{"_path":396,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":436,"seo":437,"content":438,"type":415,"slug":5,"_id":416,"_type":28,"title":7,"_source":29,"_file":417,"_stem":418,"_extension":32},{"layout":9},{"title":96,"description":399,"ogImage":7},[439,443],{"componentName":402,"componentContent":440},{"title":96,"description":399,"image":441},{"config":442},{"src":406},{"componentName":408,"componentContent":444},{"config":445},{"gatedAssets":446},[412,413,414],[448,452,463],{"_path":420,"_dir":421,"_draft":6,"_partial":6,"_locale":7,"config":449,"title":424,"description":425,"link":450,"_id":432,"_type":28,"_source":29,"_file":433,"_stem":434,"_extension":32},{"id":414,"formId":423},{"text":427,"config":451},{"href":429,"dataGaName":430,"dataGaLocation":431},{"_path":453,"_dir":421,"_draft":6,"_partial":6,"_locale":7,"config":454,"title":455,"link":456,"_id":460,"_type":28,"_source":29,"_file":461,"_stem":462,"_extension":32},"/shared/ja-jp/the-source/gated-assets/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain",{"id":413},"ソフトウェアサプライチェーンにおける脅威ベクターのフィールドガイド",{"config":457},{"href":458,"dataGaName":459,"dataGaLocation":431},"/the-source/security/field-guide-to-threat-vectors-in-the-software-supply-chain/","A field guide to threat vectors in the software supply chain","content:shared:ja-jp:the-source:gated-assets:source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain.yml","shared/ja-jp/the-source/gated-assets/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain.yml","shared/ja-jp/the-source/gated-assets/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain",{"_path":464,"_dir":421,"_draft":6,"_partial":6,"_locale":7,"config":465,"title":466,"description":467,"link":468,"_id":473,"_type":28,"_source":29,"_file":474,"_stem":475,"_extension":32},"/shared/ja-jp/the-source/gated-assets/source-lp-guide-to-dynamic-sboms",{"id":412},"GitLab動的SBOMガイド： 最新のソフトウェア開発に不可欠な要素","ソフトウェア部品表（SBOM）を使用して、これまで認識されていなかった組織リスクを可視化する方法をご紹介します。",{"text":469,"config":470},"ガイドを読む",{"href":471,"dataGaName":472,"dataGaLocation":431},"/the-source/security/guide-to-dynamic-sboms/","Guide to Dynamic SBOMs","content:shared:ja-jp:the-source:gated-assets:source-lp-guide-to-dynamic-sboms.yml","shared/ja-jp/the-source/gated-assets/source-lp-guide-to-dynamic-sboms.yml","shared/ja-jp/the-source/gated-assets/source-lp-guide-to-dynamic-sboms",[477,500,516,532,548,569,589,605,623,643,660,681,697,715,731,749,768,786,805,826,847,863,879,897,915,934,950,968,984,1003],{"_path":478,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":480,"seo":481,"content":483,"type":495,"slug":496,"_id":497,"_type":28,"title":482,"_source":29,"_file":498,"_stem":499,"_extension":32},"/ja-jp/the-source/authors/amanda-rueda","authors",{"layout":9},{"title":482},"Amanda Rueda",[484,493],{"componentName":485,"componentContent":486},"TheSourceAuthorHero",{"config":487,"name":482,"headshot":490},{"gitlabHandle":488,"linkedInProfileUrl":489},"amandarueda","https://www.linkedin.com/in/amandamrueda/",{"altText":482,"config":491},{"src":492},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":494},"TheSourceArticlesList","author","amanda-rueda","content:ja-jp:the-source:authors:amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda",{"_path":501,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":502,"seo":503,"content":505,"type":495,"slug":512,"_id":513,"_type":28,"title":504,"_source":29,"_file":514,"_stem":515,"_extension":32},"/ja-jp/the-source/authors/andre-michael-braun",{"layout":9},{"title":504},"Andre Michael Braun",[506,511],{"componentName":485,"componentContent":507},{"name":504,"headshot":508},{"altText":504,"config":509},{"src":510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":494},"andre-michael-braun","content:ja-jp:the-source:authors:andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun",{"_path":517,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":518,"seo":519,"content":521,"type":495,"slug":528,"_id":529,"_type":28,"title":520,"_source":29,"_file":530,"_stem":531,"_extension":32},"/ja-jp/the-source/authors/andrew-haschka",{"layout":9},{"title":520},"Andrew Haschka",[522,527],{"componentName":485,"componentContent":523},{"name":520,"headshot":524},{"altText":520,"config":525},{"src":526},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":494},"andrew-haschka","content:ja-jp:the-source:authors:andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka",{"_path":533,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":534,"seo":535,"content":537,"type":495,"slug":544,"_id":545,"_type":28,"title":536,"_source":29,"_file":546,"_stem":547,"_extension":32},"/ja-jp/the-source/authors/ayoub-fandi",{"layout":9},{"title":536},"Ayoub Fandi",[538,543],{"componentName":485,"componentContent":539},{"name":536,"headshot":540},{"altText":536,"config":541},{"src":542},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":494},"ayoub-fandi","content:ja-jp:the-source:authors:ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi",{"_path":549,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":550,"seo":551,"content":553,"type":495,"slug":565,"_id":566,"_type":28,"title":552,"_source":29,"_file":567,"_stem":568,"_extension":32},"/ja-jp/the-source/authors/brian-wald",{"layout":9},{"title":552},"Brian Wald",[554,564],{"componentName":485,"componentContent":555},{"config":556,"name":552,"role":559,"bio":560,"headshot":561},{"gitlabHandle":557,"linkedInProfileUrl":558},"brianwald","https://www.linkedin.com/in/brianwald/","グローバルフィールドCTO組織主任","GitLabグローバルフィールドのCTO組織主任。エンタープライズソフトウェア開発プラクティスの変革に専念する、ダイナミックなフィールドCTOチームを統率しています。",{"altText":552,"config":562},{"src":563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":494},"brian-wald","content:ja-jp:the-source:authors:brian-wald.yml","ja-jp/the-source/authors/brian-wald.yml","ja-jp/the-source/authors/brian-wald",{"_path":570,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":571,"seo":572,"content":574,"type":495,"slug":585,"_id":586,"_type":28,"title":573,"_source":29,"_file":587,"_stem":588,"_extension":32},"/ja-jp/the-source/authors/bryan-ross",{"layout":9},{"title":573},"Bryan Ross",[575,584],{"componentName":485,"componentContent":576},{"config":577,"name":573,"headshot":581},{"gitlabHandle":578,"twitterXProfileUrl":579,"linkedInProfileUrl":580},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross",{"altText":573,"config":582},{"src":583},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":494},"bryan-ross","content:ja-jp:the-source:authors:bryan-ross.yml","ja-jp/the-source/authors/bryan-ross.yml","ja-jp/the-source/authors/bryan-ross",{"_path":590,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":591,"seo":592,"content":594,"type":495,"slug":601,"_id":602,"_type":28,"title":593,"_source":29,"_file":603,"_stem":604,"_extension":32},"/ja-jp/the-source/authors/chandler-gibbons",{"layout":9},{"title":593},"Chandler Gibbons",[595,600],{"componentName":485,"componentContent":596},{"name":593,"headshot":597},{"altText":593,"config":598},{"src":599},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":494},"chandler-gibbons","content:ja-jp:the-source:authors:chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons",{"_path":606,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":607,"seo":608,"content":610,"type":495,"slug":619,"_id":620,"_type":28,"title":609,"_source":29,"_file":621,"_stem":622,"_extension":32},"/ja-jp/the-source/authors/dave-steer",{"layout":9},{"title":609},"Dave Steer",[611,618],{"componentName":485,"componentContent":612},{"config":613,"name":609,"headshot":615},{"gitlabHandle":614},"dsteer",{"altText":609,"config":616},{"src":617},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":494},"dave-steer","content:ja-jp:the-source:authors:dave-steer.yml","ja-jp/the-source/authors/dave-steer.yml","ja-jp/the-source/authors/dave-steer",{"_path":624,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":625,"seo":626,"content":628,"type":495,"slug":638,"_id":639,"_type":28,"title":640,"_source":29,"_file":641,"_stem":642,"_extension":32},"/ja-jp/the-source/authors/ddesanto",{"layout":9},{"title":627},"David DeSanto",[629,637],{"componentName":485,"componentContent":630},{"config":631,"name":627,"headshot":634},{"gitlabHandle":632,"linkedInProfileUrl":633},"david","https://www.linkedin.com/in/ddesanto/",{"altText":627,"config":635},{"src":636},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":494},"ddesanto","content:ja-jp:the-source:authors:ddesanto.yml","Ddesanto","ja-jp/the-source/authors/ddesanto.yml","ja-jp/the-source/authors/ddesanto",{"_path":644,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":645,"seo":646,"content":648,"type":495,"slug":655,"_id":656,"_type":28,"title":657,"_source":29,"_file":658,"_stem":659,"_extension":32},"/ja-jp/the-source/authors/derek-debellis",{"layout":9},{"title":647},"Derek DeBellis",[649,654],{"componentName":485,"componentContent":650},{"name":647,"headshot":651},{"altText":647,"config":652},{"src":653},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":494},"derek-debellis","content:ja-jp:the-source:authors:derek-debellis.yml","Derek Debellis","ja-jp/the-source/authors/derek-debellis.yml","ja-jp/the-source/authors/derek-debellis",{"_path":661,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":662,"seo":663,"content":665,"type":495,"slug":677,"_id":678,"_type":28,"title":664,"_source":29,"_file":679,"_stem":680,"_extension":32},"/ja-jp/the-source/authors/emilio-salvador",{"layout":9},{"title":664},"Emilio Salvador",[666,676],{"componentName":485,"componentContent":667},{"config":668,"name":664,"role":671,"bio":672,"headshot":673},{"gitlabHandle":669,"linkedInProfileUrl":670},"esalvadorp","https://www.linkedin.com/in/emiliosp/","戦略・デベロッパーリレーションズ部門バイスプレジデント","Emilio Salvadorは、GitLabの戦略・デベロッパーリレーションズ部門のバイスプレジデントです。技術部門の幹部社員として20年以上の経験を持つEmilioは、AmazonとMicrosoftでの勤務経験があり、最近ではGoogleのデベロッパーアドボカシーおよびエクスペリエンスチームの戦略と運営を統括しました。MIT大学スローン経営大学院でMBAを取得。",{"altText":664,"config":674},{"src":675},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":494},"emilio-salvador","content:ja-jp:the-source:authors:emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador",{"_path":682,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":683,"seo":684,"content":686,"type":495,"slug":693,"_id":694,"_type":28,"title":685,"_source":29,"_file":695,"_stem":696,"_extension":32},"/ja-jp/the-source/authors/erika-feldman",{"layout":9},{"title":685},"Erika Feldman",[687,692],{"componentName":485,"componentContent":688},{"name":685,"headshot":689},{"altText":685,"config":690},{"src":691},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":494},"erika-feldman","content:ja-jp:the-source:authors:erika-feldman.yml","ja-jp/the-source/authors/erika-feldman.yml","ja-jp/the-source/authors/erika-feldman",{"_path":698,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":699,"seo":700,"content":702,"type":495,"slug":711,"_id":712,"_type":28,"title":701,"_source":29,"_file":713,"_stem":714,"_extension":32},"/ja-jp/the-source/authors/george-kichukov",{"layout":9},{"title":701},"George Kichukov",[703,710],{"componentName":485,"componentContent":704},{"config":705,"name":701,"headshot":707},{"gitlabHandle":706},"gkichukov",{"altText":701,"config":708},{"src":709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":494},"george-kichukov","content:ja-jp:the-source:authors:george-kichukov.yml","ja-jp/the-source/authors/george-kichukov.yml","ja-jp/the-source/authors/george-kichukov",{"_path":716,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":717,"seo":718,"content":720,"type":495,"slug":12,"_id":727,"_type":28,"title":728,"_source":29,"_file":729,"_stem":730,"_extension":32},"/ja-jp/the-source/authors/gitlab",{"layout":9},{"title":719},"GitLab",[721,726],{"componentName":485,"componentContent":722},{"name":719,"headshot":723},{"altText":719,"config":724},{"src":725},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":494},"content:ja-jp:the-source:authors:gitlab.yml","Gitlab","ja-jp/the-source/authors/gitlab.yml","ja-jp/the-source/authors/gitlab",{"_path":732,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":733,"seo":734,"content":736,"type":495,"slug":745,"_id":746,"_type":28,"title":735,"_source":29,"_file":747,"_stem":748,"_extension":32},"/ja-jp/the-source/authors/grant-hickman",{"layout":9},{"title":735},"Grant Hickman",[737,744],{"componentName":485,"componentContent":738},{"config":739,"name":735,"headshot":741},{"gitlabHandle":740},"g.hickman",{"altText":735,"config":742},{"src":743},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":494},"grant-hickman","content:ja-jp:the-source:authors:grant-hickman.yml","ja-jp/the-source/authors/grant-hickman.yml","ja-jp/the-source/authors/grant-hickman",{"_path":750,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":751,"seo":752,"content":754,"type":495,"slug":764,"_id":765,"_type":28,"title":753,"_source":29,"_file":766,"_stem":767,"_extension":32},"/ja-jp/the-source/authors/haim-snir",{"layout":9},{"title":753},"Haim Snir",[755,763],{"componentName":485,"componentContent":756},{"config":757,"name":753,"headshot":760},{"gitlabHandle":758,"linkedInProfileUrl":759},"hsnir1","https://www.linkedin.com/in/haimsnir/",{"altText":753,"config":761},{"src":762},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":494},"haim-snir","content:ja-jp:the-source:authors:haim-snir.yml","ja-jp/the-source/authors/haim-snir.yml","ja-jp/the-source/authors/haim-snir",{"_path":769,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":770,"seo":771,"content":773,"type":495,"slug":777,"_id":782,"_type":28,"title":783,"_source":29,"_file":784,"_stem":785,"_extension":32},"/ja-jp/the-source/authors/iganbaruch",{"layout":9},{"title":772},"Itzik Gan Baruch",[774,781],{"componentName":485,"componentContent":775},{"config":776,"name":772,"headshot":778},{"gitlabHandle":777},"iganbaruch",{"altText":772,"config":779},{"src":780},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":494},"content:ja-jp:the-source:authors:iganbaruch.yml","Iganbaruch","ja-jp/the-source/authors/iganbaruch.yml","ja-jp/the-source/authors/iganbaruch",{"_path":787,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":788,"seo":789,"content":791,"type":495,"slug":800,"_id":801,"_type":28,"title":802,"_source":29,"_file":803,"_stem":804,"_extension":32},"/ja-jp/the-source/authors/jlongo",{"layout":9},{"title":790},"Joseph Longo",[792,799],{"componentName":485,"componentContent":793},{"config":794,"name":790,"headshot":796},{"gitlabHandle":795},"jlongo_gitlab",{"altText":790,"config":797},{"src":798},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":494},"jlongo","content:ja-jp:the-source:authors:jlongo.yml","Jlongo","ja-jp/the-source/authors/jlongo.yml","ja-jp/the-source/authors/jlongo",{"_path":806,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":807,"seo":808,"content":810,"type":495,"slug":822,"_id":823,"_type":28,"title":809,"_source":29,"_file":824,"_stem":825,"_extension":32},"/ja-jp/the-source/authors/joel-krooswyk",{"layout":9},{"title":809},"Joel Krooswyk",[811,821],{"componentName":485,"componentContent":812},{"config":813,"name":809,"role":816,"bio":817,"headshot":818},{"gitlabHandle":814,"linkedInProfileUrl":815},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","連邦CTO","Joel KrooswykはGitLabの連邦CTOです。Joelは2017年からGitLabの成長に積極的に関わってきました。25年にわたるリーダーシップの経験は、米国の公共部門だけでなく、世界中の中小企業、中堅企業、大企業にも及んでいます。Joelは、政府の政策に関する深い専門知識と、テクノロジー、ソフトウェア開発、AI、サイバーセキュリティにおける豊富な経験を兼ね備えており、産業界や政府機関から、政策の解説や対応について頻繁に依頼を受けています。",{"altText":809,"config":819},{"src":820},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":494},"joel-krooswyk","content:ja-jp:the-source:authors:joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk",{"_path":827,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":828,"seo":829,"content":831,"type":495,"slug":843,"_id":844,"_type":28,"title":830,"_source":29,"_file":845,"_stem":846,"_extension":32},"/ja-jp/the-source/authors/josh-lemos",{"layout":9},{"title":830},"Josh Lemos",[832,842],{"componentName":485,"componentContent":833},{"config":834,"name":830,"role":837,"bio":838,"headshot":839},{"gitlabHandle":835,"linkedInProfileUrl":836},"joshlemos","https://www.linkedin.com/in/joshlemos/","最高情報セキュリティ責任者","Josh Lemosは20年にわたり情報セキュリティチームを率いてきた経験を生かし、GitLab Inc.の最高情報セキュリティ責任者を務めています。具体的には、情報資産とテクノロジーを適切に保護するための企業ビジョン、戦略、プログラムの確立および維持、Gitlab DevSecOpsプラットフォームの強化、そして顧客への最高水準のセキュリティ提供といった職務を担当しています。",{"altText":830,"config":840},{"src":841},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":494},"josh-lemos","content:ja-jp:the-source:authors:josh-lemos.yml","ja-jp/the-source/authors/josh-lemos.yml","ja-jp/the-source/authors/josh-lemos",{"_path":848,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":849,"seo":850,"content":852,"type":495,"slug":859,"_id":860,"_type":28,"title":851,"_source":29,"_file":861,"_stem":862,"_extension":32},"/ja-jp/the-source/authors/julie-griffin",{"layout":9},{"title":851},"Julie Griffin",[853,858],{"componentName":485,"componentContent":854},{"name":851,"headshot":855},{"altText":851,"config":856},{"src":857},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":494},"julie-griffin","content:ja-jp:the-source:authors:julie-griffin.yml","ja-jp/the-source/authors/julie-griffin.yml","ja-jp/the-source/authors/julie-griffin",{"_path":864,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":865,"seo":866,"content":868,"type":495,"slug":875,"_id":876,"_type":28,"title":867,"_source":29,"_file":877,"_stem":878,"_extension":32},"/ja-jp/the-source/authors/kristina-weis",{"layout":9},{"title":867},"Kristina Weis",[869,874],{"componentName":485,"componentContent":870},{"name":867,"headshot":871},{"altText":867,"config":872},{"src":873},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":494},"kristina-weis","content:ja-jp:the-source:authors:kristina-weis.yml","ja-jp/the-source/authors/kristina-weis.yml","ja-jp/the-source/authors/kristina-weis",{"_path":880,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":881,"seo":882,"content":884,"type":495,"slug":893,"_id":894,"_type":28,"title":883,"_source":29,"_file":895,"_stem":896,"_extension":32},"/ja-jp/the-source/authors/lee-faus",{"layout":9},{"title":883},"Lee Faus",[885,892],{"componentName":485,"componentContent":886},{"config":887,"name":883,"headshot":889},{"gitlabHandle":888},"lfaus",{"altText":883,"config":890},{"src":891},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":494},"lee-faus","content:ja-jp:the-source:authors:lee-faus.yml","ja-jp/the-source/authors/lee-faus.yml","ja-jp/the-source/authors/lee-faus",{"_path":898,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":899,"seo":900,"content":902,"type":495,"slug":906,"_id":911,"_type":28,"title":912,"_source":29,"_file":913,"_stem":914,"_extension":32},"/ja-jp/the-source/authors/ncregan",{"layout":9},{"title":901},"Niall Cregan",[903,910],{"componentName":485,"componentContent":904},{"config":905,"name":901,"headshot":907},{"gitlabHandle":906},"ncregan",{"altText":901,"config":908},{"src":909},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":494},"content:ja-jp:the-source:authors:ncregan.yml","Ncregan","ja-jp/the-source/authors/ncregan.yml","ja-jp/the-source/authors/ncregan",{"_path":916,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":917,"seo":918,"content":920,"type":495,"slug":929,"_id":930,"_type":28,"title":931,"_source":29,"_file":932,"_stem":933,"_extension":32},"/ja-jp/the-source/authors/rschulman",{"layout":9},{"title":919},"Robin Schulman",[921,928],{"componentName":485,"componentContent":922},{"config":923,"name":919,"headshot":925},{"gitlabHandle":924},"robin",{"altText":919,"config":926},{"src":927},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":494},"rschulman","content:ja-jp:the-source:authors:rschulman.yml","Rschulman","ja-jp/the-source/authors/rschulman.yml","ja-jp/the-source/authors/rschulman",{"_path":935,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":936,"seo":937,"content":939,"type":495,"slug":946,"_id":947,"_type":28,"title":938,"_source":29,"_file":948,"_stem":949,"_extension":32},"/ja-jp/the-source/authors/sabrina-farmer",{"layout":9},{"title":938},"Sabrina Farmer",[940,945],{"componentName":485,"componentContent":941},{"name":938,"headshot":942},{"altText":938,"config":943},{"src":944},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":494},"sabrina-farmer","content:ja-jp:the-source:authors:sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer",{"_path":951,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":952,"seo":953,"content":955,"type":495,"slug":964,"_id":965,"_type":28,"title":954,"_source":29,"_file":966,"_stem":967,"_extension":32},"/ja-jp/the-source/authors/sandra-gittlen",{"layout":9},{"title":954},"Sandra Gittlen",[956,963],{"componentName":485,"componentContent":957},{"config":958,"name":954,"headshot":960},{"gitlabHandle":959},"sgittlen",{"altText":954,"config":961},{"src":962},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":494},"sandra-gittlen","content:ja-jp:the-source:authors:sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen",{"_path":969,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":970,"seo":971,"content":973,"type":495,"slug":980,"_id":981,"_type":28,"title":972,"_source":29,"_file":982,"_stem":983,"_extension":32},"/ja-jp/the-source/authors/sharon-gaudin",{"layout":9},{"title":972},"Sharon Gaudin",[974,979],{"componentName":485,"componentContent":975},{"name":972,"headshot":976},{"altText":972,"config":977},{"src":978},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":494},"sharon-gaudin","content:ja-jp:the-source:authors:sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin",{"_path":985,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":986,"seo":987,"content":989,"type":495,"slug":999,"_id":1000,"_type":28,"title":988,"_source":29,"_file":1001,"_stem":1002,"_extension":32},"/ja-jp/the-source/authors/stephen-walters",{"layout":9},{"title":988},"Stephen Walters",[990,998],{"componentName":485,"componentContent":991},{"config":992,"name":988,"headshot":995},{"gitlabHandle":993,"linkedInProfileUrl":994},"swalters1","https://www.linkedin.com/in/1stephenwalters/",{"altText":988,"config":996},{"src":997},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463392/g6ktk5qb4vcqc9wqjlf9.jpg",{"componentName":494},"stephen-walters","content:ja-jp:the-source:authors:stephen-walters.yml","ja-jp/the-source/authors/stephen-walters.yml","ja-jp/the-source/authors/stephen-walters",{"_path":1004,"_dir":479,"_draft":6,"_partial":6,"_locale":7,"config":1005,"seo":1006,"content":1008,"type":495,"slug":1020,"_id":1021,"_type":28,"title":1022,"_source":29,"_file":1023,"_stem":1024,"_extension":32},"/ja-jp/the-source/authors/taylor-mccaslin",{"layout":9},{"title":1007},"Taylor McCaslin",[1009,1019],{"componentName":485,"componentContent":1010},{"config":1011,"name":1007,"role":1014,"bio":1015,"headshot":1016},{"gitlabHandle":1012,"linkedInProfileUrl":1013},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","グループマネージャー、製品 - データサイエンス","Taylor McCaslinは、GitLabのAI/ML担当プロダクトリーダーです。AI PoweredおよびModelOpsステージグループを管理するプロダクトマネージャーチームを率い、GitLabユーザーがDevOpsプログラムの一環としてデータサイエンスを活用できるようにするためのビジョンと方向性を示しています。GitLabに入社する前は、Indeed、Duo Security、WP Engineに勤務していました。",{"altText":1007,"config":1017},{"src":1018},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":494},"taylor-mccaslin","content:ja-jp:the-source:authors:taylor-mccaslin.yml","Taylor Mccaslin","ja-jp/the-source/authors/taylor-mccaslin.yml","ja-jp/the-source/authors/taylor-mccaslin",1758662376059]