mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update cpp/ql/src/experimental/Security/CWE/CWE-783/OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* --For example, `a || b ^ c` and `(a || b) ^ c` give different results when `b` is zero.
|
||||
* @kind problem
|
||||
* @id cpp/operator-precedence-logic-error-when-use-bitwise-logical-operations
|
||||
* @problem.severity warning
|
||||
* @problem.severity recommendation
|
||||
* @precision medium
|
||||
* @tags correctness
|
||||
* security
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* external/cwe/cwe-783
|
||||
* external/cwe/cwe-480
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user