-
Notifications
You must be signed in to change notification settings - Fork 0
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
Develop #339
Develop #339
Conversation
* (hel-426) Fix taux de caf si pas de données (#330) * (hel-494) install next auth and do some modifs * (hel-495) Interconnexion Helios correction script migration typeORM * (hel-494) database models and entities * (hel-494) first login version * (hel-494) fix warnings and errors * (hel-494) fix deduped error * (hel-494) fix unit tests * (hel-494) fix some unit tests * (hel-494) add next auth url and secret env variables * (hel-494) try to fix redirection * (hel-494) fix router * (hel-494) try another path * (hel-494) fix bug in connxion --------- Co-authored-by: Sébastien FERRE <s.ferre@cat-amania.com>
* (hel-426) Fix taux de caf si pas de données (#330) * (hel-495) Interconnexion Helios correction script migration typeORM * (hel-495) Interconnexion Helios Modification migration ajout colonne inst_code_geo dans la table institution * Revert "(hel-495) Interconnexion Helios" This reverts commit 59474ad. * (hel-495) Interconnexion Helios Ajout de la colonne institution.inst_code_geo * (hel-495) Interconnexion Helios insertion des institution DNUM (SCN), CAT-AMANIA, et TEST * (hel-495) modification du gitignore ajout des clefs de chiffrement et du repertoire de conf vscode * (hel-495) Interconnexion Helios suppression de la contrainte d'unicité sur la colonne inst_code_geo
* (hel-426) Fix taux de caf si pas de données (#330) * (hel-495) Interconnexion Helios correction script migration typeORM * (hel-496) Script d'insertion des utilisateurs en base ajout de la variable environnement UTILISATEURS_DATA_PATH indiquant le chemin du fichier à importer * (hel-496) Script d'insertion des utilisateurs en base modification du mdp par defaut ajout du code institution de chaque utilisateur * (hel-496) Script d'insertion des utilisateurs en base ajout du repertoir .vscode au gitignore * (hel-496) Script d'insertion des utilisateurs en base prise en compte des changement de la table institution * (hel-496) Script d'insertion des utilisateurs en base prise en compte des rremarque du CI * (hel-496) Script d'insertion des utilisateurs en base prise en compte des remarques du CI * (hel-496) Script d'insertion des utilisateurs en base prise en compte des remarques du CI * (hel-496) Script d'insertion des utilisateurs en base prise en compte des remarques du CI * (hel-496) Script d'insertion des utilisateurs en base prise en compte des remarques du CI
* (hel-503) mise en place des pages mot de passe oublie et changement de mot de passe * (hel-426) Fix taux de caf si pas de données (#330) * (hel-503) mettre en place l'arborescence des fichiers backend pour le changement de mot de passe * (hel-494) install next auth and do some modifs * (hel-495) Interconnexion Helios correction script migration typeORM * (hel-494) database models and entities * (hel-494) first login version * (hel-503) (503) gestion oublie mot passe * (hel-503) (503) gestion oublie mot passe * (hel-503) (503) gestion oublie mot passe * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) fix build errors * (hel-503) add bcrypt compare passeword * (hel-503) remove dnum_ssh_key file * (hel-503) fix bug while pressing enter key * (hel-503) fix header wording * (hel-503) fix code review comments * (hel-503) fix build errors * (hel-503) fix code review and warnings * (hel-503) fix code review and warnings * (hel-503) add new line at end of file * (hel-503) add try catch * (hel-503) add ligne at the end of file * (hel-503) fix code review comments * (hel-503) fix code review comments * (hel-503) fix design issues * (hel-503) fix comments * (hel-503) fix architecture forget password * (hel-503) fix syntaxe and design * (hel-503) fix build error * (hel-503) add error msg invalid email * (hel-503) back validation * (hel-503) block sending mail to invalid email * (hel-503) add show password * (hel-503) fix header picto --------- Co-authored-by: schlaifa <s.chlaifa@cat-amania.com> Co-authored-by: Sébastien FERRE <s.ferre@cat-amania.com> Co-authored-by: NbyDev <n.benyahia@cat-amania.com>
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
7170707 | Generic High Entropy Secret | 8a41b71 | src/backend/testHelper.ts | View secret |
7170707 | Generic High Entropy Secret | 784ab26 | src/backend/testHelper.ts | 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 secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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.
Our GitHub checks need improvements? Share your feedbacks!
src/backend/infrastructure/gateways/utilisateur-loader/TypeOrmUtilisateurLoader.ts
Dismissed
Show dismissed
Hide dismissed
* fix package json * fix yarn lock * reverse yarn lock
* (hel-514) add firstname to header * (hel-514) fix typecheck errors * (hel-514) delete console.log line
* (hel-517) create profile page * (hel-517) fix typecheck errors * (hel-517) add breadcrumb
* (hel-512) check expired token * (hel-521) token expires within 8 hours * (hel-521) session expire after an hour of inactivity * (hel-521) fix code issues
* (hel-518) create change password page * (hel-522) use different password * (hel-522) change message error wording * (hel-522) correct code issues
* (hel-508) page favoris + userContext * (hel-508) les ws getAllFavoris, addToFavoris et removeFromFavoris * (hel-508) page favoris * (hel-508) Add star component to summary page and clean code * (hel-508) add a popover to star button * (hel-508) retour demo * (hel-509) merge favoris into search history * (hel-509) save search history back and front * (hel-509) get all user search history front and back * (hel-509) get only the newest searchs * (hel-508) create migration script to add favori table * (hel-509) add migrattion script to create search_history table * (hel-508) correct PR errors * (hel-509) correct code issues * (hel-509) fix code issues * (hel-509) fix code issues * (hel-509) fix code issues * (hel-509) fix code issues * (hel-509) protect favoris and history routes * (hel-509) fix code issues * (hel-509) fix code issues
* (hel-556) fix EJ indicateur wording * (hel-557) fix ET-SAN indicateur autorisation wording
…#380) * (hel-543) Etablissements specifiques CPTS Message specifique pour absence de donnees * (hel-543) prioritize not authorized message * (hel-543) fix unit tests bugs * (hel-543) fix unit tests bugs
* (hel-555) cartographie outre mer regions * (hel-555) outre mer regions list on carto * (hel-555) fix unit tests * (hel-555) fix unit tests bugs
* version 1.1.3 * (hel-569) change wording page profil
* version 1.1.3 * (hel-568) fix accessibility issues
* version 1.1.3 * (hel-561) create createPwd page * (hel-561) add confirmation message after creating a password
* (hel-555) cartographie outre mer regions * (hel-555) outre mer regions list on carto * (hel-555) fix unit tests * (hel-555) fix unit tests bugs * (hel-555) fix carto urls
* version 1.1.3 * (hel-564) make settings page available only for super admins
* version 1.1.3 * (hel-538) resize logo helios in emails
* version 1.1.3 * (hel-571) change footer pages wording * (hel-571) fix unit tests issues
* version 1.1.3 * (hel-566) change wording page parametrage * (hel-566) fix migration issue * (hel-566) fix migrations issue * (hel-566) fix migrations issue * (hel-566) fix migrations issue
* version 1.1.3 * (hel-562) add forget password description message
* (hel-552) flush cache at logout * (hel-552) fix bug bloc RH * (hel-552) clean code * (hel-552) remove node-cache * (hel-552) fix logout issues
* (hel-566) change wording page parametrage * (hel-566) fix migration issue * (hel-566) fix migrations issue * (hel-566) fix migrations issue * (hel-566) fix migrations issue * (hel-566) fix wording settings page
* (hel-561) create createPwd page * (hel-561) add confirmation message after creating a password * (hel-561) fix pwd creation message bug * (hel-561) fix merge conflicts
* (hel-538) resize logo helios in emails * (hel-538) fix logo height in emails
Vérifier avant de merger
data_set
?middleware.ts
etlighthouserc.js
dû à la création/suppression d'une page ?Content-Security-Policy
dansnext.config.js
?