Mathias Vorreiter Pedersen
|
0298755975
|
C++: Add a test.
|
2024-06-06 16:22:23 +01:00 |
|
Asger F
|
6e0f3df573
|
Merge pull request #14120 from asgerf/dynamic/typemodel-istypeused
Dynamic: add TypeModel.isTypeUsed
|
2024-06-06 15:31:16 +02:00 |
|
Mathias Vorreiter Pedersen
|
5deb9002bf
|
Merge pull request #16665 from geoffw0/yml
C++: Support for extension models (.yml)
|
2024-06-06 14:21:42 +01:00 |
|
Geoffrey White
|
8acb11924d
|
C++: Remove redundant import.
|
2024-06-06 13:39:10 +01:00 |
|
Mathias Vorreiter Pedersen
|
314eb5db72
|
Merge pull request #16688 from MathiasVP/flow-through-builtin-bit-cast
C++: Fix IR generation for builtins and add flow through `__builtin_bit_cast`
|
2024-06-06 13:28:41 +01:00 |
|
Geoffrey White
|
38acfcf42e
|
C++: Doc tweaks addressing review comments.
|
2024-06-06 13:11:57 +01:00 |
|
Geoffrey White
|
7aec488d8a
|
C++: Permit ':' in models-as-data namespaces.
|
2024-06-06 12:53:42 +01:00 |
|
Geoffrey White
|
894497218d
|
Shared: Recognize 'remote-sink' in ModelValidation.qll.
|
2024-06-06 12:49:13 +01:00 |
|
Geoffrey White
|
f9ef72eca6
|
C++: Fix typos.
|
2024-06-06 12:31:44 +01:00 |
|
Tom Hvitved
|
331f676832
|
Merge pull request #16523 from microsoft/jb1/chanely-insecure-sql-connection
Adding case to InsecureSQLConnection.ql when Encrypt set in initializer
|
2024-06-06 12:58:14 +02:00 |
|
Paolo Tranquilli
|
ac6cc38b20
|
Merge pull request #16681 from github/redsun82/ripunzip
Ripunzip: provide installer
|
2024-06-06 11:52:04 +02:00 |
|
Paolo Tranquilli
|
2d42ea0f2f
|
Merge pull request #16668 from github/criemen/pkg-js-fixup
JS: Use `resources/tools` from external repo, not internal.
|
2024-06-06 11:50:54 +02:00 |
|
Mathias Vorreiter Pedersen
|
bd9ece0bd3
|
C++: Add dataflow through '__builtin_bit_cast'.
|
2024-06-06 10:00:18 +01:00 |
|
Mathias Vorreiter Pedersen
|
48f2fd0460
|
C++: Accept IR changes.
|
2024-06-06 09:52:35 +01:00 |
|
Mathias Vorreiter Pedersen
|
d6352b47a1
|
C++: Fix IR generation for builtin operations.
|
2024-06-06 09:52:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
f58757ff9d
|
C++: Skip children we cannot translate when translating builtin operations.
|
2024-06-06 09:48:41 +01:00 |
|
Mathias Vorreiter Pedersen
|
af4d2f1ed3
|
C++: Add an IR test.
|
2024-06-06 09:48:03 +01:00 |
|
Tom Hvitved
|
421c68a263
|
Merge pull request #16663 from hvitved/ruby/extraction-error-consistency
Ruby: Add consistency query for extraction errors
|
2024-06-06 10:29:56 +02:00 |
|
Tamás Vajk
|
0f09198bcd
|
Merge pull request #16673 from tamasvajk/fix/logger-disposal
C#: Fix erroneous logger disposal
|
2024-06-06 09:13:27 +02:00 |
|
Erik Krogh Kristensen
|
2e5d9c34bf
|
Merge pull request #16675 from mbaluda/main
Extract .xsaccess files as JSON
|
2024-06-05 20:19:40 +02:00 |
|
Chanel
|
7b5297b882
|
Merge branch 'main' into jb1/chanely-insecure-sql-connection
|
2024-06-05 09:02:13 -07:00 |
|
Chanel Young
|
716e2737d1
|
formatting
|
2024-06-05 09:01:10 -07:00 |
|
Owen Mansel-Chan
|
ef2f01613c
|
Merge pull request #16676 from owen-mc/qldoc-external-flow
C/C#/Java/Swift: Cover all params in QLDoc of `modelCoverage`
|
2024-06-05 16:53:27 +01:00 |
|
Ian Lynagh
|
ac91a5167a
|
Merge pull request #16682 from igfoo/igfoo/integ
Java integration tests: accept new output
|
2024-06-05 16:48:18 +01:00 |
|
Chris Smowton
|
e704bf353b
|
Merge pull request #16685 from smowton/smowton/admin/ecj-change-note
Java: Add change note documenting ECJ improvements
|
2024-06-05 16:39:20 +01:00 |
|
Owen Mansel-Chan
|
3b51f1f722
|
Merge pull request #16683 from owen-mc/go/refactor-extractor
Go: Refactor findMethodWithGivenReceiver
|
2024-06-05 16:31:44 +01:00 |
|
Chris Smowton
|
79ae522349
|
Add change note documenting ECJ improvements
|
2024-06-05 15:12:33 +01:00 |
|
Owen Mansel-Chan
|
fcf06c59aa
|
Refactor findMethodWithGivenReceiver
|
2024-06-05 14:52:31 +01:00 |
|
Chris Smowton
|
e267031f59
|
Merge pull request #16680 from smowton/smowton/admin/add-ecj-tests
Java: add basic ECJ integration tests
|
2024-06-05 14:33:36 +01:00 |
|
Ian Lynagh
|
13dd87f04c
|
Java integration tests: accept new output
This means the expected output is in the order that the new test driver
creates it in, which means future diffs will be smaller.
|
2024-06-05 14:14:44 +01:00 |
|
Paolo Tranquilli
|
61847bc58b
|
Ripunzip: provide installer
|
2024-06-05 14:46:59 +02:00 |
|
Chris Smowton
|
54347c2642
|
Java: add basic ECJ integration tests
|
2024-06-05 12:49:25 +01:00 |
|
Owen Mansel-Chan
|
44a56c420f
|
Merge pull request #16558 from owen-mc/go/sync-external-flow
Go: sync ExternalFlow.qll
|
2024-06-05 11:31:34 +01:00 |
|
Jeroen Ketema
|
ff46e2c627
|
Merge pull request #16662 from jketema/gets
C++: Ignore `gets`'es with incorrect parameter counts
|
2024-06-05 11:50:04 +02:00 |
|
Jeroen Ketema
|
6f8449cf75
|
C++: Add change note
|
2024-06-05 10:05:13 +02:00 |
|
Owen Mansel-Chan
|
6b2e86afea
|
Accept review suggestion
|
2024-06-05 07:34:46 +01:00 |
|
Owen Mansel-Chan
|
63bec5ae3e
|
Merge pull request #16678 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-06-05 07:31:57 +01:00 |
|
github-actions[bot]
|
c2bd050e08
|
Add changed framework coverage reports
|
2024-06-05 00:17:01 +00:00 |
|
Mauro Baluda
|
cc0271715b
|
Merge branch 'main' into main
|
2024-06-04 23:27:10 +02:00 |
|
Mauro Baluda
|
0b9bafc9c3
|
Update AutoBuildTests.java
|
2024-06-04 21:07:57 +02:00 |
|
Mauro Baluda
|
168cba86c1
|
Add .xsaccess test data
|
2024-06-04 20:55:07 +02:00 |
|
Paolo Tranquilli
|
ad2eacfd2f
|
Merge pull request #16117 from github/redsun82/kotlin
Kotlin: build extractor with bazel
|
2024-06-04 20:13:00 +02:00 |
|
Owen Mansel-Chan
|
3fb5ad2a0d
|
Cover all params in QLDoc of modelCoverage
|
2024-06-04 17:06:00 +01:00 |
|
Paolo Tranquilli
|
b7e16ca55d
|
Kotlin: fix custom_plugin test
|
2024-06-04 17:59:13 +02:00 |
|
Paolo Tranquilli
|
e4653a80d4
|
Kotlin: remove kapt wrapper, probably unneeded
|
2024-06-04 17:55:19 +02:00 |
|
Mauro Baluda
|
8791e67789
|
Add .xsaccess test data
|
2024-06-04 17:50:08 +02:00 |
|
Mauro Baluda
|
576ee7892d
|
Add .xsaccess test data
|
2024-06-04 17:36:05 +02:00 |
|
Mauro Baluda
|
7b3e9b4ec1
|
Extract .xsaccess files as JSON
|
2024-06-04 16:28:08 +02:00 |
|
Mauro Baluda
|
73b18129d9
|
Extract .xsaccess files as JSON
|
2024-06-04 16:23:05 +02:00 |
|
Paolo Tranquilli
|
10584b3a7a
|
Kotlin: improve posix dev wrappers
|
2024-06-04 15:36:35 +02:00 |
|