An open API service providing commit metadata for open source projects.

GitHub / github/codeql / commits

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

SHA Message Author Date Stats
8bbb0ec9 merge Merge pull request #21418 from github/jketema/swift-6.2.4 Jeroen Ketema <9****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
fd7093e7 merge Merge pull request #21375 from geoffw0/mapfix Geoffrey White <4****0@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
a6de8555 merge Merge pull request #21423 from github/oscarsj/merge-back-rc-3.21 Óscar San José <o****j@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
3b9eba2a merge Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-ba... Óscar San José <o****j@g****m> about 1 month ago
84bef5d4 merge Merge pull request #21420 from hvitved/rust/type-inference-qualified-trait-ar... Tom Hvitved <h****d@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2340369e Swift: Add change note Jeroen Ketema <j****a@g****m> about 1 month ago
70c1b584 Swift: Remove overrides Jeroen Ketema <j****a@g****m> about 1 month ago
f3dc0412 Swift: update artifacts Jeroen Ketema <j****a@g****m> about 1 month ago
a3e9aed0 merge Merge pull request #21416 from owen-mc/csharp/validate-constructor-summary-mo... Owen Mansel-Chan <6****c@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
e96ba480 merge Merge pull request #21415 from owen-mc/java/validate-constructor-summary-models Owen Mansel-Chan <6****c@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
76346ecc merge Merge pull request #21417 from aschackmull/csharp/binary-assignment Anders Schack-Mulligen <a****l@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
feb45e57 merge Merge pull request #21348 from hvitved/csharp/remove-tcs Tom Hvitved <h****d@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
ff419171 Rust: More conservative resolution of `<Foo as Bar<...>>` paths Tom Hvitved <h****d@g****m> about 1 month ago
838f3b90 Rust: Add type inference test Tom Hvitved <h****d@g****m> about 1 month ago
3c36a9e3 Correctly deal with generic types Owen Mansel-Chan <o****c@g****m> about 1 month ago
eb81743f Swift: Update to Swift 6.2.4 Jeroen Ketema <j****a@g****m> about 1 month ago
d9ef9f82 C#: Make Assignment extend BinaryOperation. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
92a71909 Update models in test output Owen Mansel-Chan <o****c@g****m> about 1 month ago
ffa51105 C#: Update dbscheme to make assignments part of binary expressions. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
c9fa7fa2 merge Merge pull request #21369 from asgerf/js/this-bindings Asger F <a****f@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
8ef4be49 merge Merge pull request #21412 from aschackmull/java/binary-assignment Anders Schack-Mulligen <a****l@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
e6996ea2 Add model validation for constructor summary models Owen Mansel-Chan <o****c@g****m> about 1 month ago
579c871b Fix incorrect constructor summary models Owen Mansel-Chan <o****c@g****m> about 1 month ago
63c71b41 Add model validation for constructor summary models Owen Mansel-Chan <o****c@g****m> about 1 month ago
3e7a966c merge Merge pull request #21408 from aschackmull/guards/perf-tweak Anders Schack-Mulligen <a****l@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
926725a8 merge Merge pull request #21405 from owen-mc/java/consistent-inline-expectation-tests Owen Mansel-Chan <6****c@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c82f7560 Add change notes Owen Mansel-Chan <o****c@g****m> about 1 month ago
37a8fc85 Guards: Use unique aggregate. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
b5bf1c57 merge Merge pull request #21404 from hvitved/dataflow/no-enclosing-stack-flow-feature Tom Hvitved <h****d@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
f3898329 merge Merge pull request #21413 from github/workflow/coverage/update Tom Hvitved <h****d@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
acd6f415 C#: Avoid computing full TC in `DangerousNonShortCircuitLogic.ql` Tom Hvitved <h****d@g****m> about 1 month ago
1c5afb23 Add changed framework coverage reports github-actions[bot] <4****]@u****m> about 1 month ago
e22d3a10 Sync files Tom Hvitved <h****d@g****m> about 1 month ago
212374b9 C#: Replace a recursive predicate with `doublyBoundedFastTc` Tom Hvitved <h****d@g****m> about 1 month ago
5b30e945 merge Merge pull request #21410 from MathiasVP/add-WebSocket-ReceiveAsync-model Mathias Vorreiter Pedersen <m****p@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2b311144 Add space before $ in xml test file Owen Mansel-Chan <o****c@g****m> about 1 month ago
99a4fe48 Update expected test output column numbers Owen Mansel-Chan <o****c@g****m> about 1 month ago
aa28c945 Remove double space after $ in inline expectations tests Owen Mansel-Chan <o****c@g****m> about 1 month ago
501485b9 Update library to require space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
db491fc9 Address review comments Tom Hvitved <h****d@g****m> about 1 month ago
ea77c0d8 Java: Add change note. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
ec1d034e Java: Make Assignment extend BinaryExpr. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
f8f8991d C#: Accept more test changes. Mathias Vorreiter Pedersen <m****p@g****m> about 1 month ago
3c129fcd Java: Align BinaryExpr.getOp() with AssignOp.getOp(). Anders Schack-Mulligen <a****l@g****m> about 1 month ago
1950fd33 Ruby: Inline expectation should have space before $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
2357ef07 C#: Add change note. Mathias Vorreiter Pedersen <m****p@g****m> about 1 month ago
088913d9 C#: Accept test changes. Mathias Vorreiter Pedersen <m****p@g****m> about 1 month ago
91b6801d py: Inline expectation should have space before $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
ea30f022 js: Inline expectation should have space before $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
f41c30e3 java: Inline expectation should have space before $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
ddebdad9 c++: Inline expectation should have space before $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
6001c735 Ruby: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
5a97348e python: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
0eccd902 js: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
45eb1497 C#: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
219ea282 merge Merge pull request #21400 from michaelnebel/csharp/implicitconversionreversef... Michael Nebel <m****l@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
badfa1a5 C++: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
fbf40ef0 Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivat...
Co-authored-by: Tom Hvitved <h****d@g****m>
Michael Nebel <m****l@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
b475f145 Replace `// $:tag` with `// $ tag` in 2 tests Owen Mansel-Chan <o****c@g****m> about 1 month ago
370c5157 merge Merge branch 'main' into mapfix Geoffrey White <4****0@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2782d90d merge Merge pull request #21403 from aschackmull/cfg/tweaks Anders Schack-Mulligen <a****l@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
ad5ab9f2 Gaurds: Improve perf of forall in guardDeterminesPhiInput. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
4474e252 Add change note Tom Hvitved <h****d@g****m> about 1 month ago
18d2f586 Rust: Update `AccessAfterLifetime` query to use `FeatureEscapesSourceCallCont... Tom Hvitved <h****d@g****m> about 1 month ago
189c1609 Data flow: Add `FeatureEscapesSourceCallContext(OrEqualSourceSinkCallContext)... Tom Hvitved <h****d@g****m> about 1 month ago
a604a68f C#: Add change-note. Michael Nebel <m****l@g****m> about 1 month ago
4e2a93df C#: Remove comment. Michael Nebel <m****l@g****m> about 1 month ago
05a77a20 Java: Update test expectations Owen Mansel-Chan <o****c@g****m> about 1 month ago
6a904edd merge Merge pull request #21390 from MathiasVP/less-reevaluation-4 Mathias Vorreiter Pedersen <m****p@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
d4ba2d68 Go: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
ef345a32 Java: Inline expectation should have space after $ Owen Mansel-Chan <o****c@g****m> about 1 month ago
fe032a58 Java: Update dbscheme to make @assignment a @binaryexpr. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
cfd4be6b C#: Update test expected output. Michael Nebel <m****l@g****m> about 1 month ago
13ce515a merge Merge pull request #21402 from github/post-release-prep/codeql-cli-2.24.3 Óscar San José <o****j@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
8807217e C#: Add implicit conversion operator taint example. Michael Nebel <m****l@g****m> about 1 month ago
daefd598 Java: Accept CFG diff. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
d9ea78bf Cfg: Step directly from a failed case guard to the next case. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
f02abb3e Cfg: Handle ExprStmt and BlockStmt in defaultStep. Anders Schack-Mulligen <a****l@g****m> about 1 month ago
a2f45f1b merge Merge pull request #21383 from michaelnebel/csharp/postupdatenoderestriction Michael Nebel <m****l@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
bb5bfda1 Rust: Update the models. Geoffrey White <4****0@u****m> about 1 month ago
e152f084 Post-release preparation for codeql-cli-2.24.3 github-actions[bot] <g****s@g****m> about 2 months ago
16cd3a8b merge Merge pull request #21399 from igfoo/igfoo/star_ids_trap_tags_ql Ian Lynagh <i****o@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7d30e3ca merge Merge pull request #21401 from github/release-prep/2.24.3 Óscar San José <o****j@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
13959ab9 merge Merge pull request #21335 from michaelnebel/csharp14/partialconstrucstors Michael Nebel <m****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
df7379c0 Apply suggestions from code review
Co-authored-by: Copilot <1****t@u****m>
Óscar San José <o****j@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7795badd Release preparation for version 2.24.3 github-actions[bot] <g****s@g****m> about 2 months ago
93a28cbf C#: Add default (reverse update) taint step from implicit operator calls to t... Michael Nebel <m****l@g****m> about 2 months ago
e695477f merge Merge pull request #21290 from aschackmull/cfg/new-shared Anders Schack-Mulligen <a****l@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
627654cf Cfg: A few more review tweaks. Anders Schack-Mulligen <a****l@g****m> about 2 months ago
f2cc0da9 JS: Add upgrade/downgrade scripts but with 'partial' compatibility Asger F <a****f@g****m> about 2 months ago
319e3d1b C#: Add change-note. Michael Nebel <m****l@g****m> about 2 months ago
bd0d69ff C++: Add up/downgrade scripts Ian Lynagh <i****o@g****m> about 2 months ago
97ed67e2 C++ overlay: Update stats Ian Lynagh <i****o@g****m> about 2 months ago
db33dadb C++: Add QLDoc. Also actually implement 'uninitializedNode' since there's no ... Mathias Vorreiter Pedersen <m****p@g****m> about 2 months ago
1139059d C++: Fix imports. Mathias Vorreiter Pedersen <m****p@g****m> about 2 months ago
ab945243 Cfg: Address review comments. Anders Schack-Mulligen <a****l@g****m> about 2 months ago
d440b5fa JS: Update TRAP files Asger F <a****f@g****m> about 2 months ago
8380474a C#: Update other test expected output. Michael Nebel <m****l@g****m> about 2 months ago
a3d15dba C#: Update test expected output for new tests. Michael Nebel <m****l@g****m> about 2 months ago
47895b33 JS: Update test for UniquePropertyNames test Asger F <a****f@g****m> about 2 months ago

← Back to repository