diff --git a/java/old-change-notes/2021-02-25-local-temp-directory-information-disclosure.md b/java/old-change-notes/2021-02-25-local-temp-directory-information-disclosure.md deleted file mode 100644 index 46654b8f14d..00000000000 --- a/java/old-change-notes/2021-02-25-local-temp-directory-information-disclosure.md +++ /dev/null @@ -1,4 +0,0 @@ -lgtm,codescanning -* Two new queries, both titled "Temporary directory Local information disclosure" - (`java/local-temp-file-or-directory-information-disclosure-path`, `java/local-temp-file-or-directory-information-disclosure-method`), has been added. - These queries find uses of APIs that leak potentially sensitive information to other local users via the system temporary directory. diff --git a/java/ql/src/change-notes/2022-02-04-local-temp-file-or-directory-information-disclosure.md b/java/ql/src/change-notes/2022-02-04-local-temp-file-or-directory-information-disclosure.md new file mode 100644 index 00000000000..9206d2b60ea --- /dev/null +++ b/java/ql/src/change-notes/2022-02-04-local-temp-file-or-directory-information-disclosure.md @@ -0,0 +1,6 @@ +--- +category: newQuery +--- +* Two new querys both titled "Temporary directory Local information disclosure" (`java/local-temp-file-or-directory-information-disclosure-path`, `java/local-temp-file-or-directory-information-disclosure-method`) have been added. + These queries find uses of APIs that leak potentially sensitive information to other local users via the system temporary directory. + This query was originally [submitted as query by @JLLeitschuh](https://github.com/github/codeql/pull/4388). \ No newline at end of file