Commit Graph

  • 188b25f11f Remove experimental tag from query metadata Owen Mansel-Chan 2025-07-09 14:55:54 +01:00
  • a71bb4ba9a Convert test to inline expectations Owen Mansel-Chan 2025-07-18 22:28:40 +01:00
  • 2c20d3ffeb Move weak crypto algorithm query out of experimental Owen Mansel-Chan 2025-07-09 14:55:27 +01:00
  • 83b3711973 Swift: update fmt Paolo Tranquilli 2025-11-19 13:51:28 +01:00
  • 4d9ab7b573 Merge pull request #20871 from paldepind/rust/string-literal Simon Friis Vindum 2025-11-19 14:05:43 +01:00
  • efa438a352 JS: Move identityFunctionStep back into CachedSteps module Asger F 2025-11-19 13:47:30 +01:00
  • 8fef60464e JS: Remove out-commented code Asger F 2025-11-19 13:46:10 +01:00
  • 0e539dbca5 Rust: Handle string literals with line breaks Simon Friis Vindum 2025-11-19 13:39:48 +01:00
  • 481f627ae0 Rust: Add string literal test Simon Friis Vindum 2025-11-19 13:34:26 +01:00
  • 5cdfb3c0a9 C#: Address review comments. Michael Nebel 2025-11-19 12:58:59 +01:00
  • fe3f90e041 C++: Make getExpandedArgument more robust Jeroen Ketema 2025-11-19 12:49:54 +01:00
  • e235e0473a C++: Fix getAnExpandedArgument Jeroen Ketema 2025-11-19 12:49:02 +01:00
  • b3c09389c8 Java: add missing QLDoc Paolo Tranquilli 2025-11-19 11:57:38 +01:00
  • edabbfc12f C#: Add change note. Michael Nebel 2025-11-19 11:29:25 +01:00
  • 34de2f5318 C#: Update linux integration tests (as we have added CLI preferred language as english). Michael Nebel 2025-11-19 10:48:25 +01:00
  • fba496f911 C#: Add proper .NET environment for dotnet info and list-sdks and streamline the minimal dotnet environment. Michael Nebel 2025-11-18 16:31:09 +01:00
  • 0daee6fbf2 C#: Specifically download .NET for Arm architecture. Michael Nebel 2025-11-18 14:54:40 +01:00
  • 8df57d81a0 C#: Add basic buildless test for .NET 10. Michael Nebel 2025-11-14 11:13:26 +01:00
  • ed92352faf C#: Remove the linux specific .NET 10 RC 2 test. Michael Nebel 2025-11-14 08:23:47 +01:00
  • d7545f21cb C#: Enable tests for all platforms and use .NET 10 instead of .NET 10 RC 2. Michael Nebel 2025-11-14 08:23:14 +01:00
  • 7d746d4e3f C#: Move .NET 10 RC2 basic integration test all platforms folder. Michael Nebel 2025-11-14 08:22:15 +01:00
  • 9bfe847fda C++: Fix awful joins on bochs: `` Evaluated relational algebra for predicate DataFlowPrivate::storeStepImpl/4#b2c79f9a@13be12rc with tuple counts: 9 ~0% {3} r1 = JOIN FlowSummaryImpl::Private::Steps::summaryStoreStep/3#5c2d4899` WITH DataFlowUtil::TFlowSummaryNode#40da8361 ON FIRST 1 OUTPUT Lhs.2, Lhs.1, Rhs.1 9 ~0% {4} | JOIN WITH DataFlowUtil::TFlowSummaryNode#40da8361 ON FIRST 1 OUTPUT Lhs.2, Lhs.1, Rhs.1, _ 9 ~12% {4} | REWRITE WITH Out.3 := true Mathias Vorreiter Pedersen 2025-11-19 10:08:09 +00:00
  • e01f18eb4c Bump actions/download-artifact from 4 to 6 dependabot/github_actions/actions/download-artifact-6 dependabot[bot] 2025-11-19 10:05:15 +00:00
  • e850a8a46c Merge pull request #20861 from github/redsun82/ripunzip Paolo Tranquilli 2025-11-19 11:03:35 +01:00
  • 87b9afce97 Merge branch 'main' into redsun82/ripunzip Paolo Tranquilli 2025-11-19 10:33:39 +01:00
  • 3d49eff4a5 Rust: Add integration test for pub extern crate resolution Tom Hvitved 2025-11-19 09:38:26 +01:00
  • 8acfc7f752 Rust: Handle pub extern crate in path resolution Tom Hvitved 2025-11-15 15:10:08 +01:00
  • ec3b2c6a8d Rust: Path resolution before variable resolution Tom Hvitved 2025-10-29 15:52:00 +01:00
  • 3be8591370 Ripunzip: fix windows os check, add comments Paolo Tranquilli 2025-11-19 08:56:06 +01:00
  • 880f7b0f18 Rust: More path resolution and variable tests Tom Hvitved 2025-10-29 15:51:40 +01:00
  • 69ee9cdb9f Ripunzip: fix mac os and windows URLs Paolo Tranquilli 2025-11-19 08:12:07 +01:00
  • f1afe5cd9d Bazel: format Paolo Tranquilli 2025-11-19 08:06:17 +01:00
  • 702d1bbbea Ripunzip: fix mac os string Paolo Tranquilli 2025-11-19 08:05:17 +01:00
  • 73e72f5273 Merge pull request #20864 from MathiasVP/better-sizeof-api Mathias Vorreiter Pedersen 2025-11-18 23:53:26 +00:00
  • 4279a970fa C++: Remove unnecessary cast. Mathias Vorreiter Pedersen 2025-11-18 20:03:24 +00:00
  • a27ac9d59d C++: Updated expected after Copilot change. Mathias Vorreiter Pedersen 2025-11-18 20:03:10 +00:00
  • 6b136e3a53 Update cpp/ql/test/library-tests/types/sizeof/sizeof.ql Mathias Vorreiter Pedersen 2025-11-18 20:00:32 +00:00
  • 68552f9725 Merge pull request #20845 from hvitved/rust/cache-infer-certain-type Tom Hvitved 2025-11-18 20:59:38 +01:00
  • d4a8dbb5f3 C++: Slightly modify a test so that we can see the effect of this change. Mathias Vorreiter Pedersen 2025-11-18 19:52:30 +00:00
  • a5601ce734 C++: Lift 'getTypeOperand' to the superclass. Mathias Vorreiter Pedersen 2025-11-18 19:52:05 +00:00
  • 7f0fcb0c46 C++: Create a common base class for 'NonUnionContent' and 'UnionContent' called 'FieldContent'. Mathias Vorreiter Pedersen 2025-11-18 18:53:37 +00:00
  • 7527d88762 C++: Get rid of abstract'ness from these public predicates. We are not supposed to have abstract public stuff. Oops ... Mathias Vorreiter Pedersen 2025-11-18 18:52:20 +00:00
  • 2af6db6320 C++: Rename 'FieldContent' to 'NonUnionContent'. Mathias Vorreiter Pedersen 2025-11-18 18:51:33 +00:00
  • ddee385f37 Ripunzip: use releases from github Paolo Tranquilli 2025-11-18 17:18:05 +01:00
  • f4a6ba9e50 Merge pull request #20857 from github/post-release-prep/codeql-cli-2.23.6 Paolo Tranquilli 2025-11-18 15:14:39 +01:00
  • 71e84439d7 Merge pull request #20830 from hvitved/rust/path-resolution-slice-array-builtin Tom Hvitved 2025-11-18 14:42:59 +01:00
  • ec15085c34 Address review comments Tom Hvitved 2025-11-18 13:18:29 +01:00
  • 773b6c04a1 Merge branch 'main' into post-release-prep/codeql-cli-2.23.6 Paolo Tranquilli 2025-11-18 13:44:21 +01:00
  • ebf04d308d Merge pull request #20859 from github/redsun82/ripunzip Paolo Tranquilli 2025-11-18 13:43:43 +01:00
  • aaccca3e4e Merge pull request #20860 from github/update-ripunzip Paolo Tranquilli 2025-11-18 13:37:30 +01:00
  • f3742008de Update ripunzip binaries to version v2.0.3 github-actions[bot] 2025-11-18 12:35:31 +00:00
  • fe7be22478 Merge pull request #20761 from aschackmull/java/ssa-shared Anders Schack-Mulligen 2025-11-18 13:31:50 +01:00
  • a0965f33e3 JS: Also discard JSON, YAML, and XML Asger F 2025-11-18 13:29:00 +01:00
  • cc9828c23e Ripunzip: build on older ubuntu Paolo Tranquilli 2025-11-18 13:20:07 +01:00
  • 48ee9dd149 Merge branch 'main' into post-release-prep/codeql-cli-2.23.6 Paolo Tranquilli 2025-11-18 12:18:09 +01:00
  • 76dc4c4023 Merge branch 'codeql-cli-2.23.6' into post-release-prep/codeql-cli-2.23.6 Paolo Tranquilli 2025-11-18 12:07:33 +01:00
  • b31d649647 Merge pull request #20858 from github/redsun82/2.23.6 codeql-cli/v2.23.6 codeql-cli-2.23.6 Paolo Tranquilli 2025-11-18 12:00:16 +01:00
  • 1ebc16e2d3 Merge pull request #20855 from github/changedocs-2.23.5 Jon Janego 2025-11-17 14:39:35 -06:00
  • 958d209a81 Merge pull request #20849 from michaelnebel/csharp/addcompilationerrorstodebuglogbmn Michael Nebel 2025-11-18 11:20:27 +01:00
  • 5ee45af3aa Post-release preparation for codeql-cli-2.23.6 github-actions[bot] 2025-11-18 09:53:12 +00:00
  • 9ab7f87603 Merge pull request #20776 from geoffw0/rustexamples Geoffrey White 2025-11-18 09:34:48 +00:00
  • 117168d25b Merge pull request #20852 from github/release-prep/2.23.6 Paolo Tranquilli 2025-11-18 10:08:53 +01:00
  • 4c1f2b840e C#: change capitalization Paolo Tranquilli 2025-11-18 10:06:19 +01:00
  • 1c81c4d4c9 C#: make some tweaks to change logs Paolo Tranquilli 2025-11-18 10:01:36 +01:00
  • b90d0fd44c Merge pull request #20854 from MathiasVP/no-magic-get-param Mathias Vorreiter Pedersen 2025-11-18 00:13:05 +00:00
  • f27271d216 Merge pull request #20855 from github/changedocs-2.23.5 Jon Janego 2025-11-17 14:39:35 -06:00
  • d685e666b4 missing space Jon Janego 2025-11-17 14:32:04 -06:00
  • 3431c121d7 adding in 2.23.1 changes so they stay the same Jon Janego 2025-11-17 14:30:45 -06:00
  • 63390be185 Changedocs for 2.23.5 Jon Janego 2025-11-17 14:24:35 -06:00
  • 47ac4dd1dc C++: Add 'nomagic' to 'getParameter'. Mathias Vorreiter Pedersen 2025-11-17 19:21:37 +00:00
  • 18fa6799ce Release preparation for version 2.23.6 github-actions[bot] 2025-11-17 16:38:07 +00:00
  • 81096131b6 Rust: Correct + clarify qldoc. Geoffrey White 2025-11-17 15:25:03 +00:00
  • 7c8e44db8e Rust: Change note. Geoffrey White 2025-11-17 15:09:57 +00:00
  • 725899389b Rust: Clean up the query slightly. Geoffrey White 2025-11-17 15:08:23 +00:00
  • 41a6bf079d Rust: Add barrier for null pointer checks to the query. Geoffrey White 2025-11-13 15:09:14 +00:00
  • d804229158 Rust: Add missing model. Geoffrey White 2025-11-13 16:15:25 +00:00
  • 6c3566ab52 Rust: It turns out we need test cases for immutable pointers as well. Geoffrey White 2025-11-17 13:45:36 +00:00
  • 07c80b4685 Merge pull request #20850 from github/redsun82/fix-change-notes Paolo Tranquilli 2025-11-17 15:06:42 +01:00
  • 12f1bd8ffd C#: add missing * to change note Paolo Tranquilli 2025-11-17 15:00:30 +01:00
  • 9f69ff22d3 C#: Add change-note. Michael Nebel 2025-11-17 14:12:19 +01:00
  • f1b12203f6 C#: Add compilation errors to the debug log in BMN. Michael Nebel 2025-11-17 14:10:08 +01:00
  • 1671805598 Merge pull request #20831 from jketema/expanded Jeroen Ketema 2025-11-17 13:58:24 +01:00
  • bf0dc3c4d1 Rust: Use useUniversalConditions() { none() } Tom Hvitved 2025-11-13 14:30:16 +01:00
  • 46f5d89674 Rust: Handle builtin types in path resolution Tom Hvitved 2025-11-13 13:01:53 +01:00
  • 39720a17ef Rust: More type inference tests Tom Hvitved 2025-11-13 13:00:31 +01:00
  • b0dc48e393 Merge pull request #20723 from paldepind/rust/ti-inheritance Tom Hvitved 2025-11-17 13:36:05 +01:00
  • 4eb22a7e55 Rust: Fix grammar Simon Friis Vindum 2025-11-17 10:29:48 +01:00
  • 9971936036 Rust: Improvements to docs from review comments Simon Friis Vindum 2025-11-03 10:21:19 +01:00
  • a07f015d01 Rust: Accept changes to expected files Simon Friis Vindum 2025-11-03 09:55:34 +01:00
  • 3419c00bc0 Rust: Use ToIndex instead of FromIndex in ranked forex predicates Tom Hvitved 2025-11-17 12:27:53 +01:00
  • 7b25e22a37 Merge branch 'main' into java-kotlin-sensitive-logging-substring-barriers Paul Hodgkinson 2025-11-17 11:03:39 +00:00
  • 528c451007 Added change note, adjusted spacing in comment aegilops 2025-11-17 11:02:59 +00:00
  • 1df47cc747 C++: Fix QL-for-QL warning Jeroen Ketema 2025-11-13 13:32:06 +01:00
  • 15393ae621 C++: Add change note Jeroen Ketema 2025-11-13 13:15:03 +01:00
  • 61b7eb3d5c C++: Update dbscheme stats file Jeroen Ketema 2025-11-13 10:41:18 +01:00
  • a8d488fa29 C++: Add upgrade and downgrade scripts Jeroen Ketema 2025-11-12 15:32:20 +01:00
  • ee97d6f461 C++: Expose the expanded compilation arguments Jeroen Ketema 2025-11-12 11:47:29 +01:00
  • 861c236dae C++: Add table for expanded compilation arguments Jeroen Ketema 2025-11-12 11:44:12 +01:00
  • 4b57b4418f JS: Factor out some code Asger F 2025-11-17 10:48:15 +01:00
  • a405b7b3e0 JS: Add discard predicates for locations Asger F 2025-11-17 10:47:37 +01:00