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