Skip to content

Commit 033694d

Browse files
author
Dave Bartolomeo
authored
Fix formatting in change log
1 parent b224f81 commit 033694d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java/ql/src/change-notes/released

java/ql/src/change-notes/released/0.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
### Minor Analysis Improvements
88

9-
* Fixed "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) to resolve false-negatives when OS isn't properly used as logical guard.
9+
* Fixed "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) to resolve false-negatives when OS isn't properly used as logical guard.
1010
* The `SwitchCase.getRuleExpression()` predicate now gets expressions for case rules with an expression on the right-hand side of the arrow belonging to both `SwitchStmt` and `SwitchExpr`, and the corresponding `getRuleStatement()` no longer returns an `ExprStmt` in either case. Previously `SwitchStmt` and `SwitchExpr` behaved differently in
1111
this respect.

0 commit comments

Comments
 (0)