-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Suppression des données personnelles #1607
Open
Guilouf
wants to merge
34
commits into
master
Choose a base branch
from
guilouf/clean-personal-data
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guilouf
changed the title
Suppression des données personnelles
feat: Suppression des données personnelles
Dec 23, 2024
madjid-asa
reviewed
Dec 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelques petites modifications mais c'est cool dans l'ensemble :)
Guilouf
force-pushed
the
guilouf/clean-personal-data
branch
from
December 26, 2024 13:58
5490aa2
to
462a73a
Compare
github-actions
bot
requested review from
chloend,
madjid-asa and
SebastienReuiller
December 30, 2024 08:10
madjid-asa
reviewed
Dec 30, 2024
Guilouf
force-pushed
the
guilouf/clean-personal-data
branch
from
December 31, 2024 09:54
adb9ccf
to
dd880d8
Compare
Guilouf
force-pushed
the
guilouf/clean-personal-data
branch
from
December 31, 2024 09:55
dd880d8
to
95dc81f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Quoi ?
Les utilisateurs doivent avoir à leur initiative ou après une période d'inactivité leurs données personnelles supprimées de la plateforme.
Idem pour les appels d'offres, ils doivent être supprimés un an après la demande ou pour les profils inactifs depuis un an.
Les utilisateurs qui vont être anonymisés doivent être prévenus une semaine avant.
Ne plus afficher les utilisateurs anonymisés coté admin.
Détacher l'utilisateur de sa m2m avec le
Siae
Détail ici
Pourquoi ?
Pour se conformer au RGPD et à la politique de confidentialité de la plateforme
Comment ?
En définissant des utilisateurs comme inactifs avec un attribut, puis en les anonymisant (données personnelles écrasées et remplacées par des données aléatoires)
!
pour le rendre inutilisable, puis est généré aléatoirement pour ajouter une couche de sécurité. docs et explication pour la chaine aléatoire ici<id>@domain.invalid
Captures d'écran (optionnel)
Autre (optionnel)
c4_
sur le modèle utilisateurs ont été supprimés car plus utilisésTODO
--dryrun
sur la commande ( afficher nombre d'utilisateurs affectés sur le total)last_login
des utilisateurs inactifs, ainsi ils seront quand même prévenus une semaine avant leur suppression avec un e-mail plutôt que de les supprimer directementis_anonymized
pour repérer quels utilisateurs ont été anonymisés.