Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a621c2

Browse files
committed
Fix the formatting in TempDirLocalInformationDisclosureFromMethodCall
1 parent 79db76d commit 0a621c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosureFromMethodCall.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ class MethodAccessInsecureGuavaFilesCreateTempFile extends MethodAccessInsecureF
6464

6565
from MethodAccessInsecureFileCreation methodAccess
6666
select methodAccess,
67-
"Local information disclosure vulnerability due to use of " + methodAccess.getFileSystemEntityType() +
68-
" readable by other local users."
67+
"Local information disclosure vulnerability due to use of " +
68+
methodAccess.getFileSystemEntityType() + " readable by other local users."

0 commit comments

Comments
 (0)