corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.28k stars 344 forks source link

Process for False Positive #161

Closed herionhonig closed 4 years ago

herionhonig commented 4 years ago

What is missing

If there was made a mistake by the lab resulting in a false positive. Is there planed any process for revoking this lab result? Otherwise, there are actions started unnecessarily with some consequences e.g. quarantine for victim and contacts.

Why should it be included

see above

Where should it be included

integration in architecture

tklingbeil commented 4 years ago

The issue here is that the Exposure Notification Framework on the mobile devices is pretty much stateless, i.e. there is no way of revoking a single set of diagnosis keys.

Unfortunately, I currently don't see a proper way to revoke a false positive.

MikeJayDee commented 4 years ago

False positives are rare in the first place, but I think it will be even much rarer that a false positive will be identified as such sufficiently quickly for such a revocation to have any impact.

sventuerpe commented 4 years ago

@tklingbeil Does any of the involved parties – Gapple, our Federal Government, you developers – have a roadmap beyond version 1.0?

@MikeJayDee Has anybody done risk assessment across the entire testing and notification process to figure out failure modes and effects, and estimate their probability? There are multiple sources for errors: the tests themselves, the testing procedure and handling of results, BLE-based contact tracing. Do we have the slightest idea how reliable or unreliable notifications are going to be in the end?

mh- commented 4 years ago

BTW, Google's recommendation is: "You should design your database to accommodate bulk deletion due to abuse, broken apps, human error, or incorrect lab results."

tkowark commented 4 years ago

As @tklingbeil answered the initial question, I'll close this issue. If you have further, concrete questions regarding roadmaps and risk assessment, we kindly ask you to raise them in separate issue to increase search-ability of the repo.

Best regards, TK Corona Warn-App Open Source Team