File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments