Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d068730

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/src/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.
1212

@@ -20,7 +20,7 @@ this respect.
2020

2121
### Minor Analysis Improvements
2222

23-
* Updated "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) to remove false-positives when OS is properly used as logical guard.
23+
* Updated "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) to remove false-positives when OS is properly used as logical guard.
2424

2525
## 0.0.11
2626

0 commit comments

Comments
 (0)