Skip to content

Commit fc5e3b2

Browse files
committed
Resolve CI issues
1 parent f6f5fab commit fc5e3b2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/attributes-registry/device.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ More information about Android identifier best practices can be found [here](htt
2525

2626
> [!WARNING]
2727
>
28-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
29-
> See [`installation.id`](/docs/attributes-registry/installation.md#installation-id) as a more privacy-preserving alternative.
28+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
29+
> ensure you do your own due diligence.
30+
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
3031
3132
**[2] `device.manufacturer`:** The Android OS provides this field via [Build](https://developer.android.com/reference/android/os/Build#MANUFACTURER). iOS apps SHOULD hardcode the value `Apple`.
3233

docs/resource/device.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ More information about Android identifier best practices can be found [here](htt
3838

3939
> [!WARNING]
4040
>
41-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
42-
> See [`installation.id`](/docs/attributes-registry/installation.md#installation-id) as a more privacy-preserving alternative.
41+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
42+
> ensure you do your own due diligence.
43+
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
4344
4445
<!-- markdownlint-restore -->
4546
<!-- prettier-ignore-end -->

model/device/registry.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ groups:
2222
2323
> [!WARNING]
2424
>
25-
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.
25+
> This attribute contains sensitive (PII) information. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply,
26+
> ensure you do your own due diligence.
2627
> See [`app.installation.id`](/docs/attributes-registry/app.md#app-installation-id) as a more privacy-preserving alternative.
2728
examples:
2829
- '123456789012345'

0 commit comments

Comments
 (0)