mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Update InsecureTemporaryFile.ql
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Insecure generation of filenames.
|
||||
* @description The file can be used to influence the correct operation of the program.
|
||||
* @description Using a predictable filename when creating a temporary file can lead to an attacker-controlled input.
|
||||
* @kind problem
|
||||
* @id cpp/insecure-generation-of-filename
|
||||
* @problem.severity warning
|
||||
|
||||
Reference in New Issue
Block a user