[{"data":1,"prerenderedAt":905},["ShallowReactive",2],{"/ja-jp/topics/devsecops/what-is-fuzz-testing":3,"navigation-ja-jp":164,"banner-ja-jp":577,"footer-ja-jp":590,"next-steps-ja-jp":800,"footer-source-/ja-jp/topics/devsecops/what-is-fuzz-testing/":815},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":158,"_type":159,"title":7,"_source":160,"_file":161,"_stem":162,"_extension":163},"/ja-jp/topics/devsecops/what-is-fuzz-testing","devsecops",false,"",{"title":9,"description":10},"ファジングとは？","ファジング（ファジングテストとも呼ばれる）は、他のソフトウェアのテスト方法では見つからないバグを見つける方法です。",[12,26,31,92,125,156],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"Devsecops",{"href":23},"/ja-jp/topics/devsecops/",{"title":25},"What is fuzz testing",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"何を探しているのかよくわからない状態で、一体どのように脆弱性を見つけることができるのでしょうか？ゼロデイ脆弱性の検出に、ファジング（ファジングテスト）がどのように役立つかを学びましょう。\n",{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":33},"CommonSideNavigationWithTree",{"anchors":34,"components":61},{"text":35,"data":36},"On this page",[37,41,45,49,53,57],{"text":38,"config":39},"概要",{"href":40},"#overview",{"text":42,"config":43},"ファジングの歴史",{"href":44},"#history-of-fuzzing",{"text":46,"config":47},"ファジングの2つのタイプ",{"href":48},"#two-types-of-fuzzing",{"text":50,"config":51},"ファジングを行うメリット",{"href":52},"#benefits-of-fuzzing",{"text":54,"config":55},"ファジングに関する課題",{"href":56},"#challenges-of-fuzzing",{"text":58,"config":59},"カバレッジファジングでバグを見つける",{"href":60},"#find-bugs-with-coverage-guided-fuzzing",[62,68,73,78,83,88],{"type":63,"componentName":63,"componentContent":64},"TopicsCopy",{"header":38,"text":65,"config":66},"ファジングやアプリケーションのファジングは、ソフトウェアアプリケーションのソースコード内に潜むセキュリティ上の脆弱性やバグをチームが発見できるようにするソフトウェアのテスト手法です。従来のソフトウェアテスト手法（SASTやDAST、IAST ）とは異なり、ファジングでは、基本的にはランダムな入力でコードに対して「ping」を行いクラッシュさせることで、そうしなければ明らかにならない欠陥を特定します。このようなコードの欠陥（あるいはビジネスロジックの問題）から、セキュリティ上の脅威に対して高いリスクがある場所がわかります。\n\n欠陥や脆弱性が見つかったら、ファザー（クラッシュの潜在的な原因を特定するツール）を使って、ソースコード内の特定の脆弱性に的を絞ることができます。ファザーは、SQL挿入やクロスサイトスクリプティングなど、ハッカーがセキュリティを無効にして情報を盗んだりシステムをダウンさせたりする攻撃で悪用される可能性のある脆弱性を特定するのに最も効果的です。スパイウェアやトロイの木馬などのシステムクラッシュとは無関係な脆弱性の発見には、あまり効果的ではありません。\n\nファジングを推奨する人々が、完全に自動化されていて、はっきりとしない弱点を見つけられる点を評価する一方で、反対する人々は設定が難しく、信頼性の低い結果をもたらしやすい点が不満だと述べています。\n",{"id":67},"overview",{"type":63,"componentName":63,"componentContent":69},{"header":42,"text":70,"config":71},"ファジングは別の点でも際立っています。このコンセプトが発見された経緯には、実はエピソードがあります。1988年に、ウィスコンシン大学マディソン校のBarton Miller教授が、ダイヤルアップシステムを使用してリモートでコードにアクセスしようとしていたところ、雷雨による干渉が原因でプログラムがクラッシュし続けました。外部の「ノイズ」はコードでは許容できないという考えは、Miller教授と彼の生徒の研究のきっかけとなりました。彼らは、予期しないランダムな入力がpingされた場合に、UnixやMac、Windowsのプログラムが定期的にクラッシュすることを発見しました。Miller教授は、『[Fuzzing for Software Security Testing and Quality Assurance](https://www.amazon.com/Fuzzing-Software-Security-Assurance-Information/dp/1596932147/ref=sr_1_2){data-ga-name=\"fuzzing for softwware security testing and quality assurance book\" data-ga-location=\"body\"}』の著者の1人です。\n",{"id":72},"history-of-fuzzing",{"type":63,"componentName":63,"componentContent":74},{"header":46,"text":75,"config":76},"ファジングには、主にカバレッジファジングとビヘイビアファジングの2つのタイプがあります。\n\n[カバレッジファジング](https://about.gitlab.com/blog/fuzzing-with-gitlab/){data-ga-name=\"fuzzing with gitlab\" data-ga-location=\"body\"}は、アプリの実行中にソースコードに注目し、バグを見つけるためにランダムな入力を与えます。絶えず新しいテストが生成され、アプリをクラッシュさせることを目標とします。クラッシュした場合、問題の可能性があることを意味します。テスターはカバレッジファジングプロセスから得たデータを使用して、クラッシュを再現できます。これはリスクのあるコードを特定するのに便利です。\n\nビヘイビアファジングの仕組みは異なります。アプリケーションがどのように動作すべきかを示すために仕様を参考にし、ランダムな入力を使用して実際にはどのように動作するかを判断します。想定される動作と実際の動作が異なる場合、通常はバグやその他の潜在的なセキュリティリスクが見つかります。\n",{"id":77},"two-types-of-fuzzing",{"type":63,"componentName":63,"componentContent":79},{"header":50,"text":80,"config":81},"[DevSecOps](https://about.gitlab.com/topics/devsecops/){data-ga-name=\"devsecops topics\" data-ga-location=\"body\"}において、ファジングを行うことはなぜ重要なのでしょうか？ファジングにはランダムな性質があるため、他のテストでは見落とされてしまうバグを見つけられる可能性が最も高い手法だと専門家は述べています。また、非常に手間のかからないテスト手法だと感がられています。「設定すれば、あとは放っておける」という意見もあります。テストハーネスを一度作成すれば、ファジングは完全に自動化され、いつまでも実行されます。マシンの台数を増やすことで簡単にスケーリングでき、回帰テストにも適しています。またファジングは、誤検出を行うことなく、コードカバレッジ（ファザーによって実行されたコードの量）を最大化できるため、開発プロセスがスピードアップします。コードカバレッジが高いほど、より徹底的なテストを実行できたことを意味します。\n\nさらにファジングは、手動によるテストを担当するチームと一緒に行うのが理想的です。これは、ファジングの入力セットと手動テストの入力セットをそれぞれをもとに調整できるためです。\n",{"id":82},"benefits-of-fuzzing",{"type":63,"componentName":63,"componentContent":84},{"header":54,"text":85,"config":86},"ファジングの実装を行おうとする場合、設定とデータ分析という主な2つの課題に直面します。ファズテストの設定は必ずしも簡単ではありません。設定するには複雑な“ハーネス”のテストが必要となりますが、ファジングが実際には既存のツールチェーン内に配置されていない場合、さらに“ハーネス”のテストが作成しにくくなる可能性があります。その上、ファジングを行うと、誤検出の可能性も含め、多くのデータが生成されることがあります。そのため、テストの担当チームが大量の情報に対処できるように準備しておくことが不可欠です。\n\nまた、あまり簡単には証明できないものの、QAコミュニティではファジングの「あいまい」な性質に対する否定的な考え方が依然として存在します。\n",{"id":87},"challenges-of-fuzzing",{"type":63,"componentName":63,"componentContent":89},{"header":58,"text":7,"config":90},{"id":91},"find-bugs-with-coverage-guided-fuzzing",{"type":93,"componentName":93,"componentContent":94},"CommonResourcesContainer",{"header":95,"tabs":96},"DevSecOpsの詳細をご紹介",[97,111],{"name":98,"items":99,"config":110},"動画",[100],{"header":101,"type":98,"image":102,"link":105},"ファジングに関する動画を視聴する",{"altText":101,"config":103},{"src":104},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158699/Website/Topics/fuzz-testing.jpg",{"text":106,"config":107},"今すぐ視聴",{"href":108,"icon":109,"modal":6},"https://www.youtube.com/embed/4ROYvNfRZVU","Video",{"key":98},{"name":112,"items":113,"config":124},"記事",[114],{"header":115,"type":112,"image":116,"link":119},"GitLabのファジングに関する技術ドキュメント",{"altText":115,"config":117},{"src":118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158703/Website/Topics/img-fallback-cards-gitlab.png",{"text":120,"config":121},"詳細はこちら",{"href":122,"icon":123,"modal":6},"https://docs.gitlab.com/ee/user/application_security/coverage_fuzzing/","Articles",{"key":112},{"type":93,"componentName":93,"componentContent":126},{"header":127,"tabs":128},"おすすめのコンテンツ",[129],{"name":130,"items":131,"config":155},"resources",[132,141,149],{"header":133,"type":134,"image":135,"link":137},"デベロッパー中心のアプリケーションセキュリティテストでDevOpsチームを劇的に変える方法","ブログ",{"altText":133,"config":136},{"src":118},{"text":120,"config":138},{"href":139,"icon":140,"modal":6},"/blog/align-engineering-security-appsec-tests-in-ci/","Blog",{"header":142,"type":134,"image":143,"link":146},"最近の買収によるGitLabへのファジングの導入",{"altText":142,"config":144},{"src":145},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158710/Website/Topics/img-fallback-cards-infinity.png",{"text":120,"config":147},{"href":148,"icon":140,"modal":6},"/blog/fuzz-testing/",{"header":58,"type":134,"image":150,"link":152},{"altText":58,"config":151},{"src":118},{"text":120,"config":153},{"href":154,"icon":140,"modal":6},"/blog/fuzzing-with-gitlab/",{"key":130},{"type":157,"componentName":157},"CommonNextSteps","content:ja-jp:topics:devsecops:what-is-fuzz-testing:index.yml","yaml","content","ja-jp/topics/devsecops/what-is-fuzz-testing/index.yml","ja-jp/topics/devsecops/what-is-fuzz-testing/index","yml",{"_path":165,"_dir":166,"_draft":6,"_partial":6,"_locale":7,"data":167,"_id":573,"_type":159,"title":574,"_source":160,"_file":575,"_stem":576,"_extension":163},"/shared/ja-jp/main-navigation","ja-jp",{"logo":168,"freeTrial":173,"sales":178,"login":183,"items":188,"search":517,"minimal":551,"duo":564},{"config":169},{"href":170,"dataGaName":171,"dataGaLocation":172},"/ja-jp/","gitlab logo","header",{"text":174,"config":175},"無料トライアルを開始",{"href":176,"dataGaName":177,"dataGaLocation":172},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":179,"config":180},"お問い合わせ",{"href":181,"dataGaName":182,"dataGaLocation":172},"/ja-jp/sales/","sales",{"text":184,"config":185},"サインイン",{"href":186,"dataGaName":187,"dataGaLocation":172},"https://gitlab.com/users/sign_in/","sign in",[189,232,330,335,439,499],{"text":190,"config":191,"cards":193,"footer":215},"プラットフォーム",{"dataNavLevelOne":192},"platform",[194,200,208],{"title":190,"description":195,"link":196},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":197,"config":198},"プラットフォームを詳しく見る",{"href":199,"dataGaName":192,"dataGaLocation":172},"/ja-jp/platform/",{"title":201,"description":202,"link":203},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":204,"config":205},"GitLab Duoのご紹介",{"href":206,"dataGaName":207,"dataGaLocation":172},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":209,"description":210,"link":211},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":120,"config":212},{"href":213,"dataGaName":214,"dataGaLocation":172},"/ja-jp/why-gitlab/","why gitlab",{"title":216,"items":217},"利用を開始：",[218,223,228],{"text":219,"config":220},"プラットフォームエンジニアリング",{"href":221,"dataGaName":222,"dataGaLocation":172},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":224,"config":225},"開発者の経験",{"href":226,"dataGaName":227,"dataGaLocation":172},"/ja-jp/developer-experience/","Developer experience",{"text":229,"config":230},"MLOps",{"href":231,"dataGaName":229,"dataGaLocation":172},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":233,"left":234,"config":235,"link":237,"lists":241,"footer":312},"製品",true,{"dataNavLevelOne":236},"solutions",{"text":238,"config":239},"すべてのソリューションを表示",{"href":240,"dataGaName":236,"dataGaLocation":172},"/ja-jp/solutions/",[242,268,290],{"title":243,"description":244,"link":245,"items":250},"自動化","CI/CDと自動化でデプロイを加速",{"config":246},{"icon":247,"href":248,"dataGaName":249,"dataGaLocation":172},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[251,255,259,264],{"text":252,"config":253},"CI/CD",{"href":254,"dataGaLocation":172,"dataGaName":252},"/ja-jp/solutions/continuous-integration/",{"text":256,"config":257},"AIアシストによる開発",{"href":206,"dataGaLocation":172,"dataGaName":258},"AI assisted development",{"text":260,"config":261},"ソースコード管理",{"href":262,"dataGaLocation":172,"dataGaName":263},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":265,"config":266},"自動化されたソフトウェアデリバリー",{"href":248,"dataGaLocation":172,"dataGaName":267},"Automated software delivery",{"title":269,"description":270,"link":271,"items":276},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":272},{"href":273,"dataGaName":274,"dataGaLocation":172,"icon":275},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[277,281,286],{"text":278,"config":279},"Application Security Testing",{"href":273,"dataGaName":280,"dataGaLocation":172},"Application security testing",{"text":282,"config":283},"ソフトウェアサプライチェーンの安全性",{"href":284,"dataGaLocation":172,"dataGaName":285},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":287,"config":288},"Software Compliance",{"href":289,"dataGaName":287,"dataGaLocation":172},"/ja-jp/solutions/software-compliance/",{"title":291,"link":292,"items":297},"測定",{"config":293},{"icon":294,"href":295,"dataGaName":296,"dataGaLocation":172},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[298,302,307],{"text":299,"config":300},"可視性と測定",{"href":295,"dataGaLocation":172,"dataGaName":301},"Visibility and Measurement",{"text":303,"config":304},"バリューストリーム管理",{"href":305,"dataGaLocation":172,"dataGaName":306},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":308,"config":309},"分析とインサイト",{"href":310,"dataGaLocation":172,"dataGaName":311},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":313,"items":314},"GitLabが活躍する場所",[315,320,325],{"text":316,"config":317},"Enterprise",{"href":318,"dataGaLocation":172,"dataGaName":319},"/ja-jp/enterprise/","enterprise",{"text":321,"config":322},"スモールビジネス",{"href":323,"dataGaLocation":172,"dataGaName":324},"/ja-jp/small-business/","small business",{"text":326,"config":327},"公共機関",{"href":328,"dataGaLocation":172,"dataGaName":329},"/ja-jp/solutions/public-sector/","public sector",{"text":331,"config":332},"価格",{"href":333,"dataGaName":334,"dataGaLocation":172,"dataNavLevelOne":334},"/ja-jp/pricing/","pricing",{"text":336,"config":337,"link":338,"lists":342,"feature":426},"関連リソース",{"dataNavLevelOne":130},{"text":339,"config":340},"すべてのリソースを表示",{"href":341,"dataGaName":130,"dataGaLocation":172},"/ja-jp/resources/",[343,376,398],{"title":344,"items":345},"はじめに",[346,351,356,361,366,371],{"text":347,"config":348},"インストール",{"href":349,"dataGaName":350,"dataGaLocation":172},"/ja-jp/install/","install",{"text":352,"config":353},"クイックスタートガイド",{"href":354,"dataGaName":355,"dataGaLocation":172},"/ja-jp/get-started/","quick setup checklists",{"text":357,"config":358},"学ぶ",{"href":359,"dataGaLocation":172,"dataGaName":360},"https://university.gitlab.com/","learn",{"text":362,"config":363},"製品ドキュメント",{"href":364,"dataGaName":365,"dataGaLocation":172},"https://docs.gitlab.com/","product documentation",{"text":367,"config":368},"ベストプラクティスビデオ",{"href":369,"dataGaName":370,"dataGaLocation":172},"/ja-jp/getting-started-videos/","best practice videos",{"text":372,"config":373},"インテグレーション",{"href":374,"dataGaName":375,"dataGaLocation":172},"/ja-jp/integrations/","integrations",{"title":377,"items":378},"検索する",[379,384,388,393],{"text":380,"config":381},"お客様成功事例",{"href":382,"dataGaName":383,"dataGaLocation":172},"/ja-jp/customers/","customer success stories",{"text":134,"config":385},{"href":386,"dataGaName":387,"dataGaLocation":172},"/ja-jp/blog/","blog",{"text":389,"config":390},"リモート",{"href":391,"dataGaName":392,"dataGaLocation":172},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":394,"config":395},"TeamOps",{"href":396,"dataGaName":397,"dataGaLocation":172},"/ja-jp/teamops/","teamops",{"title":399,"items":400},"つなげる",[401,406,411,416,421],{"text":402,"config":403},"GitLabサービス",{"href":404,"dataGaName":405,"dataGaLocation":172},"/ja-jp/services/","services",{"text":407,"config":408},"コミュニティ",{"href":409,"dataGaName":410,"dataGaLocation":172},"/community/","community",{"text":412,"config":413},"フォーラム",{"href":414,"dataGaName":415,"dataGaLocation":172},"https://forum.gitlab.com/","forum",{"text":417,"config":418},"イベント",{"href":419,"dataGaName":420,"dataGaLocation":172},"/events/","events",{"text":422,"config":423},"パートナー",{"href":424,"dataGaName":425,"dataGaLocation":172},"/ja-jp/partners/","partners",{"backgroundColor":427,"textColor":428,"text":429,"image":430,"link":434},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":431,"config":432},"ソースプロモカード",{"src":433},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":435,"config":436},"最新情報を読む",{"href":437,"dataGaName":438,"dataGaLocation":172},"/ja-jp/the-source/","the source",{"text":440,"config":441,"lists":443},"会社情報",{"dataNavLevelOne":442},"company",[444],{"items":445},[446,451,457,459,464,469,474,479,484,489,494],{"text":447,"config":448},"GitLabについて",{"href":449,"dataGaName":450,"dataGaLocation":172},"/ja-jp/company/","about",{"text":452,"config":453,"footerGa":456},"採用情報",{"href":454,"dataGaName":455,"dataGaLocation":172},"/jobs/","jobs",{"dataGaName":455},{"text":417,"config":458},{"href":419,"dataGaName":420,"dataGaLocation":172},{"text":460,"config":461},"経営陣",{"href":462,"dataGaName":463,"dataGaLocation":172},"/company/team/e-group/","leadership",{"text":465,"config":466},"チーム",{"href":467,"dataGaName":468,"dataGaLocation":172},"/company/team/","team",{"text":470,"config":471},"ハンドブック",{"href":472,"dataGaName":473,"dataGaLocation":172},"https://handbook.gitlab.com/","handbook",{"text":475,"config":476},"投資家向け情報",{"href":477,"dataGaName":478,"dataGaLocation":172},"https://ir.gitlab.com/","investor relations",{"text":480,"config":481},"トラストセンター",{"href":482,"dataGaName":483,"dataGaLocation":172},"/ja-jp/security/","trust center",{"text":485,"config":486},"AI Transparency Center",{"href":487,"dataGaName":488,"dataGaLocation":172},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":490,"config":491},"ニュースレター",{"href":492,"dataGaName":493,"dataGaLocation":172},"/company/contact/","newsletter",{"text":495,"config":496},"プレス",{"href":497,"dataGaName":498,"dataGaLocation":172},"/press/","press",{"text":179,"config":500,"lists":501},{"dataNavLevelOne":442},[502],{"items":503},[504,507,512],{"text":179,"config":505},{"href":181,"dataGaName":506,"dataGaLocation":172},"talk to sales",{"text":508,"config":509},"サポートを受ける",{"href":510,"dataGaName":511,"dataGaLocation":172},"/support/","get help",{"text":513,"config":514},"カスタマーポータル",{"href":515,"dataGaName":516,"dataGaLocation":172},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":518,"login":519,"suggestions":526},"閉じる",{"text":520,"link":521},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":522,"config":523},"GitLab.com",{"href":186,"dataGaName":524,"dataGaLocation":525},"search login","search",{"text":527,"default":528},"提案",[529,532,537,539,543,547],{"text":201,"config":530},{"href":206,"dataGaName":531,"dataGaLocation":525},"GitLab Duo (AI)",{"text":533,"config":534},"コード提案（AI）",{"href":535,"dataGaName":536,"dataGaLocation":525},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":252,"config":538},{"href":254,"dataGaName":252,"dataGaLocation":525},{"text":540,"config":541},"GitLab on AWS",{"href":542,"dataGaName":540,"dataGaLocation":525},"/ja-jp/partners/technology-partners/aws/",{"text":544,"config":545},"GitLab on Google Cloud",{"href":546,"dataGaName":544,"dataGaLocation":525},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":548,"config":549},"GitLabを選ぶ理由",{"href":213,"dataGaName":550,"dataGaLocation":525},"Why GitLab?",{"freeTrial":552,"mobileIcon":556,"desktopIcon":561},{"text":174,"config":553},{"href":554,"dataGaName":177,"dataGaLocation":555},"https://gitlab.com/-/trials/new/","nav",{"altText":557,"config":558},"GitLabアイコン",{"src":559,"dataGaName":560,"dataGaLocation":555},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":557,"config":562},{"src":563,"dataGaName":560,"dataGaLocation":555},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":565,"mobileIcon":569,"desktopIcon":571},{"text":566,"config":567},"GitLab Duoの詳細について",{"href":206,"dataGaName":568,"dataGaLocation":555},"gitlab duo",{"altText":557,"config":570},{"src":559,"dataGaName":560,"dataGaLocation":555},{"altText":557,"config":572},{"src":563,"dataGaName":560,"dataGaLocation":555},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":578,"_dir":166,"_draft":6,"_partial":6,"_locale":7,"title":579,"button":580,"config":585,"_id":587,"_type":159,"_source":160,"_file":588,"_stem":589,"_extension":163},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":581,"config":582},"ベータ版を試す",{"href":583,"dataGaName":584,"dataGaLocation":172},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":586},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":591,"_dir":166,"_draft":6,"_partial":6,"_locale":7,"data":592,"_id":796,"_type":159,"title":797,"_source":160,"_file":798,"_stem":799,"_extension":163},"/shared/ja-jp/main-footer",{"text":593,"source":594,"edit":600,"contribute":605,"config":610,"items":615,"minimal":788},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":595,"config":596},"ページのソースを表示",{"href":597,"dataGaName":598,"dataGaLocation":599},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":601,"config":602},"このページを編集",{"href":603,"dataGaName":604,"dataGaLocation":599},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":606,"config":607},"ご協力をお願いします",{"href":608,"dataGaName":609,"dataGaLocation":599},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":611,"facebook":612,"youtube":613,"linkedin":614},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[616,639,693,725,760],{"title":190,"links":617,"subMenu":622},[618],{"text":619,"config":620},"DevSecOpsプラットフォーム",{"href":199,"dataGaName":621,"dataGaLocation":599},"devsecops platform",[623],{"title":331,"links":624},[625,629,634],{"text":626,"config":627},"プランの表示",{"href":333,"dataGaName":628,"dataGaLocation":599},"view plans",{"text":630,"config":631},"Premiumを選ぶ理由",{"href":632,"dataGaName":633,"dataGaLocation":599},"/ja-jp/pricing/premium/","why premium",{"text":635,"config":636},"Ultimateを選ぶ理由",{"href":637,"dataGaName":638,"dataGaLocation":599},"/ja-jp/pricing/ultimate/","why ultimate",{"title":640,"links":641},"ソリューション",[642,647,650,652,657,662,666,669,672,677,679,681,683,688],{"text":643,"config":644},"デジタルトランスフォーメーション",{"href":645,"dataGaName":646,"dataGaLocation":599},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":648,"config":649},"セキュリティとコンプライアンス",{"href":273,"dataGaName":280,"dataGaLocation":599},{"text":265,"config":651},{"href":248,"dataGaName":249,"dataGaLocation":599},{"text":653,"config":654},"アジャイル開発",{"href":655,"dataGaName":656,"dataGaLocation":599},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":658,"config":659},"クラウドトランスフォーメーション",{"href":660,"dataGaName":661,"dataGaLocation":599},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":663,"config":664},"SCM",{"href":262,"dataGaName":665,"dataGaLocation":599},"source code management",{"text":252,"config":667},{"href":254,"dataGaName":668,"dataGaLocation":599},"continuous integration & delivery",{"text":303,"config":670},{"href":305,"dataGaName":671,"dataGaLocation":599},"value stream management",{"text":673,"config":674},"GitOps",{"href":675,"dataGaName":676,"dataGaLocation":599},"/ja-jp/solutions/gitops/","gitops",{"text":316,"config":678},{"href":318,"dataGaName":319,"dataGaLocation":599},{"text":321,"config":680},{"href":323,"dataGaName":324,"dataGaLocation":599},{"text":326,"config":682},{"href":328,"dataGaName":329,"dataGaLocation":599},{"text":684,"config":685},"教育",{"href":686,"dataGaName":687,"dataGaLocation":599},"/ja-jp/solutions/education/","education",{"text":689,"config":690},"金融サービス",{"href":691,"dataGaName":692,"dataGaLocation":599},"/ja-jp/solutions/finance/","financial services",{"title":336,"links":694},[695,697,699,701,704,706,709,711,713,715,717,719,721,723],{"text":347,"config":696},{"href":349,"dataGaName":350,"dataGaLocation":599},{"text":352,"config":698},{"href":354,"dataGaName":355,"dataGaLocation":599},{"text":357,"config":700},{"href":359,"dataGaName":360,"dataGaLocation":599},{"text":362,"config":702},{"href":364,"dataGaName":703,"dataGaLocation":599},"docs",{"text":134,"config":705},{"href":386,"dataGaName":387},{"text":707,"config":708},"お客様の成功事例",{"href":382,"dataGaLocation":599},{"text":380,"config":710},{"href":382,"dataGaName":383,"dataGaLocation":599},{"text":389,"config":712},{"href":391,"dataGaName":392,"dataGaLocation":599},{"text":402,"config":714},{"href":404,"dataGaName":405,"dataGaLocation":599},{"text":394,"config":716},{"href":396,"dataGaName":397,"dataGaLocation":599},{"text":407,"config":718},{"href":409,"dataGaName":410,"dataGaLocation":599},{"text":412,"config":720},{"href":414,"dataGaName":415,"dataGaLocation":599},{"text":417,"config":722},{"href":419,"dataGaName":420,"dataGaLocation":599},{"text":422,"config":724},{"href":424,"dataGaName":425,"dataGaLocation":599},{"title":726,"links":727},"Company",[728,730,732,734,736,738,740,744,749,751,753,755],{"text":447,"config":729},{"href":449,"dataGaName":442,"dataGaLocation":599},{"text":452,"config":731},{"href":454,"dataGaName":455,"dataGaLocation":599},{"text":460,"config":733},{"href":462,"dataGaName":463,"dataGaLocation":599},{"text":465,"config":735},{"href":467,"dataGaName":468,"dataGaLocation":599},{"text":470,"config":737},{"href":472,"dataGaName":473,"dataGaLocation":599},{"text":475,"config":739},{"href":477,"dataGaName":478,"dataGaLocation":599},{"text":741,"config":742},"Sustainability",{"href":743,"dataGaName":741,"dataGaLocation":599},"/sustainability/",{"text":745,"config":746},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":747,"dataGaName":748,"dataGaLocation":599},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":480,"config":750},{"href":482,"dataGaName":483,"dataGaLocation":599},{"text":490,"config":752},{"href":492,"dataGaName":493,"dataGaLocation":599},{"text":495,"config":754},{"href":497,"dataGaName":498,"dataGaLocation":599},{"text":756,"config":757},"現代奴隷制の透明性に関する声明",{"href":758,"dataGaName":759,"dataGaLocation":599},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":179,"links":761},[762,764,766,768,773,778,783],{"text":179,"config":763},{"href":181,"dataGaName":182,"dataGaLocation":599},{"text":508,"config":765},{"href":510,"dataGaName":511,"dataGaLocation":599},{"text":513,"config":767},{"href":515,"dataGaName":516,"dataGaLocation":599},{"text":769,"config":770},"ステータス",{"href":771,"dataGaName":772,"dataGaLocation":599},"https://status.gitlab.com/","status",{"text":774,"config":775},"利用規約",{"href":776,"dataGaName":777,"dataGaLocation":599},"/terms/","terms of use",{"text":779,"config":780},"プライバシーに関する声明",{"href":781,"dataGaName":782,"dataGaLocation":599},"/ja-jp/privacy/","privacy statement",{"text":784,"config":785},"Cookieの設定",{"dataGaName":786,"dataGaLocation":599,"id":787,"isOneTrustButton":234},"cookie preferences","ot-sdk-btn",{"items":789},[790,792,794],{"text":774,"config":791},{"href":776,"dataGaName":777,"dataGaLocation":599},{"text":779,"config":793},{"href":781,"dataGaName":782,"dataGaLocation":599},{"text":784,"config":795},{"dataGaName":786,"dataGaLocation":599,"id":787,"isOneTrustButton":234},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":801,"_dir":166,"_draft":6,"_partial":6,"_locale":7,"header":802,"eyebrow":803,"blurb":804,"button":805,"secondaryButton":809,"_id":811,"_type":159,"title":812,"_source":160,"_file":813,"_stem":814,"_extension":163},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":174,"config":806},{"href":807,"dataGaName":177,"dataGaLocation":808},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":179,"config":810},{"href":181,"dataGaName":182,"dataGaLocation":808},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":816,"content":817,"_id":158,"_type":159,"title":7,"_source":160,"_file":161,"_stem":162,"_extension":163},{"title":9,"description":10},[818,826,829,864,883,904],{"type":13,"componentName":13,"componentContent":819},{"crumbs":820},[821,823,825],{"title":17,"config":822},{"href":19},{"title":21,"config":824},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":827},{"title":9,"text":29,"config":828},{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":830},{"anchors":831,"components":845},{"text":35,"data":832},[833,835,837,839,841,843],{"text":38,"config":834},{"href":40},{"text":42,"config":836},{"href":44},{"text":46,"config":838},{"href":48},{"text":50,"config":840},{"href":52},{"text":54,"config":842},{"href":56},{"text":58,"config":844},{"href":60},[846,849,852,855,858,861],{"type":63,"componentName":63,"componentContent":847},{"header":38,"text":65,"config":848},{"id":67},{"type":63,"componentName":63,"componentContent":850},{"header":42,"text":70,"config":851},{"id":72},{"type":63,"componentName":63,"componentContent":853},{"header":46,"text":75,"config":854},{"id":77},{"type":63,"componentName":63,"componentContent":856},{"header":50,"text":80,"config":857},{"id":82},{"type":63,"componentName":63,"componentContent":859},{"header":54,"text":85,"config":860},{"id":87},{"type":63,"componentName":63,"componentContent":862},{"header":58,"text":7,"config":863},{"id":91},{"type":93,"componentName":93,"componentContent":865},{"header":95,"tabs":866},[867,875],{"name":98,"items":868,"config":874},[869],{"header":101,"type":98,"image":870,"link":872},{"altText":101,"config":871},{"src":104},{"text":106,"config":873},{"href":108,"icon":109,"modal":6},{"key":98},{"name":112,"items":876,"config":882},[877],{"header":115,"type":112,"image":878,"link":880},{"altText":115,"config":879},{"src":118},{"text":120,"config":881},{"href":122,"icon":123,"modal":6},{"key":112},{"type":93,"componentName":93,"componentContent":884},{"header":127,"tabs":885},[886],{"name":130,"items":887,"config":903},[888,893,898],{"header":133,"type":134,"image":889,"link":891},{"altText":133,"config":890},{"src":118},{"text":120,"config":892},{"href":139,"icon":140,"modal":6},{"header":142,"type":134,"image":894,"link":896},{"altText":142,"config":895},{"src":145},{"text":120,"config":897},{"href":148,"icon":140,"modal":6},{"header":58,"type":134,"image":899,"link":901},{"altText":58,"config":900},{"src":118},{"text":120,"config":902},{"href":154,"icon":140,"modal":6},{"key":130},{"type":157,"componentName":157},1761852461932]