Tom Hvitved
|
1b6f3a43ef
|
Rust: Unify type inference logic for associated functions
|
2026-03-12 10:31:35 +01:00 |
|
Geoffrey White
|
fd7093e74d
|
Merge pull request #21375 from geoffw0/mapfix
Rust: Add neutral models (map, from)
|
2026-03-06 17:20:14 +00:00 |
|
Owen Mansel-Chan
|
926725a87f
|
Merge pull request #21405 from owen-mc/java/consistent-inline-expectation-tests
Inline expectation tests should always have space before and after `$`
|
2026-03-05 11:27:37 +00:00 |
|
Owen Mansel-Chan
|
aa28c94562
|
Remove double space after $ in inline expectations tests
|
2026-03-04 14:12:42 +00:00 |
|
Geoffrey White
|
370c5157f1
|
Merge branch 'main' into mapfix
|
2026-03-04 10:20:04 +00:00 |
|
Tom Hvitved
|
18d2f586b3
|
Rust: Update AccessAfterLifetime query to use FeatureEscapesSourceCallContextOrEqualSourceSinkCallContext
|
2026-03-04 10:44:25 +01:00 |
|
Geoffrey White
|
bb5bfda14b
|
Rust: Update the models.
|
2026-03-03 09:26:54 +00:00 |
|
Geoffrey White
|
062fbf2b3c
|
Rust: Accept consistency check changes from CI.
|
2026-02-26 15:45:40 +00:00 |
|
Geoffrey White
|
ec0b90f4b4
|
Rust: Simplify with the Copilot suggestions.
|
2026-02-26 13:00:07 +00:00 |
|
Geoffrey White
|
96a06bed8d
|
Rust: Accept consistency check changes.
|
2026-02-26 12:41:17 +00:00 |
|
Geoffrey White
|
78f855d7e3
|
Rust: Make the manual model for Option::map more accurate.
|
2026-02-26 11:34:30 +00:00 |
|
Geoffrey White
|
75fea4245a
|
Rust: Add neutral models of From::from (corresponding with existing generated sink models).
|
2026-02-26 10:00:30 +00:00 |
|
Geoffrey White
|
5c108e5c12
|
Rust: Add a manual model for flow through Option::map.
|
2026-02-26 09:12:33 +00:00 |
|
Geoffrey White
|
53e886380c
|
Rust: Add a neutral model of Option::map (so that we don't use the generated models).
|
2026-02-26 08:36:28 +00:00 |
|
Geoffrey White
|
97f7a26e11
|
Rust: Add test cases for log injection + uncontrolled allocation size with from.
|
2026-02-25 19:12:06 +00:00 |
|
Geoffrey White
|
1213369d75
|
Rust: Add test cases for log injection with map.
|
2026-02-25 14:30:01 +00:00 |
|
Tom Hvitved
|
2dc7576232
|
Rust: Rework call disambiguation logic
|
2026-02-05 17:29:40 +01:00 |
|
Tom Hvitved
|
c4e0dda178
|
Rust: Adapt to changes in FlowSummaryImpl
|
2026-01-26 12:40:10 +01:00 |
|
Geoffrey White
|
b8581e89bf
|
Rust: More affected tests.
|
2026-01-22 13:22:43 +00:00 |
|
Simon Friis Vindum
|
da43e8cad8
|
Rust: Regenerate models
|
2026-01-13 16:02:32 +01:00 |
|
Geoffrey White
|
69de17ecf2
|
Merge pull request #21153 from geoffw0/splitoff
Rust: Add barrier for split_off
|
2026-01-13 10:44:31 +00:00 |
|
Geoffrey White
|
a78756ff8b
|
Merge branch 'main' into splitoff
|
2026-01-12 14:21:01 +00:00 |
|
Geoffrey White
|
479c58bef5
|
Rust: Add a barrier.
|
2026-01-12 13:52:54 +00:00 |
|
Geoffrey White
|
7658ebb449
|
Rust: Add spurious test case for rust/uncontrolled-allocation-size.
|
2026-01-12 13:52:53 +00:00 |
|
Tom Hvitved
|
17441a5462
|
Rust: Add missing .Reference in various models
|
2026-01-12 14:21:45 +01:00 |
|
Tom Hvitved
|
f3d78a4e0b
|
Rust: Update expected test output
|
2026-01-09 14:40:04 +01:00 |
|
Tom Hvitved
|
209ee9236b
|
Rust: Also lift read steps in summaries as taint steps
|
2026-01-09 12:13:46 +01:00 |
|
Tom Hvitved
|
dce21e595e
|
Rust: Model implicit Deref trait calls in data flow
|
2026-01-07 10:51:56 +01:00 |
|
Tom Hvitved
|
4540662ab9
|
Rust: Model Deref trait in type inference
|
2026-01-07 10:51:53 +01:00 |
|
Tom Hvitved
|
f23351afca
|
Rust: Refactor MaD provanance-based filtering
|
2025-12-19 19:35:41 +01:00 |
|
Tom Hvitved
|
3c6a757c3e
|
Rust: Distinguish &mut T from &T in type inference
|
2025-12-18 12:47:42 +01:00 |
|
Simon Friis Vindum
|
cbdab99497
|
Rust: Add XSS sink for Axum HTML response creation
|
2025-12-16 12:41:44 +01:00 |
|
Tom Hvitved
|
0b00589f95
|
Rust: Update expected test output
|
2025-12-12 11:16:17 +01:00 |
|
Geoffrey White
|
5db6b92411
|
Merge pull request #20887 from github/copilot/add-ecb-cbc-test-cases
Add ECB and CBC block mode test cases for BrokenCryptoAlgorithm query
|
2025-12-11 16:22:27 +00:00 |
|
Simon Friis Vindum
|
c6d2047827
|
Rust: Update expected files
|
2025-12-10 15:05:36 +01:00 |
|
Simon Friis Vindum
|
047ea10a9a
|
Rust: Update tests and expected files
|
2025-12-10 14:35:17 +01:00 |
|
Simon Friis Vindum
|
c5a44cf8ff
|
Rust: Accept changes to expected files
|
2025-12-10 11:35:32 +01:00 |
|
Geoffrey White
|
506a1ea0b8
|
Rust: Add test case for rust/access-after-lifetime-ended involving an invalidated reference.
|
2025-12-10 11:35:31 +01:00 |
|
Simon Friis Vindum
|
7d1acbcb87
|
Rust: Restrict the scope of DereferenceSink to dereferences of raw pointers
|
2025-12-10 11:35:28 +01:00 |
|
Geoffrey White
|
819a12216e
|
Merge branch 'main' into copilot/add-ecb-cbc-test-cases
|
2025-12-10 08:56:20 +00:00 |
|
Tom Hvitved
|
fe18e0e414
|
Merge pull request #20997 from paldepind/rust/fix-expected
Rust: Accept changes to expected files
|
2025-12-09 14:25:36 +01:00 |
|
Tom Hvitved
|
a5f513f178
|
Merge pull request #20954 from hvitved/rust/stats-more-calls
Rust: Include more calls in DB quality metrics
|
2025-12-09 14:14:07 +01:00 |
|
Simon Friis Vindum
|
53ad3282c3
|
Rust: Accept changes to expected files
|
2025-12-09 14:01:31 +01:00 |
|
Tom Hvitved
|
0280771c51
|
Merge pull request #20953 from hvitved/rust/data-flow-call-models
Rust: Model more data flow constructs as calls using MaD
|
2025-12-08 15:22:02 +01:00 |
|
Geoffrey White
|
24852c6664
|
Merge pull request #20966 from geoffw0/lifetimetest
Rust: Fix FPs from rust/access-after-lifetime-ended
|
2025-12-08 09:03:51 +00:00 |
|
Tom Hvitved
|
5a5679bd51
|
Rust: Taint flow through operations using MaD
|
2025-12-05 09:19:03 +01:00 |
|
Tom Hvitved
|
57bca5ca9b
|
Rust: Include more calls in DB quality metrics
|
2025-12-05 09:15:26 +01:00 |
|
Simon Friis Vindum
|
1a19df2044
|
Merge pull request #20950 from paldepind/rust/ti-raw-pointer
Rust: Type inference for raw pointers
|
2025-12-05 09:06:13 +01:00 |
|
Geoffrey White
|
b7402fef09
|
Merge remote-tracking branch 'upstream/main' into lifetimetest
|
2025-12-04 17:33:39 +00:00 |
|
Geoffrey White
|
32e9fdfe19
|
Rust: Fix the false positives.
|
2025-12-04 17:19:41 +00:00 |
|