yoff
|
73bae1627b
|
ruby: test for DeadStore and captured variables
|
2025-05-13 15:08:01 +02:00 |
|
Geoffrey White
|
20a012d5f1
|
Merge pull request #19454 from geoffw0/deref
Rust: Add Operation class
|
2025-05-13 13:17:14 +01:00 |
|
yoff
|
1c863b1bd4
|
Merge pull request #19476 from yoff/ruby/DeadStoreOfLocal-precision-high
ruby: adjust precision of `rb/useless-assignment-to-local`
|
2025-05-13 13:56:22 +02:00 |
|
Simon Friis Vindum
|
4cc9c24940
|
Merge pull request #19452 from paldepind/shared-model-generator-script
Shared: Remove the language-specific model generator scripts
|
2025-05-13 10:17:37 +02:00 |
|
Geoffrey White
|
b3dc7a21b3
|
Apply suggestions from code review
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-05-13 09:06:25 +01:00 |
|
Geoffrey White
|
2b6e428c37
|
Merge pull request #19466 from geoffw0/web
Rust: Add tests for web frameworks as taint sources
|
2025-05-13 09:02:46 +01:00 |
|
Simon Friis Vindum
|
014e7dc4bc
|
Shared: Remove change note for internal MaD generator
|
2025-05-13 09:50:07 +02:00 |
|
Simon Friis Vindum
|
14bdc1ab22
|
Shared: Minor tweaks to model generator script
Co-authored-by: Michael Nebel <michaelnebel@github.com>
|
2025-05-13 09:31:50 +02:00 |
|
Michael Nebel
|
0c0e1d0c46
|
Merge pull request #19456 from 5idg5/5idg5-update-cs-stubs
Add new stubs definitions to System.Web
|
2025-05-13 08:56:06 +02:00 |
|
Sid Gawri
|
eb4711e884
|
Merge branch '5idg5-update-cs-stubs' of https://github.com/5idg5/codeql into 5idg5-update-cs-stubs
|
2025-05-12 17:41:32 -04:00 |
|
5idg5
|
6a5ce39930
|
Merge branch 'github:main' into 5idg5-update-cs-stubs
|
2025-05-12 17:39:33 -04:00 |
|
Michael Nebel
|
5faaa4f0f3
|
C#: Cleanup test options files.
|
2025-05-12 17:36:52 -04:00 |
|
Michael Nebel
|
05dc9b6d34
|
C#: Remove dependency to ASP.NET in the System.Web.cs stub file.
|
2025-05-12 17:36:10 -04:00 |
|
Michael Nebel
|
60d26e522e
|
C#: Cleanup test options files.
|
2025-05-12 17:36:08 -04:00 |
|
Michael Nebel
|
82cf472f8a
|
C#: Fix ASP tests.
|
2025-05-12 17:33:22 -04:00 |
|
Michael Nebel
|
ffd6b2677c
|
C#: Cleanup test options files.
|
2025-05-12 17:33:21 -04:00 |
|
yoff
|
a50167812d
|
ruby: adjust precision of rb/useless-assignment-to-local
from `medium` to `high`
|
2025-05-12 23:26:21 +02:00 |
|
Nicolas Will
|
d3282a9470
|
Merge pull request #19469 from nicolaswill/quantum-experimental
Add CodeQL Quantum models and queries (Java, C++) to experimental
|
2025-05-12 19:25:34 +02:00 |
|
Geoffrey White
|
a2944cdb61
|
Rust: Make usage of Impl more consistent with other Impl modules.
|
2025-05-12 16:48:06 +01:00 |
|
Geoffrey White
|
9160036e41
|
Rust: Rename OperationImpl -> Impl.
|
2025-05-12 16:45:41 +01:00 |
|
Geoffrey White
|
7c98fa87da
|
Rust: One more bit of cleanup.
|
2025-05-12 16:34:08 +01:00 |
|
Geoffrey White
|
402a84f755
|
Update rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-05-12 16:17:26 +01:00 |
|
Geoffrey White
|
bf8cdffffa
|
Update rust/ql/test/library-tests/dataflow/sources/web_frameworks.rs
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-05-12 16:06:33 +01:00 |
|
Geoffrey White
|
08fcf6114f
|
Apply suggestions from code review
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
|
2025-05-12 16:01:52 +01:00 |
|
Geoffrey White
|
6678dc490a
|
Merge pull request #19449 from geoffw0/alloc-size-sev
Rust: Update query severities
|
2025-05-12 15:57:02 +01:00 |
|
Geoffrey White
|
a69a56122f
|
Merge pull request #19455 from geoffw0/quality
Rust: Use the new 'quality' tag.
|
2025-05-12 15:56:12 +01:00 |
|
Nicolas Will
|
5334e90717
|
Make FlowAwareElement private
|
2025-05-12 14:58:04 +02:00 |
|
Nicolas Will
|
c66ec63333
|
Fix query compilation errors
|
2025-05-12 14:48:58 +02:00 |
|
Nicolas Will
|
8f36624171
|
Add AsymmetricAlgorithmNode, refactor and address feedback
|
2025-05-12 14:37:44 +02:00 |
|
Nicolas Will
|
ab3f62eed1
|
Add missing tags to PrintCBOMGraph.ql queries
|
2025-05-12 14:34:16 +02:00 |
|
Simon Friis Vindum
|
14ede4e0c5
|
Merge pull request #19440 from paldepind/rust-update-stdlib-models
Rust: Update generated models for core and std
|
2025-05-12 08:11:18 +02:00 |
|
Sid Gawri
|
4e3ac93f70
|
fix unit tests part 2
|
2025-05-09 16:24:42 -04:00 |
|
Sid Gawri
|
089ef1cae1
|
Merge branch 'main' of https://github.com/5idg5/codeql into 5idg5-update-cs-stubs
|
2025-05-09 15:35:11 -04:00 |
|
Geoffrey White
|
48b95f3a4e
|
Rust: Move OperationImpl to internal/OperationImpl.qll.
|
2025-05-09 17:01:49 +01:00 |
|
Nicolas Will
|
fbf3d7c195
|
Update CODEOWNERS to specify shared pack directory
|
2025-05-09 14:36:55 +02:00 |
|
Nicolas Will
|
cd59ce5b04
|
Rename shared pack to quantum from experimental
|
2025-05-09 14:36:12 +02:00 |
|
Nicolas Will
|
64e40715ee
|
Merge branch 'quantum-experimental' of https://github.com/nicolaswill/codeql into quantum-experimental
|
2025-05-08 16:11:15 +02:00 |
|
Nicolas Will
|
c6077947a7
|
Update cpp and java not_included_in_qls.expected
|
2025-05-08 16:10:28 +02:00 |
|
Nicolas Will
|
d0510bc672
|
Merge branch 'main' into quantum-experimental
|
2025-05-08 04:37:37 +02:00 |
|
Nicolas Will
|
529128cbde
|
Add problem.severity for java analysis queries
|
2025-05-08 04:20:49 +02:00 |
|
Nicolas Will
|
a57f4a1022
|
Update Java analysis query metadata
|
2025-05-08 04:13:57 +02:00 |
|
Nicolas Will
|
e03f57da9b
|
Update type name in experimental BrokenCrypto.ql
|
2025-05-08 04:03:10 +02:00 |
|
Nicolas Will
|
b8c3b43cc4
|
Fix KnownAsymmetricAlgorithm query id
|
2025-05-08 03:58:06 +02:00 |
|
Nicolas Will
|
b558e844ff
|
Update slice query metadata and output tables
|
2025-05-08 03:56:20 +02:00 |
|
Nicolas Will
|
986c8e1aec
|
Change Java inventory slices to @kind table
|
2025-05-08 03:24:04 +02:00 |
|
Nicolas Will
|
0c6e124b01
|
Delete development test query
|
2025-05-08 03:02:59 +02:00 |
|
Nicolas Will
|
1135fbe950
|
Fix EVP_Hash_Initializer typo
|
2025-05-08 02:58:43 +02:00 |
|
Nicolas Will
|
1d8a57e7da
|
Fix EVP Cipher class, predicate, and comment typos
|
2025-05-08 02:56:52 +02:00 |
|
Nicolas Will
|
e956d041dc
|
Format LibraryDetector.qll
|
2025-05-08 02:51:53 +02:00 |
|
Nicolas Will
|
a7ebe4a51a
|
Fix typo in asymmetric inventory slice query id
|
2025-05-08 02:43:29 +02:00 |
|