Mathias Vorreiter Pedersen
|
9970f7837b
|
C++: Add pointer/pointee conflation test.
|
2025-01-17 21:03:44 +00:00 |
|
Jeroen Ketema
|
d8b1d00905
|
Merge pull request #18516 from jketema/preproc-1
C++: Uncomment preprocessor test cases and add addition `#if` test case
|
2025-01-17 20:41:23 +01:00 |
|
Kevin Stubbings
|
e1c601dc52
|
oops
|
2025-01-17 10:18:59 -08:00 |
|
Geoffrey White
|
2d0c73acfe
|
Merge pull request #18501 from geoffw0/rustmetrics
Rust: More metrics for tracking taint.
|
2025-01-17 16:15:58 +00:00 |
|
Mathias Vorreiter Pedersen
|
10608bce87
|
Merge pull request #18526 from MathiasVP/negated-conjunctions-2
C++: Guard conditions from simple boolean identities
|
2025-01-17 16:08:43 +00:00 |
|
Nick Rolfe
|
64f33955b5
|
Java: add databaseMetadata to dbscheme
|
2025-01-17 15:18:07 +00:00 |
|
Dave Bartolomeo
|
3be08e369a
|
Merge branch 'main' into dbartol/actions-query-list
|
2025-01-17 10:03:42 -05:00 |
|
docs-bot
|
8b5bed1a46
|
Add actions-security-experimental.qls
|
2025-01-17 09:47:44 -05:00 |
|
Paolo Tranquilli
|
2961749df6
|
Merge branch 'main' into redsun82/swift-ios
|
2025-01-17 15:28:36 +01:00 |
|
Paolo Tranquilli
|
8c54f51cc9
|
Swift: use xcode fixture
|
2025-01-17 15:27:20 +01:00 |
|
Simon Friis Vindum
|
e382ffc5d2
|
Shared: Address review comments for basic block library
|
2025-01-17 15:12:11 +01:00 |
|
Geoffrey White
|
0ce1a1bef0
|
Rust: Make the qldoc for hasher-input MAD sinks a bit clearer.
|
2025-01-17 13:52:29 +00:00 |
|
Geoffrey White
|
ce982143fb
|
Rust: Remove the now empty files.
|
2025-01-17 13:52:27 +00:00 |
|
Geoffrey White
|
b8aa518931
|
Rust: Re-model reqwest sources using models-as-data.
|
2025-01-17 13:52:22 +00:00 |
|
Geoffrey White
|
1a000c39c9
|
Rust: Remove QL models for reqwest sources.
|
2025-01-17 13:42:27 +00:00 |
|
Geoffrey White
|
5a73e0bd09
|
Rust: Re-model std::env sources using models-as-data.
|
2025-01-17 13:39:04 +00:00 |
|
Mathias Vorreiter Pedersen
|
5c494c3f66
|
C++: Infer 'b1 = true' and 'b2 = true' from 'b1 && b2 = true', and infer 'b1 = false' and 'b2 = false' from 'b1 || b2 = false'.
|
2025-01-17 13:07:41 +00:00 |
|
Mathias Vorreiter Pedersen
|
eadccf27ef
|
C++: Add test cases with missing inferred equalities.
|
2025-01-17 13:01:03 +00:00 |
|
Mathias Vorreiter Pedersen
|
d8ec6dd155
|
Merge pull request #18490 from MathiasVP/generate-int-to-bool-conversion-instructions-2
C++: Generate int-to-bool conversions in C code
|
2025-01-17 12:57:55 +00:00 |
|
Mathias Vorreiter Pedersen
|
21f9e6763d
|
C++: Remove an unnecessary conjunct.
|
2025-01-17 12:44:22 +00:00 |
|
Asger F
|
772c3363d2
|
Add dummy extension with an empty diff
|
2025-01-17 13:44:11 +01:00 |
|
Simon Friis Vindum
|
53b63bed00
|
Actions: Implement added predicates in CFG instantiation
|
2025-01-17 13:31:00 +01:00 |
|
Paolo Tranquilli
|
17d2e4a338
|
Merge pull request #18500 from github/redsun82/rust-aggregate-workspaces
Rust: aggregate projects into workspaces
|
2025-01-17 13:23:07 +01:00 |
|
Asger F
|
871cdb014d
|
Ruby: fix TODOs left by the patch query
|
2025-01-17 13:21:54 +01:00 |
|
Asger F
|
4dc632f742
|
Ruby: mass enable diff-informed data flow
|
2025-01-17 13:21:52 +01:00 |
|
Mathias Vorreiter Pedersen
|
b39a932ae1
|
C++: Update comment in the char pred of 'GuardConditionFromNotExpr'.
|
2025-01-17 12:17:47 +00:00 |
|
Simon Friis Vindum
|
4d05b6a0a5
|
Shared: Address review comments for shared basic block library
|
2025-01-17 13:11:49 +01:00 |
|
yoff
|
15a18315b7
|
Merge pull request #18524 from github/redsun82/python-match-fps
Python: add some more FP tests around match
|
2025-01-17 12:55:56 +01:00 |
|
Paolo Tranquilli
|
e6cb376ad8
|
Rust: fix typo
|
2025-01-17 12:31:48 +01:00 |
|
Paolo Tranquilli
|
bbaff8b199
|
Rust: cleanup workspace aggregation
|
2025-01-17 12:19:56 +01:00 |
|
Asger F
|
aa0b9559bf
|
Merge pull request #18472 from asgerf/js/test-suite
JS: Port three tests to use the new post processing-based inline test expectations
|
2025-01-17 12:06:32 +01:00 |
|
Óscar San José
|
8ef4c2c229
|
Remove ImplicitUsings label, not supported by Net 6.0
|
2025-01-17 11:35:34 +01:00 |
|
Óscar San José
|
bb47f5b6de
|
Update csharp target framework to net9.0
|
2025-01-17 11:33:43 +01:00 |
|
Geoffrey White
|
db4370d149
|
Rust: Remove QL models for std::env sources.
|
2025-01-17 10:28:46 +00:00 |
|
Óscar San José
|
b39bfdbb04
|
Upgrade workflows to ubuntu-24
|
2025-01-17 11:22:15 +01:00 |
|
Paolo Tranquilli
|
4ab5650979
|
Python: add some more FP tests around match
|
2025-01-17 11:01:00 +01:00 |
|
Asger F
|
0d52541f0a
|
Merge pull request #18458 from asgerf/js/angular2-xss-through-dom
JS: Add Angular2 DOM sources
|
2025-01-17 10:55:14 +01:00 |
|
Asger F
|
2c65946684
|
JS: Add setOtherInput example
|
2025-01-17 10:29:03 +01:00 |
|
Asger F
|
e983e26f68
|
JS: Add example with safe field
|
2025-01-17 10:28:07 +01:00 |
|
Asger F
|
7b3727b874
|
JS: Add change note
|
2025-01-17 10:27:02 +01:00 |
|
Asger F
|
37062763ae
|
JS: Bump extractor version string
|
2025-01-17 10:27:01 +01:00 |
|
Asger F
|
859783c08b
|
JS: Support [(ngModel)]
|
2025-01-17 10:26:57 +01:00 |
|
Asger F
|
d55c68c1f1
|
JS: Add test case with [(ngModel)]
|
2025-01-17 10:24:16 +01:00 |
|
Asger F
|
97f5559e64
|
JS: Recognise form input from NgForm
|
2025-01-17 10:22:20 +01:00 |
|
Asger F
|
1ec3a62242
|
JS: Add test with NgForm.value
|
2025-01-17 10:20:59 +01:00 |
|
Asger F
|
d4daa21318
|
JS: Add DOM event sources in Angular2 model
|
2025-01-17 10:20:22 +01:00 |
|
Asger F
|
b8ba50a9ac
|
JS: Add Angular test case in XssThroughDom
|
2025-01-17 10:12:42 +01:00 |
|
Asger F
|
6f46a34873
|
JS: Refactor domEventSource() into a Range class
|
2025-01-17 10:12:40 +01:00 |
|
Asger F
|
26a11efc5b
|
Merge branch 'main' into js/test-suite
|
2025-01-17 10:09:06 +01:00 |
|
Anders Schack-Mulligen
|
498bfd2160
|
Merge pull request #18512 from aschackmull/dataflow/join-fix2
Dataflow: Another minor join-order fix
|
2025-01-17 09:09:47 +01:00 |
|