Update to new change note format

This commit is contained in:
Jonathan Leitschuh
2022-02-04 17:16:12 -05:00
parent 0268dd9f0a
commit 1f47ea5164
2 changed files with 6 additions and 4 deletions

View File

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

View File

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