Asger F
|
e2af19b946
|
JS: Restrict "get" step to Map objects
|
2025-01-06 13:17:32 +01:00 |
|
Simon Friis Vindum
|
c55b256d47
|
Rust: Remove accidentally commited expected files
|
2025-01-06 12:01:03 +01:00 |
|
Paolo Tranquilli
|
2e1e46c866
|
Merge pull request #18352 from github/redsun82/rust-codeql-config
Rust: extend `paths-ignore` to all `rust/ql`
|
2025-01-06 11:53:33 +01:00 |
|
Tamas Vajk
|
31dbadcbeb
|
Add change note
|
2025-01-06 11:41:11 +01:00 |
|
Tamas Vajk
|
c9fab0b071
|
C#: Change source generated razor file paths to be relative to csproj
|
2025-01-06 11:10:28 +01:00 |
|
Asger F
|
4c9f406e34
|
JS: Exclude some sinks in UnvalidatedDynamicMethodCall
|
2025-01-06 10:32:11 +01:00 |
|
Paolo Tranquilli
|
10d8aa454b
|
Merge branch 'main' into redsun82/rust-mute-warnings-in-uncompiled-blocks
|
2025-01-06 10:01:57 +01:00 |
|
Ed Minnix
|
c02430607a
|
Add post-processing to StoredXss.qlref test
|
2025-01-03 13:26:29 -05:00 |
|
aegilops
|
aba8be2902
|
Changelog for Angular source/sink update
|
2025-01-03 17:07:35 +00:00 |
|
aegilops
|
7128700003
|
Simplified AngularInputUse class
|
2025-01-03 17:02:55 +00:00 |
|
aegilops
|
4891c1e5fe
|
Added QLdoc and simplified QL in source class
|
2025-01-03 16:50:47 +00:00 |
|
aegilops
|
4773917876
|
Formatting
|
2025-01-03 16:43:00 +00:00 |
|
Paul Hodgkinson
|
a23f4ee007
|
Merge branch 'main' into angular-sources-sinks
|
2025-01-03 16:38:48 +00:00 |
|
aegilops
|
0f64822356
|
New remote source - reading from an @Input() decorated class member
|
2025-01-03 16:34:15 +00:00 |
|
aegilops
|
09e4c78b0f
|
New XSS sink - writing to innerHTML using the Angular Renderer2 API
|
2025-01-03 16:33:42 +00:00 |
|
Ian Lynagh
|
78b277b46f
|
Java/Kotlin: Add a changenote for CODEQL_PATH_TRANSFORMER support.
|
2025-01-03 16:02:36 +00:00 |
|
Ian Lynagh
|
dedb0cb11f
|
Kotlin: Support CODEQL_PATH_TRANSFORMER
|
2025-01-03 16:02:36 +00:00 |
|
Simon Friis Vindum
|
5c64a8c948
|
Rust: Accept expected changes and fix other CI complaints
|
2025-01-03 16:38:11 +01:00 |
|
Michael Nebel
|
caaf29115c
|
C#: Add change note.
|
2025-01-03 16:27:03 +01:00 |
|
Michael Nebel
|
ff32a382b0
|
C#: Update test expected output.
|
2025-01-03 16:27:02 +01:00 |
|
Michael Nebel
|
cac1e04de8
|
C#: Improve unification logic to handle ref structs.
|
2025-01-03 16:27:00 +01:00 |
|
Michael Nebel
|
5ddc37867e
|
C#: Update test expected output.
|
2025-01-03 16:26:58 +01:00 |
|
Michael Nebel
|
c439beb4b4
|
C#: Introduce a class for ref structs.
|
2025-01-03 16:26:57 +01:00 |
|
Michael Nebel
|
33939a8041
|
C#: Update test expected output.
|
2025-01-03 15:36:08 +01:00 |
|
Michael Nebel
|
ef5ae3f1ae
|
C#: Add some unification and viable callable test cases.
|
2025-01-03 15:36:07 +01:00 |
|
Michael Nebel
|
b9fce5eb9d
|
C#: Update boxing conversion expected output.
|
2025-01-03 15:36:06 +01:00 |
|
Michael Nebel
|
ef9f09ebfc
|
C#: Do not consider ref struct as being convertible to object, dynamic and valuetype.
|
2025-01-03 15:36:04 +01:00 |
|
Michael Nebel
|
9a2edc3d5c
|
C#: Add ref struct boxing example (false positive).
|
2025-01-03 15:36:02 +01:00 |
|
Michael Nebel
|
41dc4a5503
|
C#: Add extractor support for the allows ref struct general type parameter constraint.
|
2025-01-03 15:36:00 +01:00 |
|
Michael Nebel
|
d9158c8cd5
|
Fixup of second commit.
|
2025-01-03 15:35:59 +01:00 |
|
Michael Nebel
|
958d8f1f01
|
C#: Add extractor support for the notnull general type parameter constraint.
|
2025-01-03 15:35:49 +01:00 |
|
Jeroen Ketema
|
b0062fc727
|
Merge pull request #18387 from jketema/change-tweak
C++: Slightly tweak change note to make it more consistent with others
|
2025-01-03 15:32:56 +01:00 |
|
Michael Nebel
|
c0974f364e
|
C#: General type constraints tests.
|
2025-01-03 15:12:35 +01:00 |
|
Michael Nebel
|
7a7d8e40a7
|
Merge pull request #18384 from michaelnebel/csharp13/escapechars
C# 13: [TEST ONLY] Add test using the new escape char for ESCAPE.
|
2025-01-03 15:09:27 +01:00 |
|
Michael Nebel
|
49abfdfe4a
|
Merge pull request #18348 from michaelnebel/csharp/locktype
C# 13: [TEST ONLY] Add test using the System.Threading.Lock type.
|
2025-01-03 15:08:46 +01:00 |
|
Michael Nebel
|
7cdaa799fc
|
Merge pull request #18329 from michaelnebel/csharp/params
C# 13: params modifier on collection types.
|
2025-01-03 15:07:47 +01:00 |
|
Simon Friis Vindum
|
cd957ba63b
|
Rust: Add models for functions used inside format! macro
|
2025-01-03 14:09:23 +01:00 |
|
Simon Friis Vindum
|
0d19fb6040
|
Rust: Add taint from children of format_args to format_args
|
2025-01-03 14:06:47 +01:00 |
|
Simon Friis Vindum
|
2ef9339d00
|
Rust: Generate CFG node for FormatArgsArg
|
2025-01-03 13:58:25 +01:00 |
|
Simon Friis Vindum
|
42d125676e
|
Rust: Value flow through macro calls
|
2025-01-03 13:47:29 +01:00 |
|
Simon Friis Vindum
|
f09632df58
|
Rust: Add data flow tests for macros and format_args
|
2025-01-03 13:28:19 +01:00 |
|
Asger F
|
25f5ecba25
|
JS: Deprecate the Configuration.qll file
|
2025-01-03 11:41:41 +01:00 |
|
Asger F
|
0339bd0f3e
|
JS: Deprecate forward/backward exploration modules
|
2025-01-03 11:41:39 +01:00 |
|
Asger F
|
7e4fbe2f14
|
Merge pull request #18326 from asgerf/js/shared-dataflow-bump
JS: Merge 'main' into shared dataflow branch
|
2025-01-03 11:24:37 +01:00 |
|
Mathias Vorreiter Pedersen
|
9672af333a
|
C++: Cache 'interpretElement'. This reduces DIL size of 'cpp/unbounded-write' by about 8%.
|
2025-01-03 10:46:57 +01:00 |
|
Jeroen Ketema
|
8e660190a9
|
C++: Add dbscheme upgrade and downgrade script
|
2025-01-02 21:32:03 +01:00 |
|
Jeroen Ketema
|
795278d5ac
|
C++: Add change note
|
2025-01-02 21:31:58 +01:00 |
|
Jeroen Ketema
|
cfb98acbf1
|
C++: Slightly tweak change note to make it more consistent with others
|
2025-01-02 21:29:04 +01:00 |
|
Jeroen Ketema
|
6bf08f550e
|
C++: Update dbscheme stats file
|
2025-01-02 17:59:16 +01:00 |
|
Jeroen Ketema
|
84775b71c3
|
C++: Support arguments and instantiations of template template parameters
|
2025-01-02 17:59:06 +01:00 |
|