Mathias Vorreiter Pedersen
|
ccb28ed0b3
|
Merge pull request #18556 from MathiasVP/remove-conflation-from-pure-functions
C++: Remove pointer/pointee conflation from models of "pure" functions
|
2025-01-23 15:50:39 +00:00 |
|
Paolo Tranquilli
|
e096bdb701
|
Merge pull request #18468 from github/redsun82/rust-readme
Rust: give more options for building in `README.md`
|
2025-01-23 15:54:45 +01:00 |
|
Tom Hvitved
|
d60a81dac1
|
Merge pull request #18576 from hvitved/rust/translate-mad-ids
|
2025-01-23 15:44:29 +01:00 |
|
Jeroen Ketema
|
8b2cfa9133
|
Merge pull request #18561 from jketema/jketema/scanf
C++: Fix join-order problem found on `IncorrectCheckScanf.ql`
|
2025-01-23 15:00:24 +01:00 |
|
Mathias Vorreiter Pedersen
|
7792839a25
|
C++: Add a 'isLocaleParameter' and clean up the model a bit.
|
2025-01-23 13:56:00 +00:00 |
|
Mathias Vorreiter Pedersen
|
67e3b69996
|
C++: Move comment.
|
2025-01-23 13:49:13 +00:00 |
|
Mathias Vorreiter Pedersen
|
fb12847360
|
Update cpp/ql/lib/semmle/code/cpp/models/implementations/Pure.qll
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-01-23 13:48:44 +00:00 |
|
Mathias Vorreiter Pedersen
|
2cdb52cad2
|
C++: Accept test changes after previous commit.
|
2025-01-23 13:46:47 +00:00 |
|
Tom Hvitved
|
33e07edcbf
|
Rust: Translate more MaD IDs in tests
|
2025-01-23 14:45:33 +01:00 |
|
Mathias Vorreiter Pedersen
|
e0f2f1dd80
|
Update cpp/ql/test/library-tests/dataflow/taint-tests/taint.cpp
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-01-23 13:41:48 +00:00 |
|
Michael Nebel
|
dcdc12f9af
|
Merge pull request #18562 from michaelnebel/csharp/implicitindex
C# 13: [TEST ONLY] Implicit index usage in initializers.
|
2025-01-23 14:31:15 +01:00 |
|
Michael Nebel
|
340f3c0fd5
|
C#: Add change note.
|
2025-01-23 14:24:24 +01:00 |
|
Anders Schack-Mulligen
|
1a4d21777d
|
C++: Fix join order problem in TaintedAllocationSize.
|
2025-01-23 14:20:23 +01:00 |
|
Michael Nebel
|
0a2a8e9701
|
C#: Add attribute test for the OverloadResolutionAttribute attribute class.
|
2025-01-23 14:19:58 +01:00 |
|
Michael Nebel
|
a6d16e79d9
|
C#: Add overload resolution priority attribute class.
|
2025-01-23 14:17:52 +01:00 |
|
Michael Nebel
|
568d3cc161
|
C#: Update attributes test expected output.
|
2025-01-23 13:55:01 +01:00 |
|
Michael Nebel
|
08fc5644eb
|
C#: Add some attributes test example code with overload resolution priority attribute.
|
2025-01-23 13:54:44 +01:00 |
|
Michael Nebel
|
5f7c28d1b9
|
C#: Add a using statement to the attributes test file and update test expected output.
|
2025-01-23 13:53:26 +01:00 |
|
Michael Nebel
|
d924b1a536
|
C#: Update test expected output.
|
2025-01-23 13:36:09 +01:00 |
|
Michael Nebel
|
bc11c23f08
|
C#: Add dispatch tests for overload resolution and update line numbers for existing test cases.
|
2025-01-23 13:33:53 +01:00 |
|
Geoffrey White
|
bb3be2f8af
|
Rust: Add a test for the log crate + placeholder query.
|
2025-01-23 12:24:47 +00:00 |
|
Asger F
|
6423033db6
|
JS: Resolve inserted TODOs
|
2025-01-23 13:02:52 +01:00 |
|
Asger F
|
102b187c35
|
JS: Ignore experimental queries for now
|
2025-01-23 12:53:18 +01:00 |
|
Chris Smowton
|
09fe6091c2
|
Amend extractor information expectation
|
2025-01-23 11:33:45 +00:00 |
|
Chris Smowton
|
02edb1b9cb
|
Don't expect logged properties files in source archives
|
2025-01-23 11:14:20 +00:00 |
|
Asger F
|
fcb8cac930
|
Ruby: resolve inserted TODOs
|
2025-01-23 11:48:46 +01:00 |
|
Michael Nebel
|
c38ad4acff
|
C#: Add data flow tests for implicit index usage.
|
2025-01-23 11:18:24 +01:00 |
|
Michael Nebel
|
0430a9ee3f
|
C#: Add test for implicit index usage.
|
2025-01-23 10:45:00 +01:00 |
|
Asger F
|
1c136e3cd0
|
Ruby: rerun patch query after bugfix
|
2025-01-23 10:33:58 +01:00 |
|
Asger F
|
dba76a0e4d
|
JS: Rerun patch query after bugfix
|
2025-01-23 10:31:32 +01:00 |
|
Jaroslav Lobačevski
|
329ed5223a
|
Update actions/ql/lib/change-notes/2025-01-22-version.md
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2025-01-23 10:25:58 +01:00 |
|
Geoffrey White
|
9286596c1e
|
Merge pull request #18530 from geoffw0/sourcemodels2
Rust: Convert source models to models-as-data
|
2025-01-23 09:08:26 +00:00 |
|
Paolo Tranquilli
|
e448bc62a7
|
Merge pull request #18566 from github/redsun82/swift-stop-dump-env
Swift: drop indisciminate printing of the env in debug logs
|
2025-01-23 10:00:52 +01:00 |
|
Simon Friis Vindum
|
66b6ae70c2
|
Rust: Change array element content type into a general collection
element type
|
2025-01-23 09:49:23 +01:00 |
|
Paolo Tranquilli
|
5c31edd6cb
|
Swift: drop indisciminate printing of the env
|
2025-01-23 08:31:21 +01:00 |
|
Jaroslav Lobačevski
|
e242190e04
|
Fix rlespinasse/github-slug-action upper bound
|
2025-01-22 22:22:21 +00:00 |
|
Erik Krogh Kristensen
|
4bd4937e65
|
Merge pull request #18547 from erik-krogh/suffixCheck
JS: Fix FPs with js/incorrect-suffix-check
|
2025-01-22 21:13:27 +01:00 |
|
Dave Bartolomeo
|
546a4971d5
|
Merge pull request #18563 from mrecachinas/patch-1
Change includes paths in autobuild.sh
|
2025-01-22 14:51:19 -05:00 |
|
Dave Bartolomeo
|
1c9d7b3402
|
Add powershell versions
|
2025-01-22 12:23:58 -05:00 |
|
Michael Recachinas
|
661e9da799
|
Add comment for why we're adding reusable workflows to the autobuild script
|
2025-01-22 12:11:51 -05:00 |
|
Michael Recachinas
|
7c12da4f48
|
Include reusable workflows directories in autobuild script
|
2025-01-22 12:07:01 -05:00 |
|
Jaroslav Lobačevski
|
ab20625b8f
|
Fix the upper bound of the range
|
2025-01-22 17:30:19 +01:00 |
|
Jaroslav Lobačevski
|
55df2b4302
|
Change notes
|
2025-01-22 17:30:19 +01:00 |
|
Jaroslav Lobačevski
|
83d13c6f20
|
Fix lower range for known vulnerable actions
|
2025-01-22 17:30:19 +01:00 |
|
Michael Recachinas
|
b2de1e9b9e
|
Change includes paths in autobuild.sh
|
2025-01-22 11:25:21 -05:00 |
|
Óscar San José
|
ebb10e3318
|
Merge pull request #18525 from github/oscarsj/upgrade-workflows-to-ubuntu24
Upgrade workflows to ubuntu-24
|
2025-01-22 16:50:48 +01:00 |
|
Simon Friis Vindum
|
9547a5cd27
|
Shared: Update basic block documentation and make minor tweaks
|
2025-01-22 16:07:30 +01:00 |
|
Óscar San José
|
4fb2273153
|
Remove .devcontainer/swift files, as testing swift on ubuntu 24 is not supported
|
2025-01-22 15:55:56 +01:00 |
|
Edward Minnix III
|
28f307390a
|
Merge pull request #18494 from egregius313/egregius313/csharp/blazor/buildless-integration-test
C#: Blazor: `build-mode: none` integration test
|
2025-01-22 09:11:48 -05:00 |
|
Paolo Tranquilli
|
bd2e8195c2
|
Rust: Apply suggestions from code review
Co-authored-by: Simon Friis Vindum <simonfv@gmail.com>
|
2025-01-22 14:56:56 +01:00 |
|