mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update to new change note format
This commit is contained in:
@@ -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.
|
||||
@@ -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).
|
||||
Reference in New Issue
Block a user