[{"data":1,"prerenderedAt":1026},["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":344,"the-source-navigation-ja-jp":356,"the-source-newsletter-ja-jp":383,"article-site-categories-ja-jp":394,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-category-ja-jp":396,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-gated-asset-ja-jp":420,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-category-ja-jp":436,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-the-source-resources-ja-jp":448,"how-gitlab-can-help-you-prepare-for-your-soc-2-exam-article-hero-author-ja-jp":477},{"_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":340,"_type":28,"title":341,"_source":29,"_file":342,"_stem":343,"_extension":32},"/shared/ja-jp/main-footer","ja-jp",{"text":37,"source":38,"edit":44,"contribute":49,"config":54,"items":59,"minimal":332},"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,232,294],{"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},"/ja-jp/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,197,202,207,212,217,222,227],{"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},"/customers/",{"text":193,"config":194},"お客様成功事例",{"href":195,"dataGaName":196,"dataGaLocation":43},"/ja-jp/customers/","customer success stories",{"text":198,"config":199},"リモート",{"href":200,"dataGaName":201,"dataGaLocation":43},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":203,"config":204},"GitLabサービス",{"href":205,"dataGaName":206,"dataGaLocation":43},"/ja-jp/services/","services",{"text":208,"config":209},"TeamOps",{"href":210,"dataGaName":211,"dataGaLocation":43},"/ja-jp/teamops/","teamops",{"text":213,"config":214},"コミュニティ",{"href":215,"dataGaName":216,"dataGaLocation":43},"/community/","community",{"text":218,"config":219},"フォーラム",{"href":220,"dataGaName":221,"dataGaLocation":43},"https://forum.gitlab.com/","forum",{"text":223,"config":224},"イベント",{"href":225,"dataGaName":226,"dataGaLocation":43},"/events/","events",{"text":228,"config":229},"パートナー",{"href":230,"dataGaName":231,"dataGaLocation":43},"/ja-jp/partners/","partners",{"title":233,"links":234},"Company",[235,240,245,250,255,260,265,269,274,279,284,289],{"text":236,"config":237},"GitLabについて",{"href":238,"dataGaName":239,"dataGaLocation":43},"/ja-jp/company/","company",{"text":241,"config":242},"採用情報",{"href":243,"dataGaName":244,"dataGaLocation":43},"/jobs/","jobs",{"text":246,"config":247},"経営陣",{"href":248,"dataGaName":249,"dataGaLocation":43},"/company/team/e-group/","leadership",{"text":251,"config":252},"チーム",{"href":253,"dataGaName":254,"dataGaLocation":43},"/company/team/","team",{"text":256,"config":257},"ハンドブック",{"href":258,"dataGaName":259,"dataGaLocation":43},"https://handbook.gitlab.com/","handbook",{"text":261,"config":262},"投資家向け情報",{"href":263,"dataGaName":264,"dataGaLocation":43},"https://ir.gitlab.com/","investor relations",{"text":266,"config":267},"Sustainability",{"href":268,"dataGaName":266,"dataGaLocation":43},"/sustainability/",{"text":270,"config":271},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":272,"dataGaName":273,"dataGaLocation":43},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":275,"config":276},"トラストセンター",{"href":277,"dataGaName":278,"dataGaLocation":43},"/ja-jp/security/","trust center",{"text":280,"config":281},"ニュースレター",{"href":282,"dataGaName":283,"dataGaLocation":43},"/company/contact/","newsletter",{"text":285,"config":286},"プレス",{"href":287,"dataGaName":288,"dataGaLocation":43},"/press/","press",{"text":290,"config":291},"現代奴隷制の透明性に関する声明",{"href":292,"dataGaName":293,"dataGaLocation":43},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":295,"links":296},"お問い合わせ",[297,301,306,311,316,321,326],{"text":295,"config":298},{"href":299,"dataGaName":300,"dataGaLocation":43},"/ja-jp/sales/","sales",{"text":302,"config":303},"サポートを受ける",{"href":304,"dataGaName":305,"dataGaLocation":43},"/support/","get help",{"text":307,"config":308},"カスタマーポータル",{"href":309,"dataGaName":310,"dataGaLocation":43},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":312,"config":313},"ステータス",{"href":314,"dataGaName":315,"dataGaLocation":43},"https://status.gitlab.com/","status",{"text":317,"config":318},"利用規約",{"href":319,"dataGaName":320,"dataGaLocation":43},"/terms/","terms of use",{"text":322,"config":323},"プライバシーに関する声明",{"href":324,"dataGaName":325,"dataGaLocation":43},"/ja-jp/privacy/","privacy statement",{"text":327,"config":328},"Cookieの設定",{"dataGaName":329,"dataGaLocation":43,"id":330,"isOneTrustButton":331},"cookie preferences","ot-sdk-btn",true,{"items":333},[334,336,338],{"text":317,"config":335},{"href":319,"dataGaName":320,"dataGaLocation":43},{"text":322,"config":337},{"href":324,"dataGaName":325,"dataGaLocation":43},{"text":327,"config":339},{"dataGaName":329,"dataGaLocation":43,"id":330,"isOneTrustButton":331},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":345,"_dir":346,"_draft":6,"_partial":6,"_locale":7,"id":347,"visibility":331,"title":348,"button":349,"_id":353,"_type":28,"_source":29,"_file":354,"_stem":355,"_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":350,"text":352},{"href":351},"https://about.gitlab.com/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":357,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"logo":358,"subscribeLink":363,"navItems":367,"_id":379,"_type":28,"title":380,"_source":29,"_file":381,"_stem":382,"_extension":32},"/shared/ja-jp/the-source/navigation",{"altText":359,"config":360},"the source logo",{"src":361,"href":362},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":364,"config":365},"購読する",{"href":366},"#subscribe",[368,372,375],{"text":369,"config":370},"人工知能",{"href":371},"/ja-jp/the-source/ai/",{"text":96,"config":373},{"href":374},"/ja-jp/the-source/security/",{"text":376,"config":377},"プラットフォームとインフラストラクチャ",{"href":378},"/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":384,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"title":385,"description":386,"submitMessage":387,"formData":388,"_id":391,"_type":28,"_source":29,"_file":392,"_stem":393,"_extension":32},"/shared/ja-jp/the-source/newsletter","The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":389},{"formId":390,"formName":283,"hideRequiredLabel":331},28467,"content:shared:ja-jp:the-source:newsletter.yml","shared/ja-jp/the-source/newsletter.yml","shared/ja-jp/the-source/newsletter",{"categoryNames":395},{"ai":369,"platform":376,"security":96},{"_path":397,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":398,"seo":399,"content":401,"type":416,"slug":5,"_id":417,"_type":28,"title":7,"_source":29,"_file":418,"_stem":419,"_extension":32},"/ja-jp/the-source/security",{"layout":9},{"title":96,"description":400,"ogImage":7},"進化するセキュリティ脅威とコンプライアンス要件に対応するための最新情報をお届けします。",[402,408],{"componentName":403,"componentContent":404},"TheSourceCategoryHero",{"title":96,"description":400,"image":405},{"config":406},{"src":407},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463273/aplkxrvwpii26xao5yhi.png",{"componentName":409,"componentContent":410},"TheSourceCategoryMainSection",{"config":411},{"gatedAssets":412},[413,414,415],"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":421,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":423,"title":425,"description":426,"link":427,"_id":433,"_type":28,"_source":29,"_file":434,"_stem":435,"_extension":32},"/shared/ja-jp/the-source/gated-assets/application-security-in-the-digital-age","gated-assets",{"id":415,"formId":424},1002,"デジタル時代のアプリケーション・セキュリティ","[世界各地のDevSecOpsの専門家5,000名を対象に行った調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/security-compliance/)を読み、組織がアタックサーフェス（攻撃対象領域）の増加にどのように取り組んでいるか、またセキュリティとAIに対する姿勢がどのように変化しているかをご覧ください。",{"text":428,"config":429},"レポートを読む",{"href":430,"dataGaName":431,"dataGaLocation":432},"https://about.gitlab.com/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":397,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":437,"seo":438,"content":439,"type":416,"slug":5,"_id":417,"_type":28,"title":7,"_source":29,"_file":418,"_stem":419,"_extension":32},{"layout":9},{"title":96,"description":400,"ogImage":7},[440,444],{"componentName":403,"componentContent":441},{"title":96,"description":400,"image":442},{"config":443},{"src":407},{"componentName":409,"componentContent":445},{"config":446},{"gatedAssets":447},[413,414,415],[449,453,464],{"_path":421,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":450,"title":425,"description":426,"link":451,"_id":433,"_type":28,"_source":29,"_file":434,"_stem":435,"_extension":32},{"id":415,"formId":424},{"text":428,"config":452},{"href":430,"dataGaName":431,"dataGaLocation":432},{"_path":454,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":455,"title":456,"link":457,"_id":461,"_type":28,"_source":29,"_file":462,"_stem":463,"_extension":32},"/shared/ja-jp/the-source/gated-assets/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain",{"id":414},"ソフトウェアサプライチェーンにおける脅威ベクターのフィールドガイド",{"config":458},{"href":459,"dataGaName":460,"dataGaLocation":432},"https://about.gitlab.com/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":465,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":466,"title":467,"description":468,"link":469,"_id":474,"_type":28,"_source":29,"_file":475,"_stem":476,"_extension":32},"/shared/ja-jp/the-source/gated-assets/source-lp-guide-to-dynamic-sboms",{"id":413},"GitLab動的SBOMガイド： 最新のソフトウェア開発に不可欠な要素","ソフトウェア部品表（SBOM）を使用して、これまで認識されていなかった組織リスクを可視化する方法をご紹介します。",{"text":470,"config":471},"ガイドを読む",{"href":472,"dataGaName":473,"dataGaLocation":432},"https://about.gitlab.com/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",[478,501,517,533,549,570,590,606,624,644,661,682,698,716,732,750,769,787,806,827,848,864,880,898,916,935,951,969,985,1004],{"_path":479,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":481,"seo":482,"content":484,"type":496,"slug":497,"_id":498,"_type":28,"title":483,"_source":29,"_file":499,"_stem":500,"_extension":32},"/ja-jp/the-source/authors/amanda-rueda","authors",{"layout":9},{"title":483},"Amanda Rueda",[485,494],{"componentName":486,"componentContent":487},"TheSourceAuthorHero",{"config":488,"name":483,"headshot":491},{"gitlabHandle":489,"linkedInProfileUrl":490},"amandarueda","https://www.linkedin.com/in/amandamrueda/",{"altText":483,"config":492},{"src":493},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":495},"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":502,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":503,"seo":504,"content":506,"type":496,"slug":513,"_id":514,"_type":28,"title":505,"_source":29,"_file":515,"_stem":516,"_extension":32},"/ja-jp/the-source/authors/andre-michael-braun",{"layout":9},{"title":505},"Andre Michael Braun",[507,512],{"componentName":486,"componentContent":508},{"name":505,"headshot":509},{"altText":505,"config":510},{"src":511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":495},"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":518,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":519,"seo":520,"content":522,"type":496,"slug":529,"_id":530,"_type":28,"title":521,"_source":29,"_file":531,"_stem":532,"_extension":32},"/ja-jp/the-source/authors/andrew-haschka",{"layout":9},{"title":521},"Andrew Haschka",[523,528],{"componentName":486,"componentContent":524},{"name":521,"headshot":525},{"altText":521,"config":526},{"src":527},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":495},"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":534,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":535,"seo":536,"content":538,"type":496,"slug":545,"_id":546,"_type":28,"title":537,"_source":29,"_file":547,"_stem":548,"_extension":32},"/ja-jp/the-source/authors/ayoub-fandi",{"layout":9},{"title":537},"Ayoub Fandi",[539,544],{"componentName":486,"componentContent":540},{"name":537,"headshot":541},{"altText":537,"config":542},{"src":543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":495},"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":550,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":551,"seo":552,"content":554,"type":496,"slug":566,"_id":567,"_type":28,"title":553,"_source":29,"_file":568,"_stem":569,"_extension":32},"/ja-jp/the-source/authors/brian-wald",{"layout":9},{"title":553},"Brian Wald",[555,565],{"componentName":486,"componentContent":556},{"config":557,"name":553,"role":560,"bio":561,"headshot":562},{"gitlabHandle":558,"linkedInProfileUrl":559},"brianwald","https://www.linkedin.com/in/brianwald/","グローバルフィールドCTO組織主任","GitLabグローバルフィールドのCTO組織主任。エンタープライズソフトウェア開発プラクティスの変革に専念する、ダイナミックなフィールドCTOチームを統率しています。",{"altText":553,"config":563},{"src":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":495},"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":571,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":572,"seo":573,"content":575,"type":496,"slug":586,"_id":587,"_type":28,"title":574,"_source":29,"_file":588,"_stem":589,"_extension":32},"/ja-jp/the-source/authors/bryan-ross",{"layout":9},{"title":574},"Bryan Ross",[576,585],{"componentName":486,"componentContent":577},{"config":578,"name":574,"headshot":582},{"gitlabHandle":579,"twitterXProfileUrl":580,"linkedInProfileUrl":581},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross",{"altText":574,"config":583},{"src":584},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":495},"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":591,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":592,"seo":593,"content":595,"type":496,"slug":602,"_id":603,"_type":28,"title":594,"_source":29,"_file":604,"_stem":605,"_extension":32},"/ja-jp/the-source/authors/chandler-gibbons",{"layout":9},{"title":594},"Chandler Gibbons",[596,601],{"componentName":486,"componentContent":597},{"name":594,"headshot":598},{"altText":594,"config":599},{"src":600},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":495},"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":607,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":608,"seo":609,"content":611,"type":496,"slug":620,"_id":621,"_type":28,"title":610,"_source":29,"_file":622,"_stem":623,"_extension":32},"/ja-jp/the-source/authors/dave-steer",{"layout":9},{"title":610},"Dave Steer",[612,619],{"componentName":486,"componentContent":613},{"config":614,"name":610,"headshot":616},{"gitlabHandle":615},"dsteer",{"altText":610,"config":617},{"src":618},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":495},"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":625,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":626,"seo":627,"content":629,"type":496,"slug":639,"_id":640,"_type":28,"title":641,"_source":29,"_file":642,"_stem":643,"_extension":32},"/ja-jp/the-source/authors/ddesanto",{"layout":9},{"title":628},"David DeSanto",[630,638],{"componentName":486,"componentContent":631},{"config":632,"name":628,"headshot":635},{"gitlabHandle":633,"linkedInProfileUrl":634},"david","https://www.linkedin.com/in/ddesanto/",{"altText":628,"config":636},{"src":637},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":495},"ddesanto","content:ja-jp:the-source:authors:ddesanto.yml","Ddesanto","ja-jp/the-source/authors/ddesanto.yml","ja-jp/the-source/authors/ddesanto",{"_path":645,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":646,"seo":647,"content":649,"type":496,"slug":656,"_id":657,"_type":28,"title":658,"_source":29,"_file":659,"_stem":660,"_extension":32},"/ja-jp/the-source/authors/derek-debellis",{"layout":9},{"title":648},"Derek DeBellis",[650,655],{"componentName":486,"componentContent":651},{"name":648,"headshot":652},{"altText":648,"config":653},{"src":654},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":495},"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":662,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":663,"seo":664,"content":666,"type":496,"slug":678,"_id":679,"_type":28,"title":665,"_source":29,"_file":680,"_stem":681,"_extension":32},"/ja-jp/the-source/authors/emilio-salvador",{"layout":9},{"title":665},"Emilio Salvador",[667,677],{"componentName":486,"componentContent":668},{"config":669,"name":665,"role":672,"bio":673,"headshot":674},{"gitlabHandle":670,"linkedInProfileUrl":671},"esalvadorp","https://www.linkedin.com/in/emiliosp/","戦略・デベロッパーリレーションズ部門バイスプレジデント","Emilio Salvadorは、GitLabの戦略・デベロッパーリレーションズ部門のバイスプレジデントです。技術部門の幹部社員として20年以上の経験を持つEmilioは、AmazonとMicrosoftでの勤務経験があり、最近ではGoogleのデベロッパーアドボカシーおよびエクスペリエンスチームの戦略と運営を統括しました。MIT大学スローン経営大学院でMBAを取得。",{"altText":665,"config":675},{"src":676},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":495},"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":683,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":684,"seo":685,"content":687,"type":496,"slug":694,"_id":695,"_type":28,"title":686,"_source":29,"_file":696,"_stem":697,"_extension":32},"/ja-jp/the-source/authors/erika-feldman",{"layout":9},{"title":686},"Erika Feldman",[688,693],{"componentName":486,"componentContent":689},{"name":686,"headshot":690},{"altText":686,"config":691},{"src":692},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":495},"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":699,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":700,"seo":701,"content":703,"type":496,"slug":712,"_id":713,"_type":28,"title":702,"_source":29,"_file":714,"_stem":715,"_extension":32},"/ja-jp/the-source/authors/george-kichukov",{"layout":9},{"title":702},"George Kichukov",[704,711],{"componentName":486,"componentContent":705},{"config":706,"name":702,"headshot":708},{"gitlabHandle":707},"gkichukov",{"altText":702,"config":709},{"src":710},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":495},"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":717,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":718,"seo":719,"content":721,"type":496,"slug":12,"_id":728,"_type":28,"title":729,"_source":29,"_file":730,"_stem":731,"_extension":32},"/ja-jp/the-source/authors/gitlab",{"layout":9},{"title":720},"GitLab",[722,727],{"componentName":486,"componentContent":723},{"name":720,"headshot":724},{"altText":720,"config":725},{"src":726},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":495},"content:ja-jp:the-source:authors:gitlab.yml","Gitlab","ja-jp/the-source/authors/gitlab.yml","ja-jp/the-source/authors/gitlab",{"_path":733,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":734,"seo":735,"content":737,"type":496,"slug":746,"_id":747,"_type":28,"title":736,"_source":29,"_file":748,"_stem":749,"_extension":32},"/ja-jp/the-source/authors/grant-hickman",{"layout":9},{"title":736},"Grant Hickman",[738,745],{"componentName":486,"componentContent":739},{"config":740,"name":736,"headshot":742},{"gitlabHandle":741},"g.hickman",{"altText":736,"config":743},{"src":744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":495},"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":751,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":752,"seo":753,"content":755,"type":496,"slug":765,"_id":766,"_type":28,"title":754,"_source":29,"_file":767,"_stem":768,"_extension":32},"/ja-jp/the-source/authors/haim-snir",{"layout":9},{"title":754},"Haim Snir",[756,764],{"componentName":486,"componentContent":757},{"config":758,"name":754,"headshot":761},{"gitlabHandle":759,"linkedInProfileUrl":760},"hsnir1","https://www.linkedin.com/in/haimsnir/",{"altText":754,"config":762},{"src":763},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":495},"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":770,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":771,"seo":772,"content":774,"type":496,"slug":778,"_id":783,"_type":28,"title":784,"_source":29,"_file":785,"_stem":786,"_extension":32},"/ja-jp/the-source/authors/iganbaruch",{"layout":9},{"title":773},"Itzik Gan Baruch",[775,782],{"componentName":486,"componentContent":776},{"config":777,"name":773,"headshot":779},{"gitlabHandle":778},"iganbaruch",{"altText":773,"config":780},{"src":781},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":495},"content:ja-jp:the-source:authors:iganbaruch.yml","Iganbaruch","ja-jp/the-source/authors/iganbaruch.yml","ja-jp/the-source/authors/iganbaruch",{"_path":788,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":789,"seo":790,"content":792,"type":496,"slug":801,"_id":802,"_type":28,"title":803,"_source":29,"_file":804,"_stem":805,"_extension":32},"/ja-jp/the-source/authors/jlongo",{"layout":9},{"title":791},"Joseph Longo",[793,800],{"componentName":486,"componentContent":794},{"config":795,"name":791,"headshot":797},{"gitlabHandle":796},"jlongo_gitlab",{"altText":791,"config":798},{"src":799},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":495},"jlongo","content:ja-jp:the-source:authors:jlongo.yml","Jlongo","ja-jp/the-source/authors/jlongo.yml","ja-jp/the-source/authors/jlongo",{"_path":807,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":808,"seo":809,"content":811,"type":496,"slug":823,"_id":824,"_type":28,"title":810,"_source":29,"_file":825,"_stem":826,"_extension":32},"/ja-jp/the-source/authors/joel-krooswyk",{"layout":9},{"title":810},"Joel Krooswyk",[812,822],{"componentName":486,"componentContent":813},{"config":814,"name":810,"role":817,"bio":818,"headshot":819},{"gitlabHandle":815,"linkedInProfileUrl":816},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","連邦CTO","Joel KrooswykはGitLabの連邦CTOです。Joelは2017年からGitLabの成長に積極的に関わってきました。25年にわたるリーダーシップの経験は、米国の公共部門だけでなく、世界中の中小企業、中堅企業、大企業にも及んでいます。Joelは、政府の政策に関する深い専門知識と、テクノロジー、ソフトウェア開発、AI、サイバーセキュリティにおける豊富な経験を兼ね備えており、産業界や政府機関から、政策の解説や対応について頻繁に依頼を受けています。",{"altText":810,"config":820},{"src":821},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":495},"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":828,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":829,"seo":830,"content":832,"type":496,"slug":844,"_id":845,"_type":28,"title":831,"_source":29,"_file":846,"_stem":847,"_extension":32},"/ja-jp/the-source/authors/josh-lemos",{"layout":9},{"title":831},"Josh Lemos",[833,843],{"componentName":486,"componentContent":834},{"config":835,"name":831,"role":838,"bio":839,"headshot":840},{"gitlabHandle":836,"linkedInProfileUrl":837},"joshlemos","https://www.linkedin.com/in/joshlemos/","最高情報セキュリティ責任者","Josh Lemosは20年にわたり情報セキュリティチームを率いてきた経験を生かし、GitLab Inc.の最高情報セキュリティ責任者を務めています。具体的には、情報資産とテクノロジーを適切に保護するための企業ビジョン、戦略、プログラムの確立および維持、Gitlab DevSecOpsプラットフォームの強化、そして顧客への最高水準のセキュリティ提供といった職務を担当しています。",{"altText":831,"config":841},{"src":842},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":495},"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":849,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":850,"seo":851,"content":853,"type":496,"slug":860,"_id":861,"_type":28,"title":852,"_source":29,"_file":862,"_stem":863,"_extension":32},"/ja-jp/the-source/authors/julie-griffin",{"layout":9},{"title":852},"Julie Griffin",[854,859],{"componentName":486,"componentContent":855},{"name":852,"headshot":856},{"altText":852,"config":857},{"src":858},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":495},"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":865,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":866,"seo":867,"content":869,"type":496,"slug":876,"_id":877,"_type":28,"title":868,"_source":29,"_file":878,"_stem":879,"_extension":32},"/ja-jp/the-source/authors/kristina-weis",{"layout":9},{"title":868},"Kristina Weis",[870,875],{"componentName":486,"componentContent":871},{"name":868,"headshot":872},{"altText":868,"config":873},{"src":874},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":495},"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":881,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":882,"seo":883,"content":885,"type":496,"slug":894,"_id":895,"_type":28,"title":884,"_source":29,"_file":896,"_stem":897,"_extension":32},"/ja-jp/the-source/authors/lee-faus",{"layout":9},{"title":884},"Lee Faus",[886,893],{"componentName":486,"componentContent":887},{"config":888,"name":884,"headshot":890},{"gitlabHandle":889},"lfaus",{"altText":884,"config":891},{"src":892},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":495},"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":899,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":900,"seo":901,"content":903,"type":496,"slug":907,"_id":912,"_type":28,"title":913,"_source":29,"_file":914,"_stem":915,"_extension":32},"/ja-jp/the-source/authors/ncregan",{"layout":9},{"title":902},"Niall Cregan",[904,911],{"componentName":486,"componentContent":905},{"config":906,"name":902,"headshot":908},{"gitlabHandle":907},"ncregan",{"altText":902,"config":909},{"src":910},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":495},"content:ja-jp:the-source:authors:ncregan.yml","Ncregan","ja-jp/the-source/authors/ncregan.yml","ja-jp/the-source/authors/ncregan",{"_path":917,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":918,"seo":919,"content":921,"type":496,"slug":930,"_id":931,"_type":28,"title":932,"_source":29,"_file":933,"_stem":934,"_extension":32},"/ja-jp/the-source/authors/rschulman",{"layout":9},{"title":920},"Robin Schulman",[922,929],{"componentName":486,"componentContent":923},{"config":924,"name":920,"headshot":926},{"gitlabHandle":925},"robin",{"altText":920,"config":927},{"src":928},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":495},"rschulman","content:ja-jp:the-source:authors:rschulman.yml","Rschulman","ja-jp/the-source/authors/rschulman.yml","ja-jp/the-source/authors/rschulman",{"_path":936,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":937,"seo":938,"content":940,"type":496,"slug":947,"_id":948,"_type":28,"title":939,"_source":29,"_file":949,"_stem":950,"_extension":32},"/ja-jp/the-source/authors/sabrina-farmer",{"layout":9},{"title":939},"Sabrina Farmer",[941,946],{"componentName":486,"componentContent":942},{"name":939,"headshot":943},{"altText":939,"config":944},{"src":945},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":495},"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":952,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":953,"seo":954,"content":956,"type":496,"slug":965,"_id":966,"_type":28,"title":955,"_source":29,"_file":967,"_stem":968,"_extension":32},"/ja-jp/the-source/authors/sandra-gittlen",{"layout":9},{"title":955},"Sandra Gittlen",[957,964],{"componentName":486,"componentContent":958},{"config":959,"name":955,"headshot":961},{"gitlabHandle":960},"sgittlen",{"altText":955,"config":962},{"src":963},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":495},"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":970,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":971,"seo":972,"content":974,"type":496,"slug":981,"_id":982,"_type":28,"title":973,"_source":29,"_file":983,"_stem":984,"_extension":32},"/ja-jp/the-source/authors/sharon-gaudin",{"layout":9},{"title":973},"Sharon Gaudin",[975,980],{"componentName":486,"componentContent":976},{"name":973,"headshot":977},{"altText":973,"config":978},{"src":979},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":495},"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":986,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":987,"seo":988,"content":990,"type":496,"slug":1000,"_id":1001,"_type":28,"title":989,"_source":29,"_file":1002,"_stem":1003,"_extension":32},"/ja-jp/the-source/authors/stephen-walters",{"layout":9},{"title":989},"Stephen Walters",[991,999],{"componentName":486,"componentContent":992},{"config":993,"name":989,"headshot":996},{"gitlabHandle":994,"linkedInProfileUrl":995},"swalters1","https://www.linkedin.com/in/1stephenwalters/",{"altText":989,"config":997},{"src":998},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463392/g6ktk5qb4vcqc9wqjlf9.jpg",{"componentName":495},"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":1005,"_dir":480,"_draft":6,"_partial":6,"_locale":7,"config":1006,"seo":1007,"content":1009,"type":496,"slug":1021,"_id":1022,"_type":28,"title":1023,"_source":29,"_file":1024,"_stem":1025,"_extension":32},"/ja-jp/the-source/authors/taylor-mccaslin",{"layout":9},{"title":1008},"Taylor McCaslin",[1010,1020],{"componentName":486,"componentContent":1011},{"config":1012,"name":1008,"role":1015,"bio":1016,"headshot":1017},{"gitlabHandle":1013,"linkedInProfileUrl":1014},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","グループマネージャー、製品 - データサイエンス","Taylor McCaslinは、GitLabのAI/ML担当プロダクトリーダーです。AI PoweredおよびModelOpsステージグループを管理するプロダクトマネージャーチームを率い、GitLabユーザーがDevOpsプログラムの一環としてデータサイエンスを活用できるようにするためのビジョンと方向性を示しています。GitLabに入社する前は、Indeed、Duo Security、WP Engineに勤務していました。",{"altText":1008,"config":1018},{"src":1019},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":495},"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",1758326281226]