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 |
|
Harry Maclean
|
02b09ca9f7
|
Ruby: Remove unused test files
|
2023-02-04 14:42:59 +13:00 |
|
Harry Maclean
|
cfb3bc9dce
|
Ruby: Remove unused test file
|
2023-02-04 14:30:56 +13:00 |
|
Harry Maclean
|
0711326619
|
Ruby: Move PosixSpawn tests to their own directory
|
2023-02-04 14:30:23 +13:00 |
|
Harry Maclean
|
dbbef0534b
|
Ruby: Move Core tests into core directory
|
2023-02-04 14:28:25 +13:00 |
|
Harry Maclean
|
b5d98d9011
|
Ruby: Move GraphQL test to their own directory
|
2023-02-04 14:25:38 +13:00 |
|
Harry Maclean
|
6c816d5602
|
Ruby: Move ActionDispatch tests to own directory
|
2023-02-04 14:19:08 +13:00 |
|
Harry Maclean
|
58d7af4018
|
Ruby: Move ActionView tests into their own dir
This ensures that changes to unrelated test files don't affect these
tests.
|
2023-02-04 14:19:08 +13: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 |
|
Jami Cogswell
|
2d7e71dfce
|
Java: add read-file sink kind for first arg of copy
|
2023-02-03 17:28:46 -05:00 |
|
github-actions[bot]
|
57f40ccd48
|
Post-release preparation for codeql-cli-2.12.2
|
2023-02-03 21:12:22 +00:00 |
|
Alvaro Muñoz
|
23c7bc8143
|
import RequestForgery from tests.ql
|
2023-02-03 22:05:50 +01:00 |
|
Jami
|
b6805c6913
|
Merge pull request #11863 from jcogs33/jcogs33/update-paramsString
Java: update paramsString
|
2023-02-03 15:47:38 -05:00 |
|
erik-krogh
|
ecafce8191
|
improve the CryptoJS model by using API::Node
|
2023-02-03 21:44:23 +01: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 |
|
Alvaro Muñoz
|
04d5b7e579
|
make RequestForgery import private
|
2023-02-03 18:19:35 +01:00 |
|
Alvaro Muñoz
|
4b198f9af8
|
apply code review feedback
|
2023-02-03 18:12:49 +01:00 |
|
Alvaro Muñoz
|
844193d065
|
use regexp to capture generated file names
|
2023-02-03 18:08:56 +01:00 |
|
Alvaro Muñoz
|
1d0e80c2f5
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-02-03 17:59:29 +01:00 |
|
Alvaro Muñoz
|
3002230af9
|
remove duplicated import
|
2023-02-03 17:48:13 +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 |
|
Alvaro Muñoz
|
c517eb89b2
|
add more sinks
|
2023-02-03 17:33:08 +01: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 |
|
Calum Grant
|
7d8b624a71
|
Basic script to generate shared code metrics
|
2023-02-03 16:24:39 +00:00 |
|
Philip Ginsbach
|
a354e776bf
|
document final type aliases
|
2023-02-03 15:59:47 +00:00 |
|
Alvaro Muñoz
|
20dc30d7e8
|
add RequestForgery test
|
2023-02-03 16:38:56 +01: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 |
|
Alvaro Muñoz
|
6b3d458865
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-02-03 16:20:21 +01:00 |
|
Alvaro Muñoz
|
c7637a7e1f
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-02-03 16:19:48 +01:00 |
|
Alex Ford
|
7768026e70
|
Merge branch 'main' into js-use-shared-cryptography
|
2023-02-03 15:18:30 +00:00 |
|
Anders Schack-Mulligen
|
2d6d8aaa74
|
Java: Account for additional constants in ArrayIndexOutOfBounds query.
|
2023-02-03 16:16:39 +01:00 |
|
Anders Schack-Mulligen
|
a1aeb995e6
|
Java: Apply deadcode guard to data flow nodes.
|
2023-02-03 16:16:39 +01:00 |
|
Anders Schack-Mulligen
|
e8dbd65d77
|
Java: Refactor compile-time constant calculation and apply to ConstantIntegerExpr.
|
2023-02-03 16:16:27 +01:00 |
|
Alvaro Muñoz
|
a0cf8e786c
|
fix SSRF sink
|
2023-02-03 16:16:00 +01:00 |
|
Alvaro Muñoz
|
7140b956e8
|
improve generated files matching predicates
|
2023-02-03 16:13:44 +01: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 |
|