Skip to content

Commit e2a14c7

Browse files
committed
Add note about results to change note
1 parent 581d410 commit e2a14c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/change-notes/2023-09-28-moved-localuserinput-to-mad.md renamed to java/ql/lib/change-notes/2023-10-05-moved-localuserinput-to-mad.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
category: minorAnalysis
33
---
44
* Modified the `EnvInput` class in `semmle.code.java.dataflow.FlowSources` to include `environment` and `file` source nodes.
5+
There are no changes to results unless you add source models using the `environment` or `file` source kinds.
56
* Added `environment` source models for the following methods:
67
* `java.lang.System#getenv`
78
* `java.lang.System#getProperties`
@@ -16,5 +17,6 @@ category: minorAnalysis
1617
* `hudson.FilePath#readFromOffset`
1718
* `hudson.FilePath#readToString`
1819
* Modified the `DatabaseInput` class in `semmle.code.java.dataflow.FlowSources` to include `database` source nodes.
20+
There are no changes to results unless you add source models using the `database` source kind.
1921
* Added `database` source models for the following method:
2022
* `java.sql.ResultSet#getString`

0 commit comments

Comments
 (0)