Skip to content

Commit 581d410

Browse files
committed
Add change note
1 parent e122d81 commit 581d410

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Modified the `EnvInput` class in `semmle.code.java.dataflow.FlowSources` to include `environment` and `file` source nodes.
5+
* Added `environment` source models for the following methods:
6+
* `java.lang.System#getenv`
7+
* `java.lang.System#getProperties`
8+
* `java.lang.System#getProperty`
9+
* `java.util.Properties#get`
10+
* `java.util.Properties#getProperty`
11+
* Added `file` source models for the following methods:
12+
* the `java.io.FileInputStream` constructor
13+
* `hudson.FilePath#newInputStreamDenyingSymlinkAsNeeded`
14+
* `hudson.FilePath#openInputStream`
15+
* `hudson.FilePath#read`
16+
* `hudson.FilePath#readFromOffset`
17+
* `hudson.FilePath#readToString`
18+
* Modified the `DatabaseInput` class in `semmle.code.java.dataflow.FlowSources` to include `database` source nodes.
19+
* Added `database` source models for the following method:
20+
* `java.sql.ResultSet#getString`

0 commit comments

Comments
 (0)