-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I received the following from an attacker:
If we understand it correctly, GDA evaluates inference claims by verifying that all users in the subset given by the attacker have the same value for a certain column. However, the actual value of the column appears to be irrelevant. For example, an attacker who guesses that a certain set of users all have gender 'Male' will have their inference claim evaluated as correct even if all users in the set have gender 'Female'. That's what happens in this example:
which produces:
Note that one consequence is any inference claim about a single user is evaluated as correct.
And my answer:
As for inference, that looks like a bug in the code. An inference attack with one user should be identical to a singling out attack. I'll make an issue.
Could you look into this problem?

