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