fix leftover todo in js/insecure-temporary-file

This commit is contained in:
erik-krogh
2022-09-06 10:05:50 +02:00
parent 6674e07eaa
commit 0776687991

View File

@@ -1,6 +1,7 @@
/**
* @name Insecure temporary file
* @description Creating a temporary file that is accessible by other users TODO:
* @description Creating a temporary file that is accessible by other users can
* lead to information disclosure and sometimes remote code execution.
* @kind path-problem
* @id js/insecure-temporary-file
* @problem.severity warning