Michael Nebel
|
55e5281429
|
Go: Fix a couple more spelling errors.
|
2025-09-02 10:47:36 +02:00 |
|
Michael Nebel
|
d0323a6425
|
Fix one more violation.
|
2025-09-02 09:42:05 +02:00 |
|
Michael Nebel
|
ea664e08d1
|
Go: Fix some Ql4Ql violations.
|
2025-09-01 15:00:34 +02:00 |
|
Henry Mercer
|
55869f28c3
|
Specify default queries in codeql-extractor.yml
|
2025-08-29 17:34:45 +01:00 |
|
Chris Smowton
|
1829060fab
|
Merge remote-tracking branch 'origin/main' into smowton/admin/merge-rc319-into-main
|
2025-08-21 16:33:37 +01:00 |
|
dependabot[bot]
|
e99b423e28
|
Bump the extractor-dependencies group in /go/extractor with 2 updates
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/mod` from 0.26.0 to 0.27.0
- [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.27.0)
Updates `golang.org/x/tools` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.35.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
- dependency-name: golang.org/x/tools
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-21 03:46:43 +00:00 |
|
github-actions[bot]
|
42e3d31c49
|
Post-release preparation for codeql-cli-2.22.4
|
2025-08-18 14:42:42 +00:00 |
|
github-actions[bot]
|
90d29994c8
|
Release preparation for version 2.22.4
|
2025-08-18 14:06:09 +00:00 |
|
Nora Dimitrijević
|
0512940c0c
|
Merge pull request #20075 from d10c/d10c/diff-informed-phase-3-go
Go: Diff-informed queries: phase 3 (non-trivial locations)
|
2025-08-15 12:23:53 +02:00 |
|
Jeroen Ketema
|
4b215d50e2
|
Go: Update maxGoVersion in the autobuilder
|
2025-08-13 14:09:53 +02:00 |
|
Jeroen Ketema
|
976ef99d60
|
Go: Request go1.25.0 toolchain
|
2025-08-13 13:39:35 +02:00 |
|
Jeroen Ketema
|
d5f8289bcd
|
Go: Update Go version in tests to 1.25.0
|
2025-08-13 13:39:32 +02:00 |
|
github-actions[bot]
|
fb4b0aac53
|
Post-release preparation for codeql-cli-2.22.3
|
2025-08-04 17:18:08 +00:00 |
|
github-actions[bot]
|
fd82aeb1f8
|
Release preparation for version 2.22.3
|
2025-08-04 15:47:57 +00:00 |
|
github-actions[bot]
|
37cc78255a
|
Post-release preparation for codeql-cli-2.22.2
|
2025-07-22 14:22:20 +00:00 |
|
Nick Rolfe
|
43d14c28c2
|
Tweak changenotes
|
2025-07-22 15:06:09 +01:00 |
|
github-actions[bot]
|
997547b8ef
|
Release preparation for version 2.22.2
|
2025-07-22 14:04:14 +00:00 |
|
Nick Rolfe
|
825c813095
|
Revert "Release preparation for version 2.22.2"
|
2025-07-22 14:33:45 +01:00 |
|
Nick Rolfe
|
74cd982aca
|
Tweak changenotes
|
2025-07-22 09:51:52 +01:00 |
|
Owen Mansel-Chan
|
e2f3c9d1b6
|
Reword change note
|
2025-07-22 00:09:37 +01:00 |
|
Kevin Stubbings
|
b4b848a25c
|
Fix tests and simplify sanitizer
|
2025-07-21 21:53:35 +00:00 |
|
github-actions[bot]
|
c8632b70b7
|
Release preparation for version 2.22.2
|
2025-07-21 16:45:45 +00:00 |
|
Nick Rolfe
|
ad9b637bec
|
Revert "Merge pull request #19994 from github/post-release-prep/codeql-cli-2.22.2"
This reverts commit e5b4a15e35, reversing
changes made to 33e63109bb.
|
2025-07-21 15:18:59 +01:00 |
|
Nora Dimitrijević
|
8824677e87
|
[DIFF-INFORMED] Go: BadRedirectCheck
|
2025-07-17 11:46:54 +02:00 |
|
Nora Dimitrijević
|
b4010ac2b4
|
[DIFF-INFORMED] Go: InsecureHostKeyCallback
|
2025-07-17 11:46:53 +02:00 |
|
Nora Dimitrijević
|
188fc0d933
|
[DIFF-INFORMED] Go: UnhandledCloseWritableHandle
|
2025-07-17 11:46:51 +02:00 |
|
Nora Dimitrijević
|
7b759f44f8
|
[DIFF-INFORMED] Go: AuthCookie
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/experimental/CWE-1004/CookieWithoutHttpOnly.ql#L97
|
2025-07-17 11:46:49 +02:00 |
|
Nora Dimitrijević
|
a1fe72c423
|
[DIFF-INFORMED] Go: SSRF
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/experimental/CWE-918/SSRF.ql#L23
|
2025-07-17 11:46:47 +02:00 |
|
Nora Dimitrijević
|
7bd6703f19
|
[DIFF-INFORMED] Go: ConditionalBypass
|
2025-07-17 11:46:46 +02:00 |
|
Nora Dimitrijević
|
19b373aa90
|
[DIFF-INFORMED] Go: SensitiveConditionBypass
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/experimental/CWE-807/SensitiveConditionBypass.ql#L33
|
2025-07-17 11:46:44 +02:00 |
|
Nora Dimitrijević
|
d6ef585110
|
[DIFF-INFORMED] Go: RequestForgery, SafeUrlFlow
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-918/RequestForgery.ql#L21
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-601/OpenUrlRedirect.ql#L24
|
2025-07-17 11:46:42 +02:00 |
|
Nora Dimitrijević
|
8c8625d912
|
[DIFF-INFORMED] Go: ReflectedXss
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-079/ReflectedXss.ql#L23
|
2025-07-17 11:46:40 +02:00 |
|
Nora Dimitrijević
|
4b473622bc
|
[DIFF-INFORMED] Go: InsecureRandomness
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-338/InsecureRandomness.ql#L19
|
2025-07-17 11:46:39 +02:00 |
|
Nora Dimitrijević
|
ce7eb9b16a
|
[DIFF-INFORMED] Go: IncorrectIntegerConversion
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-681/IncorrectIntegerConversionQuery.ql#L23
|
2025-07-17 11:46:37 +02:00 |
|
Nora Dimitrijević
|
f228818b1f
|
[DIFF-INFORMED] Go: HardcodedCredentials
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-798/HardcodedCredentials.ql#L62
|
2025-07-17 11:46:35 +02:00 |
|
Nora Dimitrijević
|
109f6ddc2d
|
[DIFF-INFORMED] Go: ExternalAPIs
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-020/UntrustedDataToExternalAPI.ql#L18
|
2025-07-17 11:46:33 +02:00 |
|
Nora Dimitrijević
|
89f760460b
|
[DIFF-INFORMED] Go: CommandInjection
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-078/CommandInjection.ql#L28
|
2025-07-17 11:46:30 +02:00 |
|
Nora Dimitrijević
|
e0d16a863b
|
[DIFF-INFORMED] Go: AllocationSizeOverflow
https://github.com/d10c/codeql/blob/d10c/diff-informed-phase-3/go/ql/src/Security/CWE-190/AllocationSizeOverflow.ql#L24
|
2025-07-17 11:46:29 +02:00 |
|
Owen Mansel-Chan
|
53e1939b60
|
Merge pull request #20053 from owen-mc/go/fix-dataflowconsistency
Go: Fix compilation of DataFlowImplConsistency.qll
|
2025-07-17 09:22:12 +01:00 |
|
Kevin Stubbings
|
f86152d3bd
|
Add sanitizer changes and fix test
|
2025-07-16 21:27:33 +00:00 |
|
Kevin Stubbings
|
504ae0f35a
|
Update go path sanitizers and sinks
|
2025-07-16 06:12:45 +00:00 |
|
Chris Smowton
|
b71f9ae240
|
Fix function qname
|
2025-07-15 16:37:30 +01:00 |
|
Chris Smowton
|
ac72f8523a
|
Change note
|
2025-07-15 14:51:19 +01:00 |
|
Chris Smowton
|
c8eefb7c5c
|
Golang: Mark filepath.IsLocal as a tainted-path sanitizer guard
|
2025-07-15 14:47:17 +01:00 |
|
Owen Mansel-Chan
|
9661ee407f
|
Fix compilation of DataFlowImplConsistency.qll
|
2025-07-15 13:51:45 +01:00 |
|
dependabot[bot]
|
c267a88f88
|
Bump golang.org/x/tools
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-14 03:37:24 +00:00 |
|
Owen Mansel-Chan
|
391e9f7471
|
Merge pull request #20000 from owen-mc/go/request-forgery
Go: Add `Head` and `Client.Head` from `net/http` as request forgery sinks
|
2025-07-12 00:30:23 +01:00 |
|
dependabot[bot]
|
e57b272cfa
|
Bump golang.org/x/mod
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.25.0 to 0.26.0
- [Commits](https://github.com/golang/mod/compare/v0.25.0...v0.26.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.26.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-10 03:41:42 +00:00 |
|
Owen Mansel-Chan
|
a5333ae1a1
|
Add change note
|
2025-07-08 16:51:22 +01:00 |
|
Owen Mansel-Chan
|
990043ce86
|
Add net/http.Head and net/http.Client.Head as client requests
They were previously deliberately excluded.
|
2025-07-08 14:31:48 +01:00 |
|