Fix the formatting in TempDirLocalInformationDisclosureFromMethodCall

This commit is contained in:
Jonathan Leitschuh
2021-04-26 11:58:19 -04:00
parent 79db76dcf8
commit 0a621c2801

View File

@@ -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."