mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: Make cpp/comparison-with-wider-type visible
The results from this query look good on real-world projects, so let's make it visible by default.
This commit is contained in:
@@ -5,14 +5,13 @@
|
||||
* @id cpp/comparison-with-wider-type
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @precision medium
|
||||
* @precision high
|
||||
* @tags reliability
|
||||
* security
|
||||
* external/cwe/cwe-190
|
||||
* external/cwe/cwe-197
|
||||
* external/cwe/cwe-835
|
||||
*
|
||||
*/
|
||||
*/
|
||||
|
||||
import cpp
|
||||
import semmle.code.cpp.controlflow.Dominance
|
||||
|
||||
Reference in New Issue
Block a user