Apply suggestions from code review

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
ihsinme
2021-10-28 10:37:01 +03:00
committed by GitHub
parent 235a3ec232
commit 432fc74455

View File

@@ -1,8 +1,8 @@
/**
* @name Find insecure work with the file name.
* @name Insecure generation of filenames.
* @description The file can be used to influence the correct operation of the program.
* @kind problem
* @id cpp/insecure-work-with-file-name
* @id cpp/insecure-generation-of-filename
* @problem.severity warning
* @precision medium
* @tags correctness