Skip to content

Commit d1766c1

Browse files
authored
Address review comments from the CR request. (#168)
Reference the privacy section from the security section. Add another threat vector in the privacy section. Fixes #167
1 parent 255fe64 commit d1766c1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,8 @@ <h2>
562562
</h2>
563563
<p>
564564
No new security considerations have been reported on this
565-
specification.
565+
specification. However it is encouraged to look at the
566+
potential [[[#privacy-considerations]]] listed in this document.
566567
</p>
567568
</section>
568569
<section>
@@ -608,6 +609,18 @@ <h4>
608609
as mentioned in [[[#identifying-users-across-contexts]]]. The same
609610
mitigations apply.
610611
</p>
612+
<h4>
613+
Malicious script injection (for advertising or exploitation)
614+
</h4>
615+
<p>
616+
Through iframes, a malicious actor could inject its own code to
617+
access the posture information and potentially use it to track users.
618+
</p>
619+
<p>
620+
This theoretical attack is mitigated by [[[#data-minimization]]]
621+
as well as the fact that the posture value itself carry little
622+
valuable information and stays stable for long period of time.
623+
</p>
611624
</section>
612625
<section>
613626
<h3>

0 commit comments

Comments
 (0)