diff --git a/README.md b/README.md index 80e5aee38..542b47381 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/stackit-cli)](https://goreportcard.com/report/github.com/stackitcloud/stackit-cli) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/stackitcloud/stackit-cli) [![GitHub License](https://img.shields.io/github/license/stackitcloud/stackit-cli)](https://www.apache.org/licenses/LICENSE-2.0) -Welcome to the STACKIT CLI, a command-line interface for [STACKIT - The sovereign cloud for Europe](https://www.stackit.de/en). +Welcome to the STACKIT CLI, a command-line interface for [STACKIT - The sovereign cloud for Europe](https://www.stackit.com/). The STACKIT CLI allows you to manage your STACKIT services and resources as well as perform operations using the command-line or in scripts or automation, such as: @@ -206,7 +206,7 @@ Apache 2.0 - [STACKIT Portal](https://portal.stackit.cloud/) -- [STACKIT](https://www.stackit.de/en/) +- [STACKIT](https://www.stackit.com/) - [STACKIT Docs](https://docs.stackit.cloud/) diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 049f3f6fe..000000000 --- a/SECURITY.md +++ /dev/null @@ -1,9 +0,0 @@ -# Reporting Security Issues - -**Please do not report security vulnerabilities through public GitHub issues.** - -We at STACKIT take security seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. - -To report a security issue, please send an email to [stackit-security@stackit.de](mailto:stackit-security@stackit.de). - -Our team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. diff --git a/internal/pkg/auth/templates/login-successful.html b/internal/pkg/auth/templates/login-successful.html index 3e2d0a5ba..e258a9f5f 100644 --- a/internal/pkg/auth/templates/login-successful.html +++ b/internal/pkg/auth/templates/login-successful.html @@ -302,7 +302,7 @@

Hello {{.Email}},

You can close this window and return to the STACKIT CLI, or we will redirect you to the - STACKIT website in 1 minute. + STACKIT website in 1 minute.

For more info and documentation, check the @@ -317,20 +317,20 @@

Hello {{.Email}},

tabindex="0" target="_blank" rel="noopener noreferrer" - href="https://www.stackit.de/en/imprint" + href="https://stackit.com/imprint" > Imprint Terms & Conditions Data Protection @@ -341,7 +341,7 @@

Hello {{.Email}},

history.replaceState(null, "", window.location.pathname); } setTimeout(function () { - window.location = 'https://www.stackit.de' + window.location = 'https://stackit.com' }, 60000);