Merge pull request #78 from sauyon/1.14-change-note

Add change notes for Go 1.14 support
This commit is contained in:
Max Schaefer
2020-03-31 07:34:26 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
* Alert suppression can now be done with single-line block comments (`/* ... */`) as well as line comments (`// ...`).
* Analysis of flow through fields has been improved.
* More sources of untrusted input as well as vulnerable sinks are modelled, which may lead to more results from the security queries.
* Go 1.14 library changes have been modeled.
## New queries

View File

@@ -5,5 +5,6 @@
## Changes to code extraction
* The autobuilder now runs Makefiles or custom build scripts present in the codebase to install dependencies.
* The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions.
* The autobuilder now attempts to automatically detect when dependencies have been vendored and use `-mod=vendor` appropriately.
* The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions.
* The extractor now supports Go 1.14.