Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc:i18n: fix links on "en" pages leading to "pt-br" pages #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: In this section, you will find vulnerabilities Horusec finds in ngi

## **What is it?**

[**Horusec-Nginx**]({{< ref path="/cli/analysis-tools/open-source-horusec-engine/horusec-nginx.md" lang="pt-br">}}) is a SAST tool created by Horusec's team to search for vulnerabilities on Nginx projects.
[**Horusec-Nginx**]({{< ref path="/cli/analysis-tools/open-source-horusec-engine/horusec-nginx.md" lang="en">}}) is a SAST tool created by Horusec's team to search for vulnerabilities on Nginx projects.

## Rules

Expand Down
2 changes: 1 addition & 1 deletion content/en/cli/analysis-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ See below these languages, the analysis tools and which version they are availab
| C\/C++ |[**Semgrep**](https://github.com/returntocorp/semgrep) and [**Flawfinder**](https://github.com/david-a-wheeler/flawfinder) | v2.0
| HTML |[**Semgrep**](https://github.com/returntocorp/semgrep)| v2.0
| JSON |[**Semgrep**](https://github.com/returntocorp/semgrep)| v2.0
| Dart |[**HorusecDart**]({{< ref path="/cli/analysis-tools/open-source-horusec-engine/horusec-dart.md" lang="pt-br">}})| v2.0
| Dart |[**HorusecDart**]({{< ref path="/cli/analysis-tools/open-source-horusec-engine/horusec-dart.md" lang="en">}})| v2.0
| Shell Script |[**Shellcheck**](https://github.com/koalaman/shellcheck)| v2.0
| Elixir |[**Mix Audit**](https://github.com/mirego/mix_audit) and [**Sobelow**](https://github.com/nccgroup/sobelow) | v2.0
| Nginx |[**HorusecNginx**]({{< ref path="/cli/analysis-tools/open-source-horusec-engine/horusec-nginx.md" lang="en">}})| v2.0
Expand Down
2 changes: 1 addition & 1 deletion content/en/cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Horusec-CLI is the part of the code that allows you to run the security analysis

Horusec performs a [**SAST**]({{< ref path="/glossary.md" lang="en">}}) analysis of your project and it just check out the code, it is not necessary to buil or run anything and this makes your analysis quicker.

The [**security tools**]({{< ref path="/cli/analysis-tools/security-tools.md" lang="pt-br">}}) have their own output data, so Horusec reads and changes it to the right format. After that you are able to have data regardless of the tools you are using in the analysis.
The [**security tools**]({{< ref path="/cli/analysis-tools/security-tools.md" lang="en">}}) have their own output data, so Horusec reads and changes it to the right format. After that you are able to have data regardless of the tools you are using in the analysis.


### **What does Horusec-CLI do?**
Expand Down
12 changes: 6 additions & 6 deletions content/en/migrate-v1-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ description: >-

On May 2021, Horusec made a change in its Github repositories:

- Now, the main repository **https://github.com/ZupIT/horusec** will be [**Horusec-CLI**]({{< ref path="/cli" lang="pt-br">}}) property.
- Now, the main repository **https://github.com/ZupIT/horusec** will be [**Horusec-CLI**]({{< ref path="/cli" lang="en">}}) property.

- All the Web application was migrated to the **https://github.com/ZupIT/horusec-platform** repository.

With that, all the following services have a new repository:
* [**Horusec-API**]({{< ref path="/web/services/api" lang="pt-br">}})
* [**Horusec-Analytic**]({{< ref path="/web/services/analytic" lang="pt-br">}})
* [**Horusec-Auth**]({{< ref path="/web/services/auth" lang="pt-br">}})
* [**Horusec-Webhook**]({{< ref path="/web/services/webhook" lang="pt-br">}})
* [**Horusec-Messages**]({{< ref path="/web/services/messages" lang="pt-br">}}).
* [**Horusec-API**]({{< ref path="/web/services/api" lang="en">}})
* [**Horusec-Analytic**]({{< ref path="/web/services/analytic" lang="en">}})
* [**Horusec-Auth**]({{< ref path="/web/services/auth" lang="en">}})
* [**Horusec-Webhook**]({{< ref path="/web/services/webhook" lang="en">}})
* [**Horusec-Messages**]({{< ref path="/web/services/messages" lang="en">}}).

Other changes also happened:
* [**Horusec-Vulnerability**]({{< ref path="/web/services/vulnerability.md" lang="en" >}}) was created, a new service responsible to manage all the vulnerabilities found on Horusec-CLI.
Expand Down
10 changes: 5 additions & 5 deletions content/en/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Horusec performs a [**SAST**]({{< ref path="/glossary.md" lang="en">}}) analysis
The tool uses:
- [**Horusec-CLI**]({{< ref path="/cli/overview.md" lang="en">}}) when you run the commands performs security
analysis and the [**vulnerabilities identification and classification**]({{< ref path="/web/services/vulnerability.md" lang="en">}}).
- [**Web application**]({{< ref path="/web/overview.md" lang="pt-br">}}) is the CLI extensions used to manage and classify the vulnerabilities found in your application.
- [**Web application**]({{< ref path="/web/overview.md" lang="en">}}) is the CLI extensions used to manage and classify the vulnerabilities found in your application.
See the structure in the image below:

<img style="width:100%" src="/docs/en/overview/1-arquitecture.png">
Expand Down Expand Up @@ -95,9 +95,9 @@ It ensures the safety of projects in the CI and CD process and it reduces the co
Install Horusec:

**CLI**
- [**Horusec-CLI**]({{< ref path="/cli/installation.md" lang="pt-br">}})
- [**Horusec-CLI**]({{< ref path="/cli/installation.md" lang="en">}})

**Web application**
- [**Install with Docker-Compose**]({{< ref path="/web/installation/install-with-docker-compose.md" lang="pt-br">}})
- [**Install with Helm**]({{< ref path="/web/installation/install-with-helm.md" lang="pt-br">}})
- [**Install with Operator**]({{< ref path="/web/installation/install-with-operator/overview.md" lang="pt-br">}})
- [**Install with Docker-Compose**]({{< ref path="/web/installation/install-with-docker-compose.md" lang="en">}})
- [**Install with Helm**]({{< ref path="/web/installation/install-with-helm.md" lang="en">}})
- [**Install with Operator**]({{< ref path="/web/installation/install-with-operator/overview.md" lang="en">}})
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ horusec start -p . --enable-git-history="true"
```

{{% alert color="warning" %}}
When you enable this function, Horusec will start the [GitLeaks]({{< ref path="/cli/analysis-tools/security-tools.#gitleaks" lang="pt-br">}}) tool and it will search for leaks in your history.
When you enable this function, Horusec will start the [GitLeaks]({{< ref path="/cli/analysis-tools/security-tools.#gitleaks" lang="en">}}) tool and it will search for leaks in your history.
{{% /alert %}}


Expand Down
2 changes: 1 addition & 1 deletion content/en/web/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ It allows you to enable the messenger service and use some functionalities, like


### Read more
[**How to change the authentication type on your web application?**]({{< ref path="/tutorials/how-to-change-the-authentication-type" lang="pt-br">}})
[**How to change the authentication type on your web application?**]({{< ref path="/tutorials/how-to-change-the-authentication-type" lang="en">}})
4 changes: 2 additions & 2 deletions content/en/web/services/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Horusec has 3 types of authentication:
This is the simplest authentication, because it is Horusec's default.

{{% alert color="info" %}}
As Native Horusec already is the installation's default, if you want to change to other types, check out the [**tutorial on how to change it**]({{< ref path="/tutorials/how-to-change-authentication-types.md" lang="en">}}).
As Native Horusec already is the installation's default, if you want to change to other types, check out the [**tutorial on how to change it**]({{< ref path="/tutorials/how-to-change-the-authentication-type.md" lang="en">}}).
{{% /alert %}}

### **2. LDAP**
Expand Down Expand Up @@ -108,4 +108,4 @@ These are the environment variables you can configure in this service:


### Read more
- [**How to enable and disable the default user in the application?**]({{< ref path="/tutorials/how-to-enable-disable-default-user" lang="en">}})
- [**How to enable and disable the default user in the application?**]({{< ref path="/tutorials/how-to-enable-disable-default-user" lang="en">}})