Skip to content

Commit 4984d8f

Browse files
geoffw0mchammer01
andauthored
Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 645364e commit 4984d8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

swift/ql/src/queries/Security/CWE-311/CleartextStorageDatabase.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<qhelp>
33
<overview>
44

5-
<p>Sensitive information that is stored unencrypted in a database is accessible to an attacker who gains access to that database. For example the information could be accessed by any process or user in a rooted device, or exposed through another vulnerability.</p>
5+
<p>Sensitive information that is stored unencrypted in a database is accessible to an attacker who gains access to that database. For example, the information could be accessed by any process or user in a rooted device, or exposed through another vulnerability.</p>
66

77
</overview>
88
<recommendation>
@@ -12,7 +12,7 @@
1212
</recommendation>
1313
<example>
1414

15-
<p>The following example shows three cases of storing information using the Core Data library. In the 'BAD' case, the data that is stored is sensitive (a credit card number) and is not encrypted. In the 'GOOD' cases, the data is either not sensitive or is protected with encryption.</p>
15+
<p>The following example shows three cases of storing information using the Core Data library. In the 'BAD' case, the data that is stored is sensitive (a credit card number) and is not encrypted. In the 'GOOD' cases, the data is either not sensitive, or is protected with encryption.</p>
1616

1717
<sample src="CleartextStorageDatabase.swift" />
1818

swift/ql/src/queries/Security/CWE-311/CleartextTransmission.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</recommendation>
1313
<example>
1414

15-
<p>The following example shows three cases of transmitting information. In the 'BAD' case, the data transmitted is sensitive (a credit card number) and is not encrypted. In the 'GOOD' cases, the data is either not sensitive or is protected with encryption.</p>
15+
<p>The following example shows three cases of transmitting information. In the 'BAD' case, the data transmitted is sensitive (a credit card number) and is not encrypted. In the 'GOOD' cases, the data is either not sensitive, or is protected with encryption.</p>
1616

1717
<sample src="CleartextTransmission.swift" />
1818

@@ -21,7 +21,7 @@
2121

2222
<li>
2323
OWASP Top 10:2021:
24-
<a href="https://owasp.org/Top10/A02_2021-Cryptographic_Failures/">A02:2021 Cryptographic Failures</a>
24+
<a href="https://owasp.org/Top10/A02_2021-Cryptographic_Failures/">A02:2021 Cryptographic Failures</a>.
2525
</li>
2626

2727
</references>

0 commit comments

Comments
 (0)