Fix qhelp errors and ql-for-ql errors

This commit is contained in:
Joe Farebrother
2023-01-11 15:46:38 +00:00
parent f52db7f9a3
commit 639c42c9e9
2 changed files with 4 additions and 4 deletions

View File

@@ -13,11 +13,11 @@
</recommendation>
<example>
In the following (bad) example, sensitive data is sent to an untrusted <code>ResultReceiver</code>.
<p>In the following (bad) example, sensitive data is sent to an untrusted <code>ResultReceiver</code>. </p>
<sample src="SensitiveResultReceiver.java" />
</example>
<references>
<li>Oversecured: <a href=https://oversecured.com/vulnerabilities#Android/Passing_data_to_a_ResultReceiver_under_the_attacker%E2%80%99s_control>Passing data to a ResultReceiver under the attacker's control</a></li>
<li>Oversecured: <a href="https://oversecured.com/vulnerabilities#Android/Passing_data_to_a_ResultReceiver_under_the_attacker%E2%80%99s_control">Passing data to a ResultReceiver under the attacker's control</a></li>
</references>
</qhelp>