diff --git a/java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.qhelp b/java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.qhelp index b76b0b5c6cf..44c65efa637 100644 --- a/java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.qhelp +++ b/java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.qhelp @@ -36,7 +36,7 @@ For example: PosixFilePermissions.asFileAttribute(EnumSet.of(PosixFilePerm -

In the following example, files and directories are created with file permissions protecting their contents.

+

In the following example, files and directories are created with file permissions that protect their contents.