Mathias Vorreiter Pedersen
|
d83cbde1cb
|
Merge pull request #19753 from MathiasVP/add-more-mad-summaries
C++: Add more MaD summaries
|
2025-06-13 18:23:11 +01:00 |
|
Idriss Riouak
|
70647ce290
|
Merge pull request #19734 from github/idrissrio/goto
C++: Add support to `__leave`
|
2025-06-13 16:20:26 +02:00 |
|
Simon Friis Vindum
|
0a6d88487a
|
Merge pull request #19749 from paldepind/rust/impl-parameter-resolution
Rust: Disambiguate some method calls based on argument types
|
2025-06-13 16:14:13 +02:00 |
|
Simon Friis Vindum
|
ef15df35c6
|
Rust: Apply review suggestions
|
2025-06-13 15:43:44 +02:00 |
|
Simon Friis Vindum
|
eacf034dde
|
Rust: Disambiguate some method calls based on argument types
|
2025-06-13 15:43:39 +02:00 |
|
Simon Friis Vindum
|
d1aee7f704
|
Rust: Add type inference test
|
2025-06-13 15:42:08 +02:00 |
|
Tom Hvitved
|
6cca01662d
|
Merge pull request #19755 from hvitved/rust/type-inference-operand-workaround
Rust: Temporarily disable type information to flow into operands
|
2025-06-13 15:25:34 +02:00 |
|
Tom Hvitved
|
7051ad50ea
|
Merge pull request #19751 from hvitved/rust/type-inference-macro-expr
Rust: Type inference for macro expressions
|
2025-06-13 15:24:56 +02:00 |
|
Anders Schack-Mulligen
|
8838104d6a
|
Merge pull request #19733 from aschackmull/java/assert-cfg
Java: Update the CFG for assert statements to make them proper guards.
|
2025-06-13 14:52:57 +02:00 |
|
Tom Hvitved
|
5f4d588cd9
|
Rust: Temporarily disable type information to flow into operands
|
2025-06-13 14:21:02 +02:00 |
|
Joe Farebrother
|
e04dea10c8
|
Merge pull request #19554 from joefarebrother/python-qual-iter-not-return-self
Python: Modernize iter not returning self query
|
2025-06-13 13:13:31 +01:00 |
|
Anders Schack-Mulligen
|
6131c680f6
|
Update java/ql/lib/semmle/code/java/ControlFlowGraph.qll
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2025-06-13 14:07:46 +02:00 |
|
Napalys Klicius
|
0906d85b39
|
Merge pull request #19726 from Napalys/js/quality/string_interpolation
JS: Promote `js/template-syntax-in-string-literal` to the Code Quality suite.
|
2025-06-13 13:36:53 +02:00 |
|
Tom Hvitved
|
2f698d1590
|
Rust: Type inference for macro expressions
|
2025-06-13 13:11:11 +02:00 |
|
Tom Hvitved
|
fd59a27bd2
|
Rust: Add macro expr type inference test
|
2025-06-13 13:11:07 +02:00 |
|
Tom Hvitved
|
ad64e04475
|
Merge pull request #19737 from hvitved/rust/type-inference-string-str-deref
Rust: Model `String` -> `str` implicit conversion in type inference
|
2025-06-13 13:09:24 +02:00 |
|
Mathias Vorreiter Pedersen
|
c14a4a66d5
|
C++: Accept test changes. Nothing exciting here.
|
2025-06-13 11:41:01 +01:00 |
|
Mathias Vorreiter Pedersen
|
458a9b0359
|
C++: Add change note.
|
2025-06-13 11:06:45 +01:00 |
|
Mathias Vorreiter Pedersen
|
e72fe9b88b
|
C++: Generate lots of new models.
|
2025-06-13 10:57:44 +01:00 |
|
Mathias Vorreiter Pedersen
|
b02d859216
|
C++: Add lots of MaD model generation targets.
|
2025-06-13 10:56:19 +01:00 |
|
Tom Hvitved
|
66c0ff61bb
|
Rust: Model String -> str implicit conversion in type inference
|
2025-06-13 11:32:23 +02:00 |
|
Tom Hvitved
|
1acd636553
|
Merge pull request #19745 from hvitved/rust/path-resolution-has-implementation
Rust: Use `hasImplementation` in path resolution
|
2025-06-13 11:17:03 +02:00 |
|
idrissrio
|
7af828720a
|
C++: address review comments
|
2025-06-13 09:44:27 +02:00 |
|
idrissrio
|
ac1824aba7
|
C++: update stats file
|
2025-06-13 09:44:26 +02:00 |
|
idrissrio
|
7152e68a4d
|
C++: add upgrade and downgrade scripts
|
2025-06-13 09:44:25 +02:00 |
|
idrissrio
|
e6faebf850
|
C++: add change note for LeaveStmt
|
2025-06-13 09:44:14 +02:00 |
|
idrissrio
|
a6b3310f77
|
C++: test new class LeaveStmt
|
2025-06-13 09:44:03 +02:00 |
|
idrissrio
|
f6fa707770
|
C++: Add LeaveStmt class
|
2025-06-13 09:44:01 +02:00 |
|
idrissrio
|
7a4de55ac2
|
C++: Add leave statement to dbscheme
|
2025-06-13 09:44:00 +02:00 |
|
Tom Hvitved
|
3d18e3ea8f
|
Rust: Use hasImplementation in path resolution
|
2025-06-13 08:44:44 +02:00 |
|
Tom Hvitved
|
5b5074e922
|
Rust: Add another type inference test
|
2025-06-12 21:48:40 +02:00 |
|
Paolo Tranquilli
|
55eb9fb838
|
Merge pull request #19712 from github/redsun82/python-black
Add `black` pre-commit hook
|
2025-06-12 20:49:56 +02:00 |
|
Paolo Tranquilli
|
22c490ce4e
|
Merge pull request #19667 from github/redsun82/rust-mad
Rust: Use QL computed canonical paths in MaD `Field` tokens
|
2025-06-12 20:48:41 +02:00 |
|
Paolo Tranquilli
|
a5dba9b54f
|
Merge pull request #19649 from github/redsun82/rust-has-implementation
Rust: extract `hasImplementation` on functions and consts
|
2025-06-12 15:19:23 +00:00 |
|
Simon Friis Vindum
|
e30a9e9906
|
Merge pull request #19685 from paldepind/rust/df-operator-overloading
Rust: Data flow through overloaded operators
|
2025-06-12 17:08:16 +02:00 |
|
Tom Hvitved
|
70c3ae4609
|
Merge pull request #19727 from hvitved/shared/type-inference-doc
Shared: Add elaborate QL doc to `TypeInference.qll`
|
2025-06-12 16:31:50 +02:00 |
|
Paolo Tranquilli
|
b102d5c39d
|
Rust: accept test changes
|
2025-06-12 16:19:17 +02:00 |
|
Paolo Tranquilli
|
836b81de40
|
Rust: fix mdoel
|
2025-06-12 15:50:21 +02:00 |
|
Paolo Tranquilli
|
506ea11d07
|
Rust: simplify upgrade script
|
2025-06-12 15:31:11 +02:00 |
|
Napalys Klicius
|
28ae39694f
|
Merge pull request #19741 from Napalys/js/quality/suspicious_method_names
JS: Promote `js/suspicious-method-name-declaration` to the Code Quality suite.
|
2025-06-12 15:30:13 +02:00 |
|
Paolo Tranquilli
|
ad7fb9c061
|
Merge branch 'main' into redsun82/rust-has-implementation
|
2025-06-12 15:25:59 +02:00 |
|
Napalys Klicius
|
d7ad625de3
|
JS: restrict type tracking to strings of interest.
|
2025-06-12 14:28:00 +02:00 |
|
Arthur Baars
|
e1b4dea52f
|
Merge pull request #19742 from github/nickrolfe/rust-readme
Rust: fix typo in README.md
|
2025-06-12 14:26:19 +02:00 |
|
Napalys Klicius
|
da5cd251be
|
Update javascript/ql/src/LanguageFeatures/TemplateSyntaxInStringLiteral.ql
Co-Authored-By: Asger F <316427+asgerf@users.noreply.github.com>
|
2025-06-12 14:25:00 +02:00 |
|
Simon Friis Vindum
|
2dd2f2e72b
|
Rust: Address review comments
|
2025-06-12 14:12:27 +02:00 |
|
Nick Rolfe
|
02b75e884e
|
Rust: fix typo in README.md
|
2025-06-12 13:00:23 +01:00 |
|
Napalys Klicius
|
e6d26912e0
|
Update javascript/ql/src/Declarations/SuspiciousMethodNameDeclaration.qhelp
Co-authored-by: Asger F <asgerf@github.com>
|
2025-06-12 13:10:27 +02:00 |
|
Tom Hvitved
|
93fd6ec826
|
Merge pull request #19729 from hvitved/rust/type-inference-adjust-type-relevant-access
Rust: Also apply `adjustedAccessType` in `RelevantAccess`
|
2025-06-12 13:04:13 +02:00 |
|
Napalys Klicius
|
7b91a57eb1
|
JS: add change note.
|
2025-06-12 12:19:39 +02:00 |
|
Paolo Tranquilli
|
455490436c
|
Rust: fix dataflow models test expectation
|
2025-06-12 12:16:37 +02:00 |
|