diff --git a/.github/ISSUE_TEMPLATE/02_bugs.md b/.github/ISSUE_TEMPLATE/02_bugs.md new file mode 100644 index 0000000..1c4fa90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_bugs.md @@ -0,0 +1,53 @@ +--- +name: "\U0001F6A8 Bug Report" +about: Did you come across a bug or unexpected behaviour differing from the docs? +labels: bug + +--- + + +## Avoid duplicates +* [ ] Bug is not mentioned in the [FAQ](https://www.coronawarn.app/en/faq/) +* [ ] Bug affects both Android **and** iOS, for specific issues / questions that apply only to one operating system, please raise them in the respective repositories: + * [Android repository](https://github.com/corona-warn-app/cwa-app-android) + * [iOS repository](https://github.com/corona-warn-app/cwa-app-ios) +* [ ] Bug is not already reported in another issue + +## Technical details + +- Device name: +- iOS/Android version: +- App version: + +## Describe the bug + + + +## Steps to reproduce the issue + + + + + +## Expected behaviour + + + +## Possible Fix + + + +## Additional context + + diff --git a/CODEOWNERS b/CODEOWNERS index 57a0dab..5550caa 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,15 +5,15 @@ # For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/. # These are the default owners for the whole content of this repository. The default owners are automatically added as reviewers when you open a pull request, unless different owners are specified in the file. -* @SebastianWolf-SAP @tkowark +* @corona-warn-app/cwa-moderators # Solution architecture document and its translations -solution_architecture*.md @tklingbeil @SebastianWolf-SAP @tkowark -/images/solution_architecture/ @tklingbeil @SebastianWolf-SAP @tkowark +solution_architecture*.md @tklingbeil @corona-warn-app/cwa-moderators +/images/solution_architecture/ @tklingbeil @corona-warn-app/cwa-moderators # Epidemiological Motivation of the Transmission Risk Level transmission_risk* @kirchnergo @hoehleatsu @weidemannf @dirkschumacher @benzlerj # How does the Corona-Warn-App identify an increased risk? -cwa-risk* @benzlerj @hoehleatsu @kirchnergo @SebastianWolf-SAP -translations/cwa-risk* @benzlerj @hoehleatsu @kirchnergo @SebastianWolf-SAP +cwa-risk* @benzlerj @hoehleatsu @kirchnergo @corona-warn-app/cwa-moderators +translations/cwa-risk* @benzlerj @hoehleatsu @kirchnergo @corona-warn-app/cwa-moderators diff --git a/README.md b/README.md index 22c9209..fb62e15 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ For an easier understanding of the used acronyms and special terms in our docume ## Licensing -Copyright (c) 2020 Deutsche Telekom AG and SAP SE or an SAP affiliate company. +Copyright (c) 2020-2021 Deutsche Telekom AG and SAP SE or an SAP affiliate company. Licensed under the **Apache License, Version 2.0** (the "License"); you may not use this file except in compliance with the License. diff --git a/event_registration.md b/event_registration.md index 7c6e9b5..0dcb669 100644 --- a/event_registration.md +++ b/event_registration.md @@ -1,44 +1,44 @@ -# Event Registration DRAFT - Summary +# Event Registration - Summary -Presence Tracing - in CWA also referred to as _Event Registration_ - aims at notifying people of a potential SARS-CoV-2 exposure if they have been to the same venue at a similar time as a positively tested individual. It addresses the potential of airborne transmission in spaces with poor ventilation despite maintaining physical distance. As such, it complements BLE-based proximity tracing with the Exposure Notification Framework. +Presence Tracing - in the Corona-Warn-App (CWA) also referred to as _Event Registration_ - aims at notifying people of a potential SARS-CoV-2 exposure if they have been to the same venue at a similar time as a positively tested individual. It addresses the potential of airborne transmission in spaces with poor ventilation despite maintaining physical distance. As such, it complements BLE-based proximity tracing with the Exposure Notification Framework. -CWA proposes a fully-automated decentral solution for Presence Tracing which works independent of local health authorities and host of the event. It integrates into the existing verification processes of CWA to issue warnings. The solution prioritizes the speed of issuing warnings over their accuracy. A higher degree of accuracy would require manual assessment by local health authorities and the respective resources to do so and is currently not on scope. +CWA proposes a fully-automated decentral solution for Presence Tracing which works independent of local health authorities and the collaboration of the host of a venue. It integrates into the existing verification processes of CWA to issue warnings. The solution prioritizes the speed of issuing warnings over their accuracy. A higher degree of accuracy would require manual assessment by local health authorities and the respective resources to do so and is currently not in scope. The solution also protects the privacy of both venues and users, as details about a venue such as description or address are not shared with the CWA infrastructure. -In summary, the proposed solution allows a _host_ to create a venue through CWA. All necessary signed data about the venue is encoded in a QR code which can be presented on a mobile device or printed out, for example to be posted at the entrance of the venue. An _attendee_ can check in to the venue by scanning the QR code. Check-ins are stored locally on the mobile device and deleted automatically after two weeks. +In summary, the proposed solution allows a _host_ to create a venue through CWA. All necessary data about the venue is encoded in a QR code which can be presented on a mobile device or printed out, for example to be posted at the entrance of the venue. An _attendee_ can check in to the venue by scanning the QR code. Check-ins are stored locally on the mobile device and deleted automatically after two weeks. When an attendee tests positive for SARS-CoV-2, they can upload their check-ins along with their Diagnosis Keys to the CWA Server. The CWA Server publishes the relevant check-ins on CDN as _warnings_. Clients regularly download these warnings and match them against the local check-ins on the mobile device. If there is a match and the time an attendee spent at a venue overlaps with a warning for a sufficiently long time, the attendee receives a warning in CWA similar to how warnings are issued for BLE-based exposures. ![TAM Diagram for Event Registration](./images/evreg-tam-block.png) -## Threats WiP +## Threats Several security and privacy threats have been identified for the proposed solution. This includes common security threats such as distributed denial of service attacks or code injection, which also exist for other CWA components and are mitigated accordingly. It also includes threats specific to Presence Tracing, such as profiling venues and users or issuing false warnings for specific venues. These threats are described below along with the corresponding mitigation. ### Profiling of Venues -The proposed solution publishes warnings on CDN. A warning consists of the GUID of a venue and a time interval. An adversary can collect these warnings and aggregate them to compile a list of venues with the most warnings (colloquially referred to as _most infectious venues_) or a list of venues with their most recent warning. +The proposed solution publishes warnings on CDN. A warning consists of the hashed ID of a venue and a time interval. An adversary can collect these warnings and aggregate them to compile a list of venues with the most warnings (colloquially referred to as _most infectious venues_) or a list of venues with their most recent warning. -This information is easy to collect, as warnings are publicly accessible and do not even required to make modifications to the CWA client. +This information is easy to collect, as warnings are publicly accessible and do not even require to make modifications to the CWA client. -The value of this information increases significantly once an adversary can link the GUID of a venue with the data included in the QR code such as the name or the address of the venue, or with metadata from other services, such as coordinates of the venue. +The value of this information increases significantly once an adversary can link the ID of a venue with the data included in the QR code such as the name or the address of the venue, or with metadata from other services, such as coordinates of the venue. An adversary can collect this information for a single venue by scanning the QR code and extracting and storing the data outside of CWA. Collecting this information at scale requires coordinated effort by many individuals. Note that CWA itself does not store this data on the server or anywhere else and cannot do profiling of venues. -To mitigate the risk, CWA encourages owners to regularly generate new QR codes for their venues. The more frequent QR codes are updated, the more difficult it is to keep a central database with venue data up-to-date. +To mitigate the risk, CWA encourages owners to regularly generate new QR codes for their venues. The more frequent QR codes are updated, the more difficult it is to keep a central database with venue data up-to-date. A new QR code should only be generated when no visitor is at the event or location, because visitors can only warn each other with the same QR code. However, we acknowledge that the proposed solution does not prevent this attack with technical means. ### Profiling of Users -The proposed solution publishes warnings on CDN in packages on an hourly basis. A package includes multiple warnings. A warning consists of the GUID of a venue and a time interval. All the warnings that were created from the check-ins of a single user are included in one package. A package can include warnings of multiple users. +The proposed solution publishes warnings on CDN in packages on an hourly basis. A package includes multiple warnings. A warning consists of the hashed ID of a venue and a time interval. All warnings that were created from the check-ins of a single user are included in one package. A package can include warnings of multiple users. -An adversary can analyze the check-ins of a single package and try to build a profile of the users whose check-ins are included. This reveals limited information if the GUIDs of the venues cannot be linked to an actual venue (cf. [Profiling of Venues]), but can reveal significant information about the user the more GUIDs of venues can be identified. +An adversary can analyze the check-ins of a single package and try to build a profile of the users whose check-ins are included. This reveals limited information if the IDs of the venues cannot be linked to an actual venue (cf. [Profiling of Venues](#profiling-of-venues)), but can reveal significant information about the user the more venue IDs can be identified. To mitigate the risk, CWA generates fake check-ins for each submission. These fake check-ins are generated upon submission of genuine check-ins so that even CWA cannot distinguish them. -However, we acknowledge that this does not prevent the attack if there is a central database of all venue GUIDs and venue metadata. +However, we acknowledge that this does not prevent the attack if there is a central database of all venue IDs and venue metadata. ### Targeting Specific Venues @@ -46,33 +46,45 @@ The proposed solution turns check-ins of the user into warnings and cannot verif An adversary can target specific venues by obtaining the respective QR code and pretending a check-in. If the adversary also obtains the authorization to submit the check-ins to the CWA Server, false warnings would be issued for these venues. -The difficulty of this attack is dominated by the difficulty of obtaining authorization to submit check-ins. This is currently only possible with a confirmed positive test for SARS-CoV-2 or by obtaining a Tele TAN from the hotline. While a confirmed positive test is difficult obtain without putting oneself at risk, a valid Tele TAN can be obtained for example by Social Engineering. +The difficulty of this attack is dominated by the difficulty of obtaining authorization to submit check-ins. This is currently only possible with a confirmed positive test for SARS-CoV-2 or by obtaining a TeleTAN from the hotline. While a confirmed positive test is difficult obtain without putting oneself at risk, a valid TeleTAN can be obtained for example by Social Engineering. To mitigate the risk, CWA only allows a certain number of check-ins per day. This prevents to scale such an attack by a single adversary across a multitude of venues. However, we acknowledge that this does not prevent to execute this attack for a small number of venues. -## QR Code Structure DRAFT +## QR Code Structure -The QR code of a venue contains all required attributes for Presence Tracing, so that no server communication is necessary when an attendee checks in to a venue +The QR code of a venue contains all required attributes for Presence Tracing, so that no server communication is necessary when an attendee checks in to a venue. -The data structure is described by the following Protocol Buffer message `TraceLocation`: +The data structure is described by the Protocol Buffer message `QRCodePayload`: ```protobuf +message QRCodePayload { + uint32 version = 1; + TraceLocation locationData = 2; + CrowdNotifierData crowdNotifierData = 3; + // byte sequence of CWALocationData + bytes countryData = 4; +} + message TraceLocation { - // uuid - string guid = 1; - uint32 version = 2; - TraceLocationType type = 3; - // max. 150 characters - string description = 4; - // max. 150 characters - string address = 5; + uint32 version = 1; + // max. 100 characters + string description = 2; + // max. 100 characters + string address = 3; + // UNIX timestamp (in seconds) - uint64 startTimestamp = 6; + uint64 startTimestamp = 5; // UNIX timestamp (in seconds) - uint64 endTimestamp = 7; - uint32 defaultCheckInLengthInMinutes = 8; + uint64 endTimestamp = 6; +} + +message CrowdNotifierData { + uint32 version = 1; + bytes publicKey = 2; + bytes cryptographicSeed = 3; + uint32 type = 4; // exact semantic tbd } enum TraceLocationType { @@ -91,49 +103,73 @@ enum TraceLocationType { LOCATION_TYPE_TEMPORARY_CLUB_ACTIVITY = 10; LOCATION_TYPE_TEMPORARY_PRIVATE_EVENT = 11; LOCATION_TYPE_TEMPORARY_WORSHIP_SERVICE = 12; + +} + +message CWALocationData { + uint32 version = 1; + TraceLocationType type = 2; + uint32 defaultCheckInLengthInMinutes = 3; } ``` -The `guid` attribute is generated by the CWA Server to ensure uniqueness across all CWA QR codes. The data structure is signed by the CWA Server with its private key to prevent tampering of the QR code or identity theft of the GUID of a venue. +The ID of a venue is derived as the SHA-256 hash of the concatenated byte representation of the string `CWA-GUID` and the byte representation of the Protocol Buffer message `QRCodePayload`. The `cryptographicSeed` adds sufficient entropy so that any modifications to the QR code result in a unique ID. -The combination of signature and TraceLocation is represented in the following Protocol Buffer message `SignedTraceLocation`: - -```protobuf -message SignedTraceLocation { - // byte representation of a TraceLocation - bytes location = 1; - // byte representation of the signature of the TraceLocation - bytes signature = 2; -} -``` - -A SignedTraceLocation is base32-encoded and included in a URL. The URL is the content of the QR code and structures as follows: +A `QRCodePayload` is base64url-encoded and included in a URL. The URL is the content of the QR code and has the following structure: ```text -HTTPS://E.CORONAWARN.APP/C1/ +https://e.coronawarn.app?v=1# # example: -HTTPS://E.CORONAWARN.APP/C1/BIPEY33... +CWA Germany: +https://e.coronawarn.app?v=1#Y3dh... +NotifyMe CH: +https://qr.notify-me.ch?v=2#bm90aWZ5bWU +CLEA FR: +https://tac.gouv.fr?v=1#Y2xlYQ + ``` -The base32 encoding allows to leverage the input mode _alphanumeric_ when generating the QR code and produces a QR code with a lower density compared to base64 encoding. +```text -### Interoperability with Other Contact Tracing Apps DRAFT +#Example: +https://e.coronawarn.app?v=1#CAESEwgBEgdGcmlzZXVyGgZCZXJsaW4adggBEmCDAszMTXne1DAA5_YxmhRdd_NZN2VKl9L32Jl9-ZybE4b2eNIrhFOKYU4XAOHq3RPLDxdHTW6ANiO24rCOO4rj06HzcVZy3pel58-L1KSPG-_PneL2BoyZQRz3qlu2hoAaEATXwzyyIshzBHREtsdmc6kiBggBEAUYeA -Other contact tracing apps that leverage QR code for Presence Tracing can integrate with CWA by creating QR codes according to the following pattern: +version: 1 +locationData: + version: 1 + description: Friseur + address: Berlin +crowdNotifierData: + version: 1 + publicKey: gwLMzE153tQwAOf2MZoUXXfzWTdlSpfS99iZffmcmxOG9njSK4RTimFOFwDh6t0Tyw8XR01ugDYjtuKwjjuK49Oh83FWct6XpefPi9Skjxvvz53i9gaMmUEc96pbtoaA + cryptographicSeed: RANDOM16Byte as base64 +vendorData: CAEQBRh4 + + +Vendor Data Example: + version: 1 + type: 5 + defaultCheckInLengthInMinutes: 120 + +``` + +### QR Code Compatibility with Other Contract Tracing Apps in Germany + +Other contact tracing apps in Germany that leverage QR codes for Presence Tracing can integrate with CWA by creating QR codes according to the following pattern: ```text -/#[VENDOR_ADDITIONAL_DATA]/CWA1/ +/#[VENDOR_ADDITIONAL_DATA]/CWA1/ ``` | Parameter | Description | |---|---| | `` | The URL associated with the respective contact tracing apps, with or without a partial path. | -| `` | Any vendor-specific data such as venue ids. This data may be passed to the vendor-specific app upon interaction by the user if a deeper integration is required. | +| `` | Any vendor-specific data such as the venue id in the vendor's system. This data may be passed to the vendor-specific app upon interaction by the user if a deeper integration is required. | | `[VENDOR_ADDITIONAL_DATA]` | Additional vendor-specific data (optional). | -| `` | A representation of the Protocol Buffer message SignedTraceLocation encoded in base64. Note that the signature must have been created by the CWA Server. | +| `` | A representation of the Protocol Buffer message `QRCodePayload` encoded in base64url. | -**Note:** Any contact tracing apps that integrate with CWA must ensure that they do not process any information from the CWA part of the QR code. +**Note:** QR codes that are generated by other contact tracing apps must be allowlisted individually per app (based on the hostname in the QR code) before they can be scanned and are accepted by CWA. Such contact tracing apps must ensure that they do not process or store any information from the CWA part of the QR code. Examples: @@ -143,12 +179,12 @@ https://presence-tracing.app/386d0384-8aaa-41b6-93c2-d3399894d0ee#/CWA1/CiRmY2E. URL: https://presence-tracing.app VENDOR_DATA: 386d0384-8aaa-41b6-93c2-d3399894d0ee VENDOR_ADDITIONAL_DATA: ∅ - ENCODED_SIGNED_TRACE_LOCATION: CiRmY2E... + ENCODED_PAYLOAD: CiRmY2E... # with optional data https://check-in.pt.app/386d0384-8aaa-41b6-93c2-d3399894d0ee#42/CWA1/CiRmY2E... URL: https://check-in.pt.app VENDOR_DATA: 386d0384-8aaa-41b6-93c2-d3399894d0ee VENDOR_ADDITIONAL_DATA: 42 - ENCODED_SIGNED_TRACE_LOCATION: CiRmY2E... + ENCODED_PAYLOAD: CiRmY2E... ``` diff --git a/images/evreg-tam-block.png b/images/evreg-tam-block.png index 6e8c3b3..16b2c79 100644 Binary files a/images/evreg-tam-block.png and b/images/evreg-tam-block.png differ diff --git a/images/ui_screens/Outdated.md b/images/ui_screens/Outdated.md new file mode 100644 index 0000000..d01a3a8 --- /dev/null +++ b/images/ui_screens/Outdated.md @@ -0,0 +1,5 @@ +# Outdated screenshots + +Please note that the screenshots in this folder and its subfolders are outdated. + +Here you can find screenshots of some of the features that the Corona-Warn-App offers in the current release: [Take a Look](https://www.coronawarn.app/en/screenshots/). The corresponding German screenshots can be found here: [Machen Sie sich selbst ein Bild](https://www.coronawarn.app/de/screenshots/). diff --git a/package-lock.json b/package-lock.json index b11a8f9..4a94e72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1202,9 +1202,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" }, "http-cache-semantics": { "version": "4.1.0", @@ -1645,9 +1645,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.difference": { "version": "4.5.0",