Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4888 from corona-warn-app/chore/update-protobuf-f…
Browse files Browse the repository at this point in the history
…rom-release/2.29.x

Protocol Buffer update for release 2.29.x at Wed Nov 16 14:08:09 UTC 2022
  • Loading branch information
naveeddotio authored Nov 16, 2022
2 parents 8b5b92b + 89623f1 commit 47edfdd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/resources/internal/ppdd/srs_otp_request_android.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ message SRSOneTimePasswordRequestAndroid {

SRSOneTimePassword payload = 2;

bytes requestPadding = 3;

message SRSOneTimePassword {
string otp = 1;
bytes androidId = 2;
Expand Down
2 changes: 2 additions & 0 deletions proto/resources/internal/ppdd/srs_otp_request_ios.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ message SRSOneTimePasswordRequestIOS {
PPACIOS authentication = 1;

SRSOneTimePassword payload = 2;

bytes requestPadding = 3;
}
5 changes: 5 additions & 0 deletions proto/resources/internal/v2/ppdd_ppa_parameters.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ message PPDDPrivacyPreservingAnalyticsParametersCommon {
double probabilityToSubmitExposureWindows = 2;
int32 hoursSinceTestRegistrationToSubmitTestResultMetadata = 3;
int32 hoursSinceTestResultToSubmitKeySubmissionMetadata = 4;
PPDDPrivacyPreservingAnalyticsPlausibleDeniabilityParameters plausibleDeniabilityParameters = 5;
}

message PPDDPrivacyPreservingAnalyticsPlausibleDeniabilityParameters {
double probabilityOfFakeKeySubmission = 1;
}
6 changes: 6 additions & 0 deletions proto/resources/internal/v2/ppdd_srs_parameters.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ message PPDDSelfReportSubmissionParametersAndroid {
message PPDDSelfReportSubmissionParametersCommon {
int32 timeSinceOnboardingInHours = 1;
int32 timeBetweenSubmissionsInDays = 2;
PPDDSelfReportSubmissionPlausibleDeniabilityParameters plausibleDeniabilityParameters = 3;
}

message PPDDSelfReportSubmissionPlausibleDeniabilityParameters {
int32 minRequestPaddingBytes = 1;
int32 maxRequestPaddingBytes = 2;
}

0 comments on commit 47edfdd

Please sign in to comment.