Skip to content

Commit b951e94

Browse files
igfoojketema
andauthored
Update go/ql/lib/CHANGELOG.md
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent f20825a commit b951e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
### Minor Analysis Improvements
44

55
* Go 1.19 is now supported, including adding new taint propagation steps for new standard-library functions introduced in this release.
6-
* Most deprecated predicates/classes/modules that have been deprecated for over a year have been
7-
deleted.
6+
* Most deprecated predicates/classes/modules that have been deprecated for over a year have been deleted.
87
* Fixed data-flow to captured variable references.
98
* We now assume that if a channel-typed field is only referred to twice in the user codebase, once in a send operation and once in a receive, then data flows from the send to the receive statement. This enables finding some cross-goroutine flow.
109

0 commit comments

Comments
 (0)