Mathias Vorreiter Pedersen
|
3daefa8b9e
|
C++: Add more tests.
|
2023-04-04 10:54:12 +01:00 |
|
Owen Mansel-Chan
|
9612bb9e55
|
Merge pull request #12246 from owen-mc/go/fix/misc
Fix miscellaneous errors highlighted by QL-for-QL
|
2023-04-04 10:35:42 +01:00 |
|
Mathias Vorreiter Pedersen
|
6dd6488437
|
C++: Introduce 'getAnElementExpr' and 'getAnExpr'.
|
2023-04-04 10:12:25 +01:00 |
|
Mathias Vorreiter Pedersen
|
ea180c07e4
|
C++: Accept test changes.
|
2023-04-04 10:12:03 +01:00 |
|
Mathias Vorreiter Pedersen
|
bef0a159c0
|
C++: IR generation for repeated initializers.
|
2023-04-04 10:08:32 +01:00 |
|
Mathias Vorreiter Pedersen
|
a0df7d22cd
|
C++: Add tests for designated initializers with repetitions.
|
2023-04-04 10:08:18 +01:00 |
|
Mathias Vorreiter Pedersen
|
f007083ef0
|
C++: Switch back to a 'Bound' instead of a 'SemBound'.
|
2023-04-04 09:43:23 +01:00 |
|
Paolo Tranquilli
|
5a01feca6c
|
Swift: expand Logger doc comment
|
2023-04-04 10:37:59 +02:00 |
|
Paolo Tranquilli
|
6c932bc807
|
Swift: address logging review comments
|
2023-04-04 10:28:11 +02:00 |
|
Asger F
|
7c9100c782
|
Merge pull request #12730 from asgerf/rb/net-http
Ruby: Minor fix in NetHttpRequest
|
2023-04-04 09:44:11 +02:00 |
|
Jeroen Ketema
|
dd85d00579
|
Swift: Fix formatting
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
cb8568f6fd
|
Swift: Rewrite PathInjection to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
97575807df
|
Swift: Rewrite CleartextTransmission to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
e8bfb87f67
|
Swift: Rewrite CleartextStoragePreferences to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
a45f381ab9
|
Swift: Rewrite CleartextLogging to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
5deafeaf9e
|
Swift: Rewrite UnsafeWebViewFetch to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
56156cfa36
|
Swift: Rewrite UnsafeJsEval to use `DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
db641e508a
|
Swift: Rewrite UncontrolledFormatString to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
0ff607c930
|
Swift: Rewrite XXEQuery to use DataFlow::ConfigSig
|
2023-04-04 09:10:21 +02:00 |
|
Jeroen Ketema
|
9220bea3ec
|
Swift: Rewrite SqlInjectionQuery to use DataFlow::ConfigSig
|
2023-04-04 09:10:15 +02:00 |
|
Gulshan Singh
|
56dc2a4d4e
|
C++: Consider ArrayExpr with non-constant size expressions as BufferAccesses
|
2023-04-03 23:11:14 -07:00 |
|
jarlob
|
39ff3c72a2
|
Remove label sanitizer because it is prone to race conditions
|
2023-04-03 23:28:31 +02:00 |
|
jarlob
|
8ea418216c
|
Look for script injections in actions/github-script
|
2023-04-03 23:13:28 +02:00 |
|
Mathias Vorreiter Pedersen
|
f6e774ed2e
|
C++: Alias the experimental 'Bound.qll' with the non-experimental one.
|
2023-04-03 18:18:33 +01:00 |
|
Geoffrey White
|
e62a6a037c
|
Swift: Split encryption queries into three parts (trivial re-organization of existing code).
|
2023-04-03 17:20:34 +01:00 |
|
Andrew Eisenberg
|
1df3b017f2
|
Merge pull request #12728 from asgerf/js/extension-docs-fixlink
JS: Use RST syntax for link in docs
|
2023-04-03 08:51:59 -07:00 |
|
Jeroen Ketema
|
70d0e987c4
|
Swift: Rewrite PredicateInjection to use DataFlow::ConfigSig
|
2023-04-03 16:19:30 +02:00 |
|
Mathias Vorreiter Pedersen
|
c19edc5f0b
|
C++: Fix Code Scanning errors.
|
2023-04-03 15:17:37 +01:00 |
|
Mathias Vorreiter Pedersen
|
aa337c72c2
|
C++: Update import paths in tests and experimental queries.
|
2023-04-03 15:17:37 +01:00 |
|
Alex Ford
|
0e1d2ad67f
|
Merge pull request #12746 from alexrford/diagnostics-nullptr-rc-3.9
JS: only set the file in the diagnostics message if the file is within the source root (base rc/3.9)
|
2023-04-03 14:47:07 +01:00 |
|
Alexandre Boulgakov
|
0aa39c0ca0
|
Merge pull request #12712 from github/sashabu/repeated-initializers
C++: Support repeated initializers in dbscheme.
|
2023-04-03 14:46:17 +01:00 |
|
jarlob
|
e941218e30
|
change notes added
|
2023-04-03 15:15:00 +02:00 |
|
jarlob
|
ba5747dff3
|
fix formatting
|
2023-04-03 15:10:27 +02:00 |
|
jarlob
|
c6eaf194a5
|
Remove empty.js as it is not needed anymore
|
2023-04-03 15:09:40 +02:00 |
|
Geoffrey White
|
4d3fc02d7e
|
Merge pull request #11965 from geoffw0/realmfix
Swift: Test and fix missing swift/cleartext-storage-database results
|
2023-04-03 14:02:18 +01:00 |
|
jarlob
|
99d634c8a4
|
Add more sources, more unit tests, fixes to the GitHub Actions injection query
|
2023-04-03 15:02:02 +02:00 |
|
Mathias Vorreiter Pedersen
|
4c5ca082ce
|
C++: Delete the experimental range-analysis library.
|
2023-04-03 13:53:43 +01:00 |
|
Mathias Vorreiter Pedersen
|
e8800a6dba
|
C++: Move the new range-analysis library out of experimental and into an 'internal' directory.
|
2023-04-03 13:53:43 +01:00 |
|
erik-krogh
|
0b4f239ab5
|
only set the file in the diagnostics message if the file is within the source root
|
2023-04-03 13:49:29 +01:00 |
|
Erik Krogh Kristensen
|
1a0e3c8907
|
Merge pull request #12743 from erik-krogh/null-ptr-2
JS: only set the file in the diagnostics message if the file is within the source root
codeql-cli/v2.12.7
codeql-cli/v2.12.6
|
2023-04-03 14:04:19 +02:00 |
|
erik-krogh
|
a7c2892af4
|
only set the file in the diagnostics message if the file is within the source root
|
2023-04-03 12:38:10 +02:00 |
|
Asger F
|
53de9ae580
|
Merge pull request #12729 from asgerf/js/crypto-modernize
JS: Modernize crypto libraries
|
2023-04-03 12:16:22 +02:00 |
|
Paolo Tranquilli
|
abc0c7cf24
|
Swift: add trace logging of all trap emission
|
2023-04-03 11:47:24 +02:00 |
|
Paolo Tranquilli
|
a386c58371
|
Swift: add preliminary logging to dispatcher
|
2023-04-03 11:47:23 +02:00 |
|
Paolo Tranquilli
|
3fc488167f
|
Swift: add logging to main
|
2023-04-03 11:47:23 +02:00 |
|
Paolo Tranquilli
|
ed48065c2d
|
Swift: add logging infrastructure
|
2023-04-03 11:47:23 +02:00 |
|
Tony Torralba
|
6331c37b46
|
Merge pull request #12735 from JLLeitschuh/doc/JLL/fix-partial-path-documentation
Fix partial path traversal Java example Again
|
2023-04-03 11:18:02 +02:00 |
|
Jeroen Ketema
|
e5c7c88588
|
Merge pull request #12737 from MathiasVP/speed-up-gvn
C++: Speed up non-linear recursion in GVN library
|
2023-04-03 10:46:37 +02:00 |
|
Jeroen Ketema
|
1d9fc8a581
|
Merge branch 'main' into sashabu/repeated-initializers
|
2023-04-03 09:48:23 +02:00 |
|
Jeroen Ketema
|
ecf92f0c5d
|
Merge pull request #12741 from jketema/js-qhelp-example-fix
JS: Fix qhelp after file rename
|
2023-04-03 09:47:38 +02:00 |
|