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