-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27b392c
commit 1c01a67
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
java/ql/lib/change-notes/2023-09-28-moved-localuserinput-to-mad.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* Modified the `EnvInput` class in `semmle.code.java.dataflow.FlowSources` to include `environment` and `file` source nodes. | ||
* Added `environment` source models for the following methods: | ||
* `java.lang.System#getenv` | ||
* `java.lang.System#getProperties` | ||
* `java.lang.System#getProperty` | ||
* `java.util.Properties#get` | ||
* `java.util.Properties#getProperty` | ||
* Added `file` source models for the following methods: | ||
* the `java.io.FileInputStream` constructor | ||
* `hudson.FilePath#newInputStreamDenyingSymlinkAsNeeded` | ||
* `hudson.FilePath#openInputStream` | ||
* `hudson.FilePath#read` | ||
* `hudson.FilePath#readFromOffset` | ||
* `hudson.FilePath#readToString` | ||
* Modified the `DatabaseInput` class in `semmle.code.java.dataflow.FlowSources` to include `database` source nodes. | ||
* Added `database` source models for the following method: | ||
* `java.sql.ResultSet#getString` |