CPP: Adjust query tags.

This commit is contained in:
Geoffrey White
2019-05-10 10:49:50 +01:00
parent 9da2ead1f7
commit 2ae38a54af
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
* @description The standard library 'gets' function is dangerous and should not be used.
* @kind problem
* @problem.severity error
* @precision high
* @precision very-high
* @id cpp/potentially-dangerous-function
* @tags reliability
* security

View File

@@ -2,7 +2,7 @@
* @name Use of potentially dangerous function
* @description Certain standard library functions are dangerous to call.
* @kind problem
* @problem.severity error
* @problem.severity warning
* @precision high
* @id cpp/potentially-dangerous-function
* @tags reliability