Commit 9b7d4cd
committed
Fix PII marking for device memory attributes to be consistent
Changed pii from 'false' to 'maybe' for device.memory_size and
device.free_memory attributes to be consistent with the existing
device.memory.estimated_capacity attribute and other device metrics
like device.cpu.logical_core_count and device.processor_count.
Memory values in bytes can contribute to device fingerprinting and
scrubbing them wouldn't break product features, so per CONTRIBUTING.md
they should be marked as pii: maybe.1 parent 30b6772 commit 9b7d4cd
File tree
2 files changed
+2
-2
lines changed- model/attributes/device
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments