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