Skip to content

Commit d8cfdc5

Browse files
committed
C++: Tag with CWE-1078, CWE-670
1 parent 28606c5 commit d8cfdc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
* @kind problem
55
* @id cpp/comma-before-misleading-indentation
66
* @problem.severity warning
7+
* @security-severity 7.8
78
* @precision medium
89
* @tags maintainability
910
* readability
11+
* security
12+
* external/cwe/cwe-1078
13+
* external/cwe/cwe-670
1014
*/
1115

1216
import cpp

0 commit comments

Comments
 (0)