mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Fix the formatting in TempDirLocalInformationDisclosureFromMethodCall
This commit is contained in:
@@ -64,5 +64,5 @@ class MethodAccessInsecureGuavaFilesCreateTempFile extends MethodAccessInsecureF
|
||||
|
||||
from MethodAccessInsecureFileCreation methodAccess
|
||||
select methodAccess,
|
||||
"Local information disclosure vulnerability due to use of " + methodAccess.getFileSystemEntityType() +
|
||||
" readable by other local users."
|
||||
"Local information disclosure vulnerability due to use of " +
|
||||
methodAccess.getFileSystemEntityType() + " readable by other local users."
|
||||
|
||||
Reference in New Issue
Block a user