зеркало из https://github.com/github/codeql-go.git
Release preparation for version 2.9.1
This commit is contained in:
Родитель
b8165d47b7
Коммит
bcd2c009e3
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
|
* The method predicate `getACalleeIncludingExternals` on `DataFlow::CallNode` and the function `viableCallable` in `DataFlowDispatch` now also work for calls to functions via a variable, where the function can be determined using local flow.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Analysis Improvements
|
### Minor Analysis Improvements
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
## 0.1.1
|
||||||
category: minorAnalysis
|
|
||||||
---
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
* The method predicate `getACalleeIncludingExternals` on `DataFlow::CallNode` and the function `viableCallable` in `DataFlowDispatch` now also work for calls to functions via a variable, where the function can be determined using local flow.
|
* The method predicate `getACalleeIncludingExternals` on `DataFlow::CallNode` and the function `viableCallable` in `DataFlowDispatch` now also work for calls to functions via a variable, where the function can be determined using local flow.
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
lastReleaseVersion: 0.1.0
|
lastReleaseVersion: 0.1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: codeql/go-all
|
name: codeql/go-all
|
||||||
version: 0.1.1-dev
|
version: 0.1.1
|
||||||
groups: go
|
groups: go
|
||||||
dbscheme: go.dbscheme
|
dbscheme: go.dbscheme
|
||||||
extractor: go
|
extractor: go
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
## 0.0.12
|
## 0.0.12
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
## 0.1.1
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
lastReleaseVersion: 0.1.0
|
lastReleaseVersion: 0.1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: codeql/go-queries
|
name: codeql/go-queries
|
||||||
version: 0.1.1-dev
|
version: 0.1.1
|
||||||
groups:
|
groups:
|
||||||
- go
|
- go
|
||||||
- queries
|
- queries
|
||||||
|
|
Загрузка…
Ссылка в новой задаче