Skip to content

Commit e0921ac

Browse files
committed
C++: Increase precision of cpp/static-buffer-overflow to high
1 parent cbdabe3 commit e0921ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lgtm,codescanning
2+
* Increase presition to high for "Static buffer overflow" query
3+
(cpp/static-buffer-overflow).

cpp/ql/src/Critical/OverflowStatic.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 9.3
8-
* @precision medium
8+
* @precision high
99
* @id cpp/static-buffer-overflow
1010
* @tags reliability
1111
* security

0 commit comments

Comments
 (0)