Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17d1c77

Browse files
authored
Update InsufficientControlFlowManagementAfterRefactoringTheCode.ql
1 parent 3d11724 commit 17d1c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/experimental/Security/CWE/CWE-691/InsufficientControlFlowManagementAfterRefactoringTheCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UsingWhileAfterWhile extends WhileStmt {
4444
}
4545

4646
/**
47-
* Using arithmetic in comparison.
47+
* Using arithmetic in a condition.
4848
*/
4949
class UsingArithmeticInComparison extends BinaryArithmeticOperation {
5050
/**

0 commit comments

Comments
 (0)