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

53 bug links quebrados #55

Merged
merged 5 commits into from
Feb 28, 2024
Merged
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
49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/vulnerability_report.md

This file was deleted.

23 changes: 7 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,14 @@ jobs:
id: create_release
uses: joutvhu/create-release@v1
with:
tag_name: v2.1.0
name: Release v2.1.0
tag_name: v2.1.1
name: Release v2.1.1
body: |
## Adicionado
- CONTRIBUTING em PT-BR e EN por @fazedordecodigo em #39
- CODE_OF_CONDUCT em PT-BR e EN por @fazedordecodigo em #40
- README em PT-BR por @fazedordecodigo em #41
- CHANGELOG em PT-BR e EN por @fazedordecodigo em #42
- SECURITY em PT-BR e EN por @fazedordecodigo em #43
- FUNDING por @fazedordecodigo em #44
- Pull Request Template em PT-BR por @fazedordecodigo em #45
- Issue Template Bug Report em PT-BR por @fazedordecodigo em #46
- Issue Template Feature Report em PT-BR por @fazedordecodigo em #47
- Issue Template Vulnerability Report em PT-BR por @fazedordecodigo em #48

## Corrigido
- Bug que impedia rodar no python v3.9 por @fazedordecodigo em #36
## [2.1.1] - 2024-02-27
### Corrigido
- Links do README quebrados por @fazedordecodigo em #53
- Comandos para script de execução do pre-commit por @fazedordecodigo em #53
- Forma de comunicação para Reportar uma Vulnerabilidade por @fazedordecodigo em #53
draft: false
prerelease: false
env:
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR
- Adicionar validação de Regex [#32](https://github.com/fazedordecodigo/PyFlunt/issues/32)
- Adicionar validação de URL [#33](https://github.com/fazedordecodigo/PyFlunt/issues/33)

## [2.1.1] - 2024-02-27
### Corrigido
- Links do README quebrados [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Comandos para script de execução do pre-commit [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Forma de comunicação para Reportar uma Vulnerabilidade [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)

## [2.1.0] - 2024-02-24
### Adicionado
Expand Down Expand Up @@ -73,9 +78,13 @@ e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR
<br>
<br>

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v2.0.0)
[2.1.1](https://github.com/fazedordecodigo/PyFlunt/compare/v2.1.0...v2.1.1)

[2.1.0](https://github.com/fazedordecodigo/PyFlunt/compare/v2.0.0...v2.1.0)

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/v1.0.0...v2.0.0)

[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v)
[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v1.0.0)

[0.2.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.1.1...0.2.0)

Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/
- Add Regex validation [#32](https://github.com/fazedordecodigo/PyFlunt/issues/32)
- Add URL validation [#33](https://github.com/fazedordecodigo/PyFlunt/issues/33)

## [2.1.1] - 2024-02-27
### Fixed
- Broken README links [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Commands for pre-commit execution script [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Communication method for reporting a vulnerability [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)

## [2.1.0] - 2024-02-24
### Added
- CONTRIBUTING in PT-BR and EN [#39](https://github.com/fazedordecodigo/PyFlunt/issues/39)
Expand Down Expand Up @@ -73,9 +79,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/
<br>
<br>

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v2.0.0)
[2.1.1](https://github.com/fazedordecodigo/PyFlunt/compare/v2.1.0...v2.1.1)

[2.1.0](https://github.com/fazedordecodigo/PyFlunt/compare/v2.0.0...v2.1.0)

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/v1.0.0...v2.0.0)

[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v)
[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v1.0.0)

[0.2.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.1.1...0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Instale as dependências:

```shell
$ poetry install
$ poetry pre-commit
$ poetry pre-commit-install
```

## Utilizando Localmente
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Install dependencies:

```shell
$ poetry install
$ poetry pre-commit
$ poetry pre-commit-install
```

## Using Locally
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORTUGUÊS | [ENGLISH](README_EN)
PORTUGUÊS | [ENGLISH](./README_EN.md)

# 🐍 PyFlunt: Domain Notification Pattern

Expand All @@ -7,7 +7,7 @@ Implementação Python inspirada no [Flunt](https://github.com/andrebaltieri/flu
[![Último Lançamento no PyPI](https://img.shields.io/pypi/v/flunt.svg)](https://pypi.org/project/flunt/)
[![Downloads](https://pepy.tech/badge/flunt)](https://pepy.tech/project/flunt)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Gitter](https://img.shields.io/badge/chat-on%20gitter-yellow.svg)](https://matrix.to/#/#pyflunt:gitter.im)
[![Discord](https://img.shields.io/discord/1211477389830393866?logo=discord&label=Discord&color=5865F2&logoColor=white)](https://discord.gg/HNwFHQWX)


[![Avaliação de Segurança](https://sonarcloud.io/api/project_badges/measure?project=fazedordecodigo_PyFlunt&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=fazedordecodigo_PyFlunt)
Expand Down Expand Up @@ -94,15 +94,15 @@ if not nome.is_valid():

## Contribuindo

Consulte nosso DevGuide no link a seguir: [CONTRIBUTING](CONTRIBUTING)
Consulte nosso DevGuide no link a seguir: [CONTRIBUTING](./CONTRIBUTING.md)

## Registro de Alterações

Consulte nosso registro de alterações no link a seguir: [CHANGELOG](CHANGELOG)
Consulte nosso registro de alterações no link a seguir: [CHANGELOG](./CHANGELOG.md)

## 📄 Licença

Este projeto contém a licença MIT. Consulte o arquivo [LICENSE](LICENSE).
Este projeto contém a licença MIT. Consulte o arquivo [LICENSE](./LICENSE).

## Mods
* [Flunt para C# (Original)](https://github.com/andrebaltieri/Flunt)
Expand Down
11 changes: 2 additions & 9 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ PORTUGUÊS | [ENGLISH](./SECURITY_EN.md)
| 0.1.1 | :x: |

## Reportando uma Vulnerabilidade
Para reportar uma vulnerabilidade, abra uma "issue" no GitHub utilizando o modelo de segurança fornecido. Para fazer isso, siga estas etapas:
Para reportar uma vulnerabilidade, envie um e-mail para `contato@delatorre.dev` com todos os detalhes necessários no relatório de vulnerabilidade.

1. Vá para a página do seu projeto no GitHub.
2. Clique na aba [Issues](https://github.com/fazedordecodigo/PyFlunt/issues).
3. Em seguida, clique no botão "New issue".
4. Selecione o template de segurança adequado, que deve estar disponível para você escolher.
5. Preencha os campos obrigatórios no modelo de segurança, incluindo detalhes sobre a vulnerabilidade encontrada, como ela pode ser reproduzida e qualquer informação adicional relevante.
6. Após preencher todos os detalhes necessários, clique em "Submit new issue" para enviar o relatório de vulnerabilidade.

Depois de abrir a issue, a equipe responsável pela segurança do projeto será notificada e poderá começar a avaliar e tratar a vulnerabilidade relatada.
Depois de enviar seu e-mail, a equipe responsável pela segurança do projeto será notificada e poderá começar a avaliar e tratar a vulnerabilidade relatada.
11 changes: 2 additions & 9 deletions SECURITY_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ ENGLISH | [PORTUGUÊS](./SECURITY.md)

## Reporting a Vulnerability

To report a vulnerability, open an "issue" on GitHub using the provided security template. To do this, follow these steps:
To report a vulnerability, send an email to `contato@delatorre.dev` with all the necessary details in the vulnerability report.

1. Go to the page of your project on GitHub.
2. Click on the [Issues](https://github.com/fazedordecodigo/PyFlunt/issues).
3. Then, click on the "New issue" button.
4. Select the appropriate security template, which should be available for you to choose.
5. Fill in the mandatory fields in the security template, including details about the found vulnerability, how it can be reproduced, and any additional relevant information.
6. After filling in all the necessary details, click on "Submit new issue" to submit the vulnerability report.

Once the issue is opened, the team responsible for the project's security will be notified and can begin assessing and addressing the reported vulnerability.
After sending your email, the project's security team will be notified and can begin evaluating and addressing the reported vulnerability.
Loading
Loading