Skip to content

Commit ed87c3a

Browse files
authored
Update go/ql/lib/CHANGELOG.md
1 parent af2c321 commit ed87c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* The predicate `getNumParameter` on `FuncTypeExpr` has been changed to actually give the number of parameters. It previously gave the number of parameter declarations. `getNumParameterDecl` has been introduced to preserve this functionality.
1414
* The definition of `mayHaveSideEffects` for `ReturnStmt` was incorrect when more than one expression was being returned. Such return statements were effectively considered to never have side effects. This has now been fixed. In rare circumstances `globalValueNumber` may have incorrectly treated two values as the same when they were in fact distinct.
1515
* Queries that care about SQL, such as `go/sql-injection`, now recognise SQL-consuming functions belonging to the `gorqlite` and `GoFrame` packages.
16-
* `rsync` has been added to the list of commands which may evaluate its parameters as a shell command.
16+
* `rsync` has been added to the list of commands which may evaluate its parameters as a shell command.
1717

1818
### Bug Fixes
1919

0 commit comments

Comments
 (0)