Geoffrey White
|
7e3ab99d6b
|
Rust: Add much more detailed code comments, since these are examples.
|
2025-11-07 13:48:03 +00:00 |
|
Geoffrey White
|
7b6e06e8de
|
Rust: Add simple constant password example.
|
2025-11-07 13:30:53 +00:00 |
|
Geoffrey White
|
49aefe2110
|
Rust: Add simple SQL injection example.
|
2025-11-06 18:49:55 +00:00 |
|
Geoffrey White
|
6ce0a0d9df
|
Rust: Add example from the basic-query-for-rust-code.rst.
|
2025-11-06 17:50:59 +00:00 |
|
Geoffrey White
|
84b50606ed
|
Rust: Add example queries pack.
|
2025-11-06 17:33:15 +00:00 |
|
Tom Hvitved
|
000f33fcbf
|
Merge pull request #20765 from hvitved/rust/variable-if-let-guard
Rust: Handle variables introduced in if-let guards
|
2025-11-06 13:49:38 +01:00 |
|
Geoffrey White
|
b4b444de48
|
Merge pull request #20746 from geoffw0/mv3
Rust: Clean up some models
|
2025-11-06 10:07:43 +00:00 |
|
Geoffrey White
|
680870dbf3
|
Rust: Fix after merge.
|
2025-11-06 09:39:51 +00:00 |
|
Tom Hvitved
|
f8cde74eac
|
Merge pull request #20736 from github/copilot/add-constaccess-class
Rust: Add ConstAccess class with getConst() predicate
|
2025-11-06 10:25:06 +01:00 |
|
Geoffrey White
|
1ce787a185
|
Merge branch 'main' into mv3
|
2025-11-06 09:23:01 +00:00 |
|
Tom Hvitved
|
c80301d58a
|
Rust: Handle variables introduced in if-let guards
|
2025-11-05 19:46:54 +01:00 |
|
Geoffrey White
|
1e7acc5e1a
|
Merge branch 'main' into copilot/add-secure-cookie-test-cases
|
2025-11-05 17:53:02 +00:00 |
|
Geoffrey White
|
62e77687ca
|
Rust: Move async_std::io models.
|
2025-11-05 15:09:39 +00:00 |
|
Tom Hvitved
|
db7b187961
|
Rust: Add more variables tests
|
2025-11-05 15:32:24 +01:00 |
|
Geoffrey White
|
e78018769b
|
Rust: Add the model file (missed on previous commits).
|
2025-11-05 12:50:26 +00:00 |
|
Geoffrey White
|
6e35cb9748
|
Rust: Change note.
|
2025-11-05 11:36:04 +00:00 |
|
Geoffrey White
|
ad24b7414e
|
Rust: Fix for Poem cookies defaulting secure.
|
2025-11-05 11:32:30 +00:00 |
|
Geoffrey White
|
99a369228b
|
Rust: Model poem cookie methods.
|
2025-11-05 11:14:40 +00:00 |
|
Michael B. Gale
|
046db0419f
|
Merge pull request #20758 from github/post-release-prep/codeql-cli-2.23.4
Post-release preparation for codeql-cli-2.23.4
|
2025-11-05 10:45:51 +00:00 |
|
Geoffrey White
|
ff06181e4b
|
Rust: We actually want barriers on set_secure(false) as well as set_secure(true), to prevent excessive flow paths.
|
2025-11-04 19:30:35 +00:00 |
|
Geoffrey White
|
5fed5a278e
|
Rust: It turns out Poem defaults 'secure' to true.
|
2025-11-04 18:37:20 +00:00 |
|
Geoffrey White
|
7383e4ff23
|
Rust: Test for another edge cases supported by two of the libraries.
|
2025-11-04 18:25:02 +00:00 |
|
github-actions[bot]
|
4014df9a6e
|
Post-release preparation for codeql-cli-2.23.4
|
2025-11-04 17:57:52 +00:00 |
|
Geoffrey White
|
21274d3d76
|
Rust: Add tests of poem CookieConfig.
|
2025-11-04 15:14:00 +00:00 |
|
Geoffrey White
|
e5933d0c54
|
Rust: Add test cases with cookie builders.
|
2025-11-04 15:13:31 +00:00 |
|
Geoffrey White
|
55cf375886
|
Rust: Add the cookies to jars, indicating that they're ready for use.
|
2025-11-04 13:10:33 +00:00 |
|
Tom Hvitved
|
50552da4d8
|
Rust: Handle unqualified UseTrees in path resolution
|
2025-11-04 13:57:33 +01:00 |
|
Geoffrey White
|
7fe4877ddd
|
Rust: Update test annotations.
|
2025-11-04 12:36:56 +00:00 |
|
Geoffrey White
|
077bcf6b92
|
Merge pull request #20740 from geoffw0/rustbarriers
Rust: Add numeric type barriers for three queries
|
2025-11-04 10:08:46 +00:00 |
|
copilot-swe-agent[bot]
|
ee3d57ef3c
|
Update test cases with correct APIs and run CodeQL test
Co-authored-by: geoffw0 <40627776+geoffw0@users.noreply.github.com>
|
2025-11-03 17:38:25 +00:00 |
|
copilot-swe-agent[bot]
|
8f02ab107c
|
Add test cases for actix-web, poem, and http-types cookie secure attribute
Co-authored-by: geoffw0 <40627776+geoffw0@users.noreply.github.com>
|
2025-11-03 17:16:04 +00:00 |
|
Geoffrey White
|
56e98c45ec
|
Rust: Accept trivial changes to test .expected files.
|
2025-11-03 17:08:22 +00:00 |
|
Geoffrey White
|
687cc6f544
|
Rust: Re-arrange models slightly.
|
2025-11-03 14:54:13 +00:00 |
|
github-actions[bot]
|
64fcdd1f2f
|
Release preparation for version 2.23.4
|
2025-11-03 14:52:23 +00:00 |
|
Geoffrey White
|
5af83787d8
|
Rust: Move a few more models.
|
2025-11-03 13:35:27 +00:00 |
|
Geoffrey White
|
144fa7dd39
|
Rust: Deduplicate some models.
|
2025-11-03 13:33:37 +00:00 |
|
Geoffrey White
|
8a2c117a0e
|
Rust: Move models between core.model.yml and alloc.model.yml.
|
2025-11-03 13:31:25 +00:00 |
|
Geoffrey White
|
1b435ed07d
|
Rust: Move another model file into subdirectory.
|
2025-11-03 13:26:37 +00:00 |
|
Geoffrey White
|
4b3a1c5abb
|
Rust: Move a model file into subdirectory.
|
2025-11-03 13:24:28 +00:00 |
|
Tom Hvitved
|
0ca62ca5b6
|
Fix copilot implementation
|
2025-11-03 14:15:16 +01:00 |
|
Geoffrey White
|
c381153125
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2025-11-03 09:38:43 +00:00 |
|
Tom Hvitved
|
39dd3acd76
|
Rust: More path resolution tests
|
2025-11-03 10:34:50 +01:00 |
|
Geoffrey White
|
8548c167be
|
Rust: Autoformat.
|
2025-10-31 17:30:04 +00:00 |
|
Geoffrey White
|
34f75952d0
|
Rust: Change note.
|
2025-10-31 16:40:02 +00:00 |
|
Geoffrey White
|
33efed92b8
|
Rust: Add integral type barrier for Regex injection.
|
2025-10-31 16:37:10 +00:00 |
|
Geoffrey White
|
2d4369ac6c
|
Rust: Add numeric type barrier for log injection.
|
2025-10-31 16:32:32 +00:00 |
|
Geoffrey White
|
52397f0ce0
|
Rust: Add numeric type barrier for SQL injection.
|
2025-10-31 16:25:44 +00:00 |
|
Geoffrey White
|
6433bec699
|
Rust: Add a test for BuiltinTypes.
|
2025-10-31 16:24:51 +00:00 |
|
Geoffrey White
|
47019f7f24
|
Rust: Define NumericType, IntegralType and FloatingPointType in Builtins.qll.
|
2025-10-31 16:24:39 +00:00 |
|
Geoffrey White
|
aaa3b1bcb4
|
Rust: Add a couple of new test cases.
|
2025-10-31 16:20:52 +00:00 |
|