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