Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da2ead commit 2ae38a5Copy full SHA for 2ae38a5
2 files changed
cpp/ql/src/Security/CWE/CWE-676/DangerousUseOfGets.ql
@@ -3,7 +3,7 @@
3
* @description The standard library 'gets' function is dangerous and should not be used.
4
* @kind problem
5
* @problem.severity error
6
- * @precision high
+ * @precision very-high
7
* @id cpp/potentially-dangerous-function
8
* @tags reliability
9
* security
cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql
@@ -2,7 +2,7 @@
2
* @name Use of potentially dangerous function
* @description Certain standard library functions are dangerous to call.
- * @problem.severity error
+ * @problem.severity warning
* @precision high
0 commit comments