Skip to content

Commit 8f0bcb2

Browse files
committed
C++: Upgrade all 5 queries that were downgraded for BMN (for testing purposes).
1 parent a99b3f2 commit 8f0bcb2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cpp/ql/src/Likely Bugs/Arithmetic/IntMultToLong.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @kind problem
66
* @problem.severity warning
77
* @security-severity 8.1
8-
* @precision medium
8+
* @precision high
99
* @id cpp/integer-multiplication-cast-to-long
1010
* @tags reliability
1111
* security

cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @kind problem
66
* @problem.severity error
77
* @security-severity 7.5
8-
* @precision medium
8+
* @precision high
99
* @id cpp/wrong-type-format-argument
1010
* @tags reliability
1111
* correctness

cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* may lead to unpredictable behavior.
66
* @kind problem
77
* @problem.severity warning
8-
* @precision medium
8+
* @precision high
99
* @id cpp/implicit-function-declaration
1010
* @tags correctness
1111
* maintainability

cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @kind problem
77
* @problem.severity warning
88
* @security-severity 7.8
9-
* @precision medium
9+
* @precision high
1010
* @tags reliability
1111
* security
1212
* external/cwe/cwe-190

cpp/ql/src/Security/CWE/CWE-468/SuspiciousAddWithSizeof.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @kind problem
77
* @problem.severity warning
88
* @security-severity 8.8
9-
* @precision medium
9+
* @precision high
1010
* @id cpp/suspicious-add-sizeof
1111
* @tags security
1212
* external/cwe/cwe-468

0 commit comments

Comments
 (0)