From 41b5011b8198ea219732731cb4872924c2dfa8f2 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 16 Feb 2021 16:46:12 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felicity Chapman --- .../CWE/CWE-200/TempDirLocalInformationDisclosure.qhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.