Chris Smowton
|
2930bd4cc2
|
Only attempt go.mod updating if go >= 1.16
Prior to this (a) Go will attempt to update go.mod/sum anyhow, and (b) the `mod tidy -e` option isn't available.
|
2022-05-13 17:32:00 +01:00 |
Owen Mansel-Chan
|
570d3f47c4
|
Use `os.Stat` instead of `os.File.Stat`
|
2022-05-04 10:11:53 +01:00 |
Owen Mansel-Chan
|
22ccbbaae8
|
Run `go mod tidy -e` if go.mod exists
|
2022-05-03 14:57:13 +01:00 |
Chris Smowton
|
a8eeef6ef8
|
Merge pull request #718 from owen-mc/fix-incorrect-integer-conversion-for-type-assertions
Integer conversion should ignore type assertions
|
2022-04-12 12:44:43 +01:00 |
Owen Mansel-Chan
|
f9f21e9891
|
Integer conversion should ignore type assertions
|
2022-04-12 10:58:07 +01:00 |
Edoardo Pirovano
|
b953fe39c2
|
Merge pull request #716 from github/edoardo/3.5-mergeback
Merge `rc/3.5` branch into `main`
|
2022-04-08 20:43:15 +01:00 |
Dave Bartolomeo
|
e3b7ba6b1f
|
Revert "Bump version of `suite-helpers` dependency"
This reverts commit 49e568ed44 .
|
2022-04-08 14:06:59 -04:00 |
Dave Bartolomeo
|
49e568ed44
|
Bump version of `suite-helpers` dependency
|
2022-04-08 13:11:33 -04:00 |
Owen Mansel-Chan
|
f196538953
|
Merge pull request #714 from owen-mc/fix-get-enclosing-callable
Extend DataFlowCallable to include file scopes
|
2022-04-08 17:02:35 +01:00 |
Edoardo Pirovano
|
16c0f11c00
|
Bump minor version of packs
|
2022-04-08 15:51:34 +01:00 |
Owen Mansel-Chan
|
b9ff1ccd45
|
Add change note
|
2022-04-08 15:23:24 +01:00 |
Ian Lynagh
|
6f6e8bfbd1
|
Merge pull request #713 from github/post-release-prep/codeql-cli-2.8.5
Post-release preparation for codeql-cli-2.8.5
|
2022-04-08 15:09:08 +01:00 |
Owen Mansel-Chan
|
76a0a51f39
|
Merge pull request #715 from owen-mc/print-empty-interface-with-single-space
Pretty-print empty interface without double space
|
2022-04-08 11:46:04 +01:00 |
Owen Mansel-Chan
|
880afea959
|
Pretty-print empty interface without double space
|
2022-04-08 06:09:56 +01:00 |
Owen Mansel-Chan
|
603c1d518e
|
Extend DataFlowCallable to include file scopes
The motivation is so that getEnclosingCallable() can cope with
nodes that are not in a callable.
|
2022-04-05 16:00:53 +01:00 |
github-actions[bot]
|
469af4c501
|
Post-release preparation for codeql-cli-2.8.5
|
2022-04-01 16:21:57 +00:00 |
Ian Lynagh
|
837d1fbe38
|
Merge pull request #712 from github/release-prep/2.8.5
Release preparation for version 2.8.5
|
2022-04-01 14:07:16 +01:00 |
github-actions[bot]
|
950519c884
|
Release preparation for version 2.8.5
|
2022-04-01 10:39:24 +00:00 |
Chris Smowton
|
314bd20eb2
|
Merge pull request #711 from rverme/patch-1
Address incorrectly referenced parameter in QLdoc
|
2022-04-01 11:22:57 +01:00 |
rverme
|
9b6dd60615
|
Address incorrectly reference parameter in QLdoc
The qldoc of the predicate `isParameterOf` mentions the parameter `fd` that does not exists and is possible replaced by `c`
|
2022-04-01 09:37:56 +02:00 |
Ian Lynagh
|
e9acb4f8e8
|
Merge pull request #706 from github/post-release-prep/codeql-cli-2.8.4
Post-release preparation for codeql-cli-2.8.4
|
2022-03-30 16:35:29 +01:00 |
Owen Mansel-Chan
|
79e6f7876b
|
Merge pull request #710 from owen-mc/delete-consistency
Delete unused file DataFlowImplConsistency
|
2022-03-30 15:15:55 +01:00 |
Owen Mansel-Chan
|
8a3a58ca76
|
Delete unused file DataFlowImplConsistency
|
2022-03-30 11:03:46 +01:00 |
github-actions[bot]
|
9ba21923a3
|
Post-release preparation for codeql-cli-2.8.4
|
2022-03-21 19:36:39 +00:00 |
Ian Lynagh
|
30bd1a6eb6
|
Merge pull request #704 from github/release-prep/2.8.4
Release preparation for version 2.8.4
|
2022-03-21 16:27:35 +00:00 |
github-actions[bot]
|
b96eba9875
|
Release preparation for version 2.8.4
|
2022-03-21 13:26:27 +00:00 |
Arthur Baars
|
be412b1b5d
|
Merge pull request #702 from github/post-release-prep/codeql-cli-2.8.3
Post-release preparation for codeql-cli-2.8.3
|
2022-03-14 21:04:37 +01:00 |
github-actions[bot]
|
4bd2553a7f
|
Post-release preparation for codeql-cli-2.8.3
|
2022-03-11 09:23:25 +00:00 |
Arthur Baars
|
77b879f480
|
Merge pull request #701 from github/release-prep/2.8.3
Release preparation for version 2.8.3
|
2022-03-11 08:07:57 +01:00 |
github-actions[bot]
|
e7cf172119
|
Release preparation for version 2.8.3
|
2022-03-10 19:43:52 +00:00 |
Owen Mansel-Chan
|
807ef2e5ef
|
Merge pull request #700 from smowton/smowton/fix/filepath-clean
Treat path.Clean and filepath.Clean alike re: tainted path sanitization
|
2022-03-09 06:18:26 +00:00 |
Chris Smowton
|
e8084233b8
|
Treat path.Clean and filepath.Clean alike re: tainted path sanitization
|
2022-03-08 16:42:59 +00:00 |
Tamás Vajk
|
30c80622ed
|
Merge pull request #699 from github/post-release-prep/codeql-cli-2.8.2
Post-release preparation for codeql-cli-2.8.2
|
2022-03-01 11:44:45 +01:00 |
github-actions[bot]
|
dd3fc2d477
|
Post-release preparation for codeql-cli-2.8.2
|
2022-03-01 09:24:17 +00:00 |
Tamás Vajk
|
3125f49853
|
Merge pull request #698 from github/release-prep/2.8.2
Release preparation for version 2.8.2
|
2022-02-24 20:08:04 +01:00 |
Tamas Vajk
|
8d329c55ab
|
Fix typo in change logs
|
2022-02-24 16:10:44 +01:00 |
github-actions[bot]
|
3840ce8444
|
Release preparation for version 2.8.2
|
2022-02-24 14:56:57 +00:00 |
Chris Smowton
|
b1cdde6913
|
Merge pull request #697 from github/smowton/admin/move-change-note
Move new-query change note to src pack
|
2022-02-24 12:43:48 +00:00 |
Chris Smowton
|
60bd4648a1
|
Re-add change note to src pack
|
2022-02-24 11:06:00 +00:00 |
Chris Smowton
|
28c3c0090e
|
Move new query change note to src pack
|
2022-02-24 11:00:11 +00:00 |
Chris Smowton
|
106ee5b8a2
|
Merge pull request #696 from asgerf/asgerf/dot-separated-access-paths
Go: Switch to dot-separated access paths in summary specs
|
2022-02-22 15:34:27 +00:00 |
Owen Mansel-Chan
|
980c27423a
|
Merge pull request #681 from owen-mc/new-query/wrapped-error-always-nil
Add query "Wrapped error always nil"
|
2022-02-22 12:42:16 +00:00 |
Owen Mansel-Chan
|
0cd5e520aa
|
Update expected alert message
|
2022-02-22 11:14:19 +00:00 |
Asger Feldthaus
|
cb38df5980
|
Go: rewrite access paths to dot-style
|
2022-02-21 14:56:54 +01:00 |
Asger Feldthaus
|
846a876c44
|
Go: update to use new API exposed by FlowSummaryImpl.qll
|
2022-02-21 14:53:05 +01:00 |
Asger Feldthaus
|
da52cb24f6
|
Go: sync FlowSummaryImpl and AccessPathSyntax.qll
|
2022-02-21 14:40:23 +01:00 |
Owen Mansel-Chan
|
e8c2ab745e
|
Apply suggestions from code review from docs team
Co-authored-by: hubwriter <hubwriter@github.com>
|
2022-02-21 13:19:47 +00:00 |
Arthur Baars
|
0f15d71cd8
|
Merge pull request #694 from github/post-release-prep/codeql-cli-2.8.1
Post-release preparation for codeql-cli-2.8.1
|
2022-02-15 20:16:09 +01:00 |
github-actions[bot]
|
a89ae0b65e
|
Post-release preparation for codeql-cli-2.8.1
|
2022-02-11 11:07:13 +00:00 |
Owen Mansel-Chan
|
fbd73a3ed5
|
Merge pull request #690 from asgerf/asgerf/sync-flow-summary-impl
Go: sync FlowSummaryImpl.qll
|
2022-02-11 10:50:37 +00:00 |