Geoffrey White
dc59ed08f9
Merge pull request #12094 from geoffw0/string2
...
Swift: Models for the String class
2023-02-06 11:24:19 +00:00
Chris Smowton
cd2fc6566f
Merge pull request #12101 from owen-mc/go/gofmt-remove-confusing-error-message
...
Fix files that gofmt can't parse
2023-02-06 10:58:54 +00:00
Mathias Vorreiter Pedersen
00fe448e3a
Merge pull request #12072 from aschackmull/dataflow/stage3-perf
...
Dataflow: Fix join in `fwdFlowRead` (take 2)
2023-02-06 10:43:11 +00:00
Erik Krogh Kristensen
f32fa25c1a
Merge pull request #12100 from github/dependabot/cargo/ql/serde_json-1.0.92
...
build(deps): bump serde_json from 1.0.91 to 1.0.92 in /ql
2023-02-06 10:33:32 +01:00
Tamás Vajk
c03fe70b8d
Merge pull request #12086 from tamasvajk/feature/fix-exception-handling-archive
...
C#: Change handled exception in `TrapWriter.ArchiveContents`
2023-02-06 08:53:56 +01:00
Owen Mansel-Chan
9ed7836367
Fix files that gofmt can't parse
...
We have some .go files that gofmt can't parse because they don't start
with "package". This was intentional, as they are fragments to be
included in .qhelp files. They don't affect the return code as gofmt
doesn't change their formatting, so this wasn't changing the result of
the check. However, it was confusing that when the check failed because
some other files weren't formatted correctly, the user would see the
stderr complaining about those files, so we capture stderr.
It would be an improvement to print which files are not formatted
correctly, but that was beyond my abilities with bash and makefiles.
2023-02-06 07:16:58 +00:00
dependabot[bot]
33e8414fc4
build(deps): bump serde_json from 1.0.91 to 1.0.92 in /ql
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-06 03:29:59 +00:00
Chris Smowton
03385ac0b5
Merge pull request #12097 from github/smowton/admin/macos-ventura
...
Add MacOS Ventura to supported platforms
2023-02-04 17:54:21 +00:00
Philip Ginsbach
8cefde36bf
Merge pull request #12088 from github/ginsbach/DocumentFinalAlias
...
document final type aliases
2023-02-04 12:23:03 +00:00
Chris Smowton
f8b574c654
Add MacOS Ventura to supported platforms
...
Rebase of e8bf8fe7a4
2023-02-04 08:28:03 +00:00
Mathias Vorreiter Pedersen
7642245747
Merge pull request #12095 from github/post-release-prep/codeql-cli-2.12.2
...
Post-release preparation for codeql-cli-2.12.2
2023-02-04 01:03:14 +00:00
github-actions[bot]
57f40ccd48
Post-release preparation for codeql-cli-2.12.2
2023-02-03 21:12:22 +00:00
Jami
b6805c6913
Merge pull request #11863 from jcogs33/jcogs33/update-paramsString
...
Java: update paramsString
2023-02-03 15:47:38 -05:00
Sarita Iyer
8edd378290
Merge pull request #12077 from github/codeql-cli-articles-migration-update
...
Update CodeQL CLI docs articles and links to point to new location on GitHub Docs site
2023-02-03 15:25:33 -05:00
Geoffrey White
364c173fc3
Swift: Accept additional taint flow in UnsafeJsEval test.
2023-02-03 19:21:10 +00:00
Geoffrey White
1f69fff26c
Swift: Fix mistake caught by QL-for-QL.
2023-02-03 19:15:08 +00:00
Geoffrey White
f82a548cf9
Swift: Comments and formatting.
2023-02-03 18:50:51 +00:00
Geoffrey White
c666f9c845
Merge pull request #12089 from geoffw0/filedoc
...
Swift: QLDoc models files consistently.
2023-02-03 18:45:20 +00:00
Geoffrey White
ec72c7504c
Swift: Add a partial model of Collection.
2023-02-03 18:42:42 +00:00
Geoffrey White
e357b44943
Swift: Add a partial model of Sequence.
2023-02-03 18:42:42 +00:00
Geoffrey White
4bb0bbf488
Swift: Remove redundant copies.
2023-02-03 18:42:41 +00:00
Geoffrey White
e230951a14
Swift: Model StringProtocol methods.
2023-02-03 18:42:41 +00:00
Sarita Iyer
75b0676c95
Add tocs with links to deprecated articles
2023-02-03 13:37:53 -05:00
Jonas Jensen
41f7c7ae53
Merge pull request #12092 from jbj/aliases-upper-case
2023-02-03 18:40:53 +01:00
Philip Ginsbach
1ec2c2591b
fix documentation generator problem
2023-02-03 16:42:07 +00:00
Owen Mansel-Chan
2f637e2c8e
Remove unused variable
2023-02-03 16:36:20 +00:00
Jonas Jensen
73112e401c
Change type name to upper case
...
QL doesn't allow types to be declared in lower case, so the example did
not compile.
2023-02-03 17:30:12 +01:00
Philip Ginsbach
a354e776bf
document final type aliases
2023-02-03 15:59:47 +00:00
Philip Ginsbach
a639f13fd9
Merge pull request #12085 from github/ginsbach/DocumentModuleSignatureMemberDefaults
...
document module signature member defaults
2023-02-03 15:33:00 +00:00
Sarita Iyer
d99f7b56bd
Merge branch 'codeql-cli-articles-migration-update' of https://github.com/github/codeql into codeql-cli-articles-migration-update
2023-02-03 09:56:51 -05:00
Sarita Iyer
c33c5ed517
Update codeql-cli links
2023-02-03 09:56:49 -05:00
Tamas Vajk
f90c5346bf
C#: Change handled exception in TrapWriter.ArchiveContents
2023-02-03 15:13:23 +01:00
Geoffrey White
38eeb9c747
Swift: Model String methods.
2023-02-03 12:26:55 +00:00
Geoffrey White
1077dcd2e3
Swift: Model String initializers.
2023-02-03 11:36:35 +00:00
Philip Ginsbach
b8bd98e476
Merge pull request #12075 from github/ginsbach/RemoveIncorrectStatement
...
remove statement about namespaces from documentation that no longer holds
2023-02-03 11:18:07 +00:00
Geoffrey White
142ca0c9fb
Swift: Model StringProtocol initializers.
2023-02-03 10:53:44 +00:00
Geoffrey White
d888510688
Swift: Fix incorrect taint to String fields.
2023-02-03 10:21:52 +00:00
Geoffrey White
d25de8c764
Swift: Taint fields of StringProtocol.
2023-02-03 10:16:33 +00:00
Philip Ginsbach
e552a6206d
shadowing and visibility of default predicates
2023-02-03 10:11:25 +00:00
Geoffrey White
21abe54d8d
Swift: Greatly extend tests of taint through strings.
2023-02-03 10:11:12 +00:00
Philip Ginsbach
09fdf744d4
introduce module signature member defaults
2023-02-03 10:01:59 +00:00
Geoffrey White
bf6ef43451
Swift: Document library model files consistently.
2023-02-03 09:59:35 +00:00
Mathias Vorreiter Pedersen
4e7ca1a175
Merge pull request #12082 from github/post-release-prep/codeql-cli-2.12.2
...
Post-release preparation for codeql-cli-2.12.2
2023-02-03 09:40:57 +00:00
Philip Ginsbach
808d3e3a1f
Merge pull request #12084 from github/ginsbach/IncorrectEnvironmentNumbering
...
we actually only distinguish four environments
2023-02-03 09:37:39 +00:00
Philip Ginsbach
56e0b19df8
we actually only distinguish four environments
2023-02-03 09:04:43 +00:00
Arthur Baars
9a4cec7691
Merge pull request #11956 from aibaars/json-log
...
Ruby: structured logging
2023-02-03 09:54:49 +01:00
github-actions[bot]
faf21f3edb
Post-release preparation for codeql-cli-2.12.2
2023-02-02 23:01:04 +00:00
Sarita Iyer
fd977cc277
Update CONTRIBUTING.md
2023-02-02 16:13:13 -05:00
Sarita Iyer
465a3e0ece
fix typo
2023-02-02 15:36:34 -05:00
Sarita Iyer
9943d0c054
update anchor links
2023-02-02 15:26:53 -05:00