Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit d3e62b0

Browse files
author
Sauyon Lee
authored
Merge pull request #100 from max-schaefer/add-missing-change-notes
Add two missing change notes.
2 parents 8341ce0 + 95c2cb1 commit d3e62b0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

change-notes/1.24/analysis-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## General improvements
44

55
* Alert suppression can now be done with single-line block comments (`/* ... */`) as well as line comments (`// ...`).
6-
* Analysis of flow through fields has been improved.
6+
* Analysis of flow through fields and elements of arrays and slices has been improved, which may lead to more results from the security queries.
77
* Detection of test code has been improved. LGTM will not show alerts in test code by default.
88
* Go 1.14 library changes have been modeled.
99
* More sources of untrusted input as well as vulnerable sinks are modelled, which may lead to more results from the security queries.

change-notes/1.24/extractor-go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
* The autobuilder now runs Makefiles or custom build scripts present in the codebase to install dependencies. The build command
1111
to invoke can be configured via `lgtm.yml`, or by setting the environment variable `CODEQL_EXTRACTOR_GO_BUILD_COMMAND`.
1212
* The autobuilder now attempts to automatically detect when dependencies have been vendored and use `-mod=vendor` appropriately.
13+
* The extractor now compresses intermediate files used for constructing databases, which reduces the amount of disk space it requires.
1314
* The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions.
1415
* The extractor now supports Go 1.14.

0 commit comments

Comments
 (0)