From 9157434991940542e3a3d943d1ba8cbc40c71cab Mon Sep 17 00:00:00 2001 From: Martin Taillefer Date: Fri, 10 Aug 2018 13:44:27 -0700 Subject: [PATCH] Move the Reporting Bugs page next to Reporting Security Vulnerabilities, under About (#2207) --- content/{help => about}/bugs/index.md | 7 ++++--- content/about/security-vulnerabilities/index.md | 2 +- content/help/faq/general/istio-doesnt-work.md | 2 +- content/help/ops/security/debugging-authorization/index.md | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) rename content/{help => about}/bugs/index.md (92%) diff --git a/content/help/bugs/index.md b/content/about/bugs/index.md similarity index 92% rename from content/help/bugs/index.md rename to content/about/bugs/index.md index 7698c07a4b..f31aade329 100644 --- a/content/help/bugs/index.md +++ b/content/about/bugs/index.md @@ -1,10 +1,11 @@ --- title: Reporting Bugs description: What to do if you find a bug. -weight: 35 +weight: 34 aliases: - /bugs.html - /bugs/index.html + - /help/bugs/ page_icon: /img/bugs.svg --- @@ -16,8 +17,8 @@ it. If you don't find your problem in the database, please open a [new issue](https://github.com/istio/istio/issues/new/choose) and let us know what's going on. -If you think it is a security vulnerability, report it following the procedure -detailed in our [security vulnerabilities reporting](/about/security-vulnerabilities/). +If you think a bug is in fact a security vulnerability, please visit [Reporting Security Vulnerabilities](/about/security-vulnerabilities/) +to learn what to do. If you're running on Kubernetes, consider including a [cluster state archive](#generating-a-cluster-state-archive) in your bug report. diff --git a/content/about/security-vulnerabilities/index.md b/content/about/security-vulnerabilities/index.md index ff34b8568d..1d9e5957a7 100644 --- a/content/about/security-vulnerabilities/index.md +++ b/content/about/security-vulnerabilities/index.md @@ -12,7 +12,7 @@ To make a report, send an email to the private [`istio-security-vulnerabilities@google.com`](mailto:istio-security-vulnerabilities@google.com) mailing list with the vulnerability details. For normal product bugs unrelated to latent security vulnerabilities, please head to -our [Reporting Bugs](/help/bugs/) page to learn what to do. +our [Reporting Bugs](/about/bugs/) page to learn what to do. ## When to report a security vulnerability? diff --git a/content/help/faq/general/istio-doesnt-work.md b/content/help/faq/general/istio-doesnt-work.md index cff5ed82fb..b2ef5e3a4c 100644 --- a/content/help/faq/general/istio-doesnt-work.md +++ b/content/help/faq/general/istio-doesnt-work.md @@ -4,4 +4,4 @@ weight: 90 --- Check out the [operations guide](/help/ops/) for finding solutions and our -[bug reporting](/help/bugs/) page for filing bugs. +[bug reporting](/about/bugs/) page for filing bugs. diff --git a/content/help/ops/security/debugging-authorization/index.md b/content/help/ops/security/debugging-authorization/index.md index eeb821f906..eed09b2a61 100644 --- a/content/help/ops/security/debugging-authorization/index.md +++ b/content/help/ops/security/debugging-authorization/index.md @@ -10,7 +10,7 @@ this page, feel free to send an email to `istio-security@googlegroups.com` for h > {{< idea_icon >}} It would be very helpful to also include a cluster state archive in your email by following instructions in -[reporting bugs](/help/bugs). +[reporting bugs](/about/bugs). ## Ensure Authorization is Enabled Correctly