mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
CPP: Update the query name and description.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/**
|
||||
* @name Use of dangerous function 'gets'
|
||||
* @description The standard library 'gets' function is dangerous and should not be used.
|
||||
* @name Use of dangerous function
|
||||
* @description Use of a standard library function that does not guard against buffer overflow.
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @precision very-high
|
||||
* @id cpp/potentially-dangerous-function
|
||||
* @id cpp/dangerous-function-overflow
|
||||
* @tags reliability
|
||||
* security
|
||||
* external/cwe/cwe-242
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Use of potentially dangerous function
|
||||
* @description Certain standard library functions are dangerous to call.
|
||||
* @description Use of a standard library function that is not thread-safe.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @precision high
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE/CWE-676/DangerousFunctionOverflow.ql
|
||||
@@ -1 +0,0 @@
|
||||
Security/CWE/CWE-676/DangerousUseOfGets.ql
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE/CWE-676/DangerousFunctionOverflow.ql
|
||||
@@ -1 +0,0 @@
|
||||
Security/CWE/CWE-676/DangerousUseOfGets.ql
|
||||
Reference in New Issue
Block a user