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

Skip to content

Commit 2ae38a5

Browse files
committed
CPP: Adjust query tags.
1 parent 9da2ead commit 2ae38a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/Security/CWE/CWE-676/DangerousUseOfGets.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description The standard library 'gets' function is dangerous and should not be used.
44
* @kind problem
55
* @problem.severity error
6-
* @precision high
6+
* @precision very-high
77
* @id cpp/potentially-dangerous-function
88
* @tags reliability
99
* security

cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Use of potentially dangerous function
33
* @description Certain standard library functions are dangerous to call.
44
* @kind problem
5-
* @problem.severity error
5+
* @problem.severity warning
66
* @precision high
77
* @id cpp/potentially-dangerous-function
88
* @tags reliability

0 commit comments

Comments
 (0)