-
Notifications
You must be signed in to change notification settings - Fork 7
Back end initial commit #1
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
base: main
Are you sure you want to change the base?
Back end initial commit #1
Conversation
…a do usuário de Especificação do Projeto
Merge: Arquitetura Inicial
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 21341407 | Triggered | ODBC Connection String | ec3de43 | codigo-fonte/IgescConecta.API/IgescConecta.API/appsettings.json | View secret |
| 10592321 | Triggered | Generic Password | 4781194 | codigo-fonte/frontend/src/pages/ResetPassword.tsx | View secret |
| 20775703 | Triggered | Generic Password | 0ac953f | codigo-fonte/IgescConecta.API/IgescConecta.API/Data/ApplicationDbSeed.cs | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
feat: requisitos-restricoes
Disponibiliza uso dos novos endpoints do backend no frontend. Gerado pelo openapitools.
Merge branch develop para branch felipe
Sem funcionamento até o momento, por problemas da entidade base.
Estrutura endpoints de Team e Course completos.
endereço temporário do swagger da API: https://igesc-c2dcfmcegbctcdgn.brazilsouth-01.azurewebsites.net/swagger/index.html
feat: backend utilizando banco de dados e publicado no Azure
Merge branch develop para branch felipe
Quem quiser usar para teste, apenas descomentar no AppRoutes. Aplica apenas para rotas privadas
Merge branch felipe para develop
Corrige locais em que chamo course de "curso", correto é programa.
merge lucas (course and team) -> develop
Megre branch develop para felipe
Merge: CRUD completo de Turma e Programa
No description provided.