Skip to content

Commit d201c4b

Browse files
author
dilanbhalla
committed
fixed pr suggestions for tags/formatting
1 parent 259654b commit d201c4b

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-359/PrivateCleartextBufferWrite.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* to an attacker.
55
* @kind path-problem
66
* @problem.severity warning
7-
* @precision medium
87
* @id cpp/private-cleartext-storage-buffer
98
* @tags security
109
* external/cwe/cwe-312

cpp/ql/src/experimental/Security/CWE/CWE-359/PrivateCleartextFileWrite.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* to an attacker.
55
* @kind problem
66
* @problem.severity warning
7-
* @precision medium
87
* @id cpp/private-cleartext-storage-file
98
* @tags security
109
* external/cwe/cwe-313

cpp/ql/src/experimental/Security/CWE/CWE-359/PrivateCleartextStorage.qhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cleartext.</p>
1919

2020
<references>
2121

22+
<li><a href="https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A3-Sensitive_Data_Exposure">OWASP Sensitive_Data_Exposure</a>
2223
<li>M. Dowd, J. McDonald and J. Schuhm, <i>The Art of Software Security Assessment</i>, 1st Edition, Chapter 2 - 'Common Vulnerabilities of Encryption', p. 43. Addison Wesley, 2006.</li>
2324
<li>M. Howard and D. LeBlanc, <i>Writing Secure Code</i>, 2nd Edition, Chapter 9 - 'Protecting Secret Data', p. 299. Microsoft, 2002.</li>
2425

cpp/ql/src/experimental/semmle/code/cpp/security/PrivateData.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ class PrivateVariableAccess extends PrivateDataExpr, VariableAccess {
5151
exists(string s | this.getTarget().getName().toLowerCase() = s | s.matches(privateNames()))
5252
}
5353
}
54-

0 commit comments

Comments
 (0)