|
|
|
|
|
by alkonaut
971 days ago
|
|
> As soon as you're using the internet, you're disclosing an IP address, which is PII Yes it's PII which of course is why no one who does Telemetry in a GDPR compliant way would store the IP address. The fact that it's "sent" (in order to send anything at all over http) isn't relevant. Only what's stored, for what reason, and for how long. > If you add anything to link two subsequent telemetry reports together, that thing is PII (e.g. a hash or a uuid) Again, no. PII is only information about physical people. Unless the data becomes enough to identify a person (in itself or together with other data), the data is not PII. Having a browser history associated to a random guid might be PII (because the browser history might pinpoint the user, not the guid!). But having a random guid associated to say "has run VS code 12 times this year" is not. |
|