-
Notifications
You must be signed in to change notification settings - Fork 8
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: prevent GDPR features with insufficient loa #476
Conversation
bc586eb
to
fc0ebaf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #476 +/- ##
==========================================
- Coverage 95.56% 95.41% -0.15%
==========================================
Files 207 207
Lines 8222 8285 +63
Branches 991 1003 +12
==========================================
+ Hits 7857 7905 +48
- Misses 279 290 +11
- Partials 86 90 +4 ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
fc0ebaf
to
d91fcfa
Compare
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr476.api.dev.hel.ninja 🚀🚀🚀 |
1d15fc5
to
fbe993d
Compare
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr476.api.dev.hel.ninja 🚀🚀🚀 |
Originally profile would restrict verified information with insufficient loa. This is seemingly fine, but there is a risk of GDPR implementing service not checking loa and leaking sensitive information for an account that may contain information that should not be accessed with low loa. Therefore it was decided, that accounts which have verified personal information (ie. suomi.fi linked) may not use GDPR features unless they have at least substantial loa. Ref. HP-2269
fbe993d
to
e1b8d4a
Compare
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr476.api.dev.hel.ninja 🚀🚀🚀 |
Quality Gate passedIssues Measures |
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr476.api.dev.hel.ninja 🚀🚀🚀 |
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.
LGTM! 👍
Originally profile would restrict verified information with insufficient loa. This is seemingly fine, but there is a risk of GDPR implementing service not checking loa and leaking sensitive information for an account that may contain information that should not be accessed with low loa.
Therefore it was decided, that accounts which have verified personal information (ie. suomi.fi linked) may not use GDPR features unless they have at least substantial loa.
Ref. HP-2269