github-actions[bot]
|
9bfe4ea90a
|
Release preparation for version 2.17.1
|
2024-04-15 17:34:47 +00:00 |
|
Alexander Eyers-Taylor
|
feeaef14be
|
Merge pull request #16217 from github/alexet/fix-change-note
Go: Fix broken changenote metadata
|
2024-04-15 17:32:20 +01:00 |
|
Alexander Eyers-Taylor
|
43572fe9ae
|
Go: Fix broken changenote metadata
|
2024-04-15 16:55:23 +01:00 |
|
Michael B. Gale
|
c0d2b89de0
|
Go: Respect GOTOOLCHAIN in GetEnvGoVersion if already set
|
2024-04-15 16:28:24 +01:00 |
|
Michael B. Gale
|
7a0aad87a4
|
Go: Use shared library for integration tests
|
2024-04-15 14:46:53 +01:00 |
|
Michael B. Gale
|
4673fff65b
|
Go: Add db and runFunction to go_integration_test
|
2024-04-15 14:46:53 +01:00 |
|
Michael B. Gale
|
caaccb7709
|
Go: Run go clean -modcache in finally for integration tests
This ensures that the temporary GOPATH is cleaned up correctly in case of an integration test failure as well
|
2024-04-15 14:46:53 +01:00 |
|
Anders Schack-Mulligen
|
20e91f9cac
|
Go: Update expected output (uninteresting).
|
2024-04-12 09:20:23 +02:00 |
|
Anders Schack-Mulligen
|
ba6039946b
|
Go: Add alert provenance plumbing.
|
2024-04-12 09:19:59 +02:00 |
|
Anders Schack-Mulligen
|
eafc0075fd
|
Legacy dataflow: Sync.
|
2024-04-12 09:19:54 +02:00 |
|
Michael B. Gale
|
9c26cdd0bb
|
Go: Add integration test library
|
2024-04-11 12:27:31 +01:00 |
|
Owen Mansel-Chan
|
d4bb4d4faa
|
Merge pull request #16120 from owen-mc/go/fix/type-switch-control-flow
Go: Fix data flow through variable defined in type switch guard
|
2024-04-11 11:39:40 +01:00 |
|
Owen Mansel-Chan
|
1e8315d797
|
Merge pull request #16180 from owen-mc/go/tweak-go-tainted-path-additions
Go: Tweak go tainted path additions
|
2024-04-11 11:17:30 +01:00 |
|
Owen Mansel-Chan
|
a7c5e849f4
|
Expand ReplaceAll in sanitizer
|
2024-04-11 07:35:56 +01:00 |
|
Owen Mansel-Chan
|
c3fefa8f69
|
Add extra sanitizer Part.FileName()
|
2024-04-11 07:35:45 +01:00 |
|
Owen Mansel-Chan
|
21189af294
|
Improve QLDoc and refactor QL
|
2024-04-11 07:34:58 +01:00 |
|
Owen Mansel-Chan
|
1c0ef90e96
|
Merge pull request #15865 from owen-mc/go/extractor/no-intermediate-string-values
Go: extractor: do not store intermediate values in long string concatenations
|
2024-04-10 15:31:51 +01:00 |
|
Owen Mansel-Chan
|
dc3ea6c418
|
Merge pull request #11703 from Kwstubbs/go-taintedpath-additions
Go: Add and Modify Sanitizers For TaintedPath
|
2024-04-10 15:13:13 +01:00 |
|
Owen Mansel-Chan
|
5ec3934ac8
|
Merge branch 'main' into go/extractor/no-intermediate-string-values
|
2024-04-10 14:51:22 +01:00 |
|
Owen Mansel-Chan
|
0e67aa5baa
|
Merge pull request #16172 from owen-mc/go/perf/synth-location
Go: Avoid magic in `TSynthLocation` definition
|
2024-04-10 13:02:18 +01:00 |
|
Owen Mansel-Chan
|
a18a4fb62e
|
Avoid magic in TSynthLocation definition
This improves performance, because in this case magic is not beneficial.
|
2024-04-10 11:47:13 +01:00 |
|
Owen Mansel-Chan
|
b4829addf7
|
Add comments with link to online doc
|
2024-04-10 10:48:23 +01:00 |
|
Owen Mansel-Chan
|
322d9fe105
|
Update change note wording
Co-authored-by: Chris Smowton <smowton@github.com>
|
2024-04-09 12:46:26 +01:00 |
|
Owen Mansel-Chan
|
a65b02eb28
|
Update test expectations
|
2024-04-09 10:59:06 +01:00 |
|
Owen Mansel-Chan
|
f89fb8eb57
|
Add change note
|
2024-04-09 10:59:00 +01:00 |
|
Owen Mansel-Chan
|
6ae07a2c43
|
Add location for implicitly declared variables
|
2024-04-09 10:58:55 +01:00 |
|
Owen Mansel-Chan
|
ffdb610d93
|
Add new IR::Instruction MkTypeSwitchImplicitVariable
It represents the implicit declaration of a variable at the beginning of a case clause
|
2024-04-09 10:58:49 +01:00 |
|
Owen Mansel-Chan
|
4ffc4f5c62
|
Add test for dataflow through switches
|
2024-04-09 10:58:42 +01:00 |
|
Owen Mansel-Chan
|
0ed330056d
|
Add extra CFG test for type switch
|
2024-04-09 10:55:52 +01:00 |
|
Owen Mansel-Chan
|
8df23522f0
|
Delete redundant test
|
2024-04-09 10:55:40 +01:00 |
|
Owen Mansel-Chan
|
32ea94e625
|
Merge pull request #16123 from owen-mc/go/misc-trivial-fixes
Go: miscellaneous trivial fixes
|
2024-04-04 21:09:15 +01:00 |
|
Owen Mansel-Chan
|
7fc5265168
|
Misc small tidy-ups mostly suggested by linter
|
2024-04-04 10:51:22 +01:00 |
|
Owen Mansel-Chan
|
68321dd9ec
|
Use nil for optional argument to packages.Visit
|
2024-04-04 10:51:13 +01:00 |
|
Owen Mansel-Chan
|
d9fe39d5ae
|
Extractor: add comment about tw.Package.TypesInfo.Defs
|
2024-04-04 10:37:31 +01:00 |
|
Owen Mansel-Chan
|
720961787b
|
Improve QLDoc for CaseClause
|
2024-04-04 10:37:25 +01:00 |
|
Owen Mansel-Chan
|
fe24710c96
|
Improve QLDoc of Entity.getDeclaration
|
2024-04-03 14:09:37 +01:00 |
|
Owen Mansel-Chan
|
c7f2e991ed
|
Improve QLDoc for TypeAssertExpr
Include information about the type assert `x.(type)` used in type switches.
|
2024-04-03 13:59:04 +01:00 |
|
Owen Mansel-Chan
|
698debfa20
|
Extractor: explicitly deal with extracting x.(type) in type switches
|
2024-04-03 13:58:58 +01:00 |
|
Chuan-kai Lin
|
1f27eb3658
|
Merge pull request #16102 from github/post-release-prep/codeql-cli-2.17.0
Post-release preparation for codeql-cli-2.17.0
|
2024-04-02 11:47:23 -07:00 |
|
github-actions[bot]
|
19797fdd27
|
Post-release preparation for codeql-cli-2.17.0
|
2024-04-02 18:20:44 +00:00 |
|
github-actions[bot]
|
c511de2eae
|
Release preparation for version 2.17.0
|
2024-04-02 17:15:41 +00:00 |
|
Chuan-kai Lin
|
6c649c898e
|
Revert "Release preparation for version 2.17.0"
|
2024-04-02 10:06:20 -07:00 |
|
Geoffrey White
|
11acb499bb
|
Merge pull request #16042 from geoffw0/maddoc
Remove [potentially] untrue claims about models-as-data
|
2024-04-02 16:01:31 +01:00 |
|
Michael B. Gale
|
55fa245194
|
Go: Revert go version call in LoadGoModules
|
2024-04-02 15:20:56 +01:00 |
|
github-actions[bot]
|
8e61c6625b
|
Post-release preparation for codeql-cli-2.17.0
|
2024-04-01 15:27:42 +00:00 |
|
github-actions[bot]
|
ec97d9a304
|
Release preparation for version 2.17.0
|
2024-04-01 13:46:57 +00:00 |
|
Michael B. Gale
|
73f71d8ace
|
Merge pull request #15979 from github/mbg/go/deal-with-incorrect-versions
|
2024-03-28 14:16:14 +00:00 |
|
Michael B. Gale
|
f6c22d466f
|
Update toolchain_test.go
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-03-28 13:32:02 +00:00 |
|
Michael B. Gale
|
977ac71b26
|
Update toolchain_test.go
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-03-28 11:15:30 +00:00 |
|
Michael B. Gale
|
45b41bb506
|
Go: Mirror stdout/stderr output in InstallVersion
|
2024-03-27 15:18:24 +00:00 |
|