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

[Sécurité - Audit] Modifier la protection anti-brute force #3675

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

numew
Copy link
Collaborator

@numew numew commented Feb 5, 2025

Ticket

#3559

Description

Le système de login est protégé correctement (pas uniquement sur l'IP) d’après ce que je comprends (système par défaut de loggin_throttling de Symfony
Capture d’écran 2025-02-05 082447

Changements apportés

  • Ajout du système de limitation sur les authentifications API
  • Utilisation de l'email au lieu de l'IP pour la limitation sur le système d'activation du compte / changement mot de passe

Tests

  • Tester les différent système d’authentification

Copy link

sonarqubecloud bot commented Feb 5, 2025

Copy link
Collaborator

@hmeneuvrier hmeneuvrier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests et lecture OK

Copy link
Collaborator

@emilschn emilschn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK !

@emilschn emilschn merged commit c6dc846 into develop Feb 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants