Simon Friis Vindum
|
44239cbf2e
|
Rust: Add taint tests for arrays
|
2024-12-05 11:39:05 +01:00 |
|
Simon Friis Vindum
|
27de43fed8
|
Merge branch 'main' into rust-df-array
|
2024-12-05 11:08:54 +01:00 |
|
Michael Nebel
|
80be95dbf9
|
Merge pull request #18090 from michaelnebel/csharp/locks
C#: Use dedicated lock type where applicable.
|
2024-12-05 10:52:34 +01:00 |
|
Jeroen Ketema
|
65a4dc31c1
|
Merge pull request #18213 from MathiasVP/fix-join-order-in-guarded-free
C++: Fix a join-order problem that happens on #18207
|
2024-12-05 10:39:51 +01:00 |
|
Simon Friis Vindum
|
1dbcaa0ece
|
Merge pull request #18202 from paldepind/rust-taint
Rust: Add default taint flow steps
|
2024-12-05 10:31:11 +01:00 |
|
Anders Schack-Mulligen
|
4bf63fedc9
|
Merge pull request #18179 from aschackmull/dataflow/accesspath-notypes
Dataflow: Remove tracked types from Access Paths, track tainted object type, and tweak type pruning.
|
2024-12-05 09:58:36 +01:00 |
|
Simon Friis Vindum
|
5b6ce3e0d0
|
Merge branch 'main' into rust-taint
|
2024-12-05 09:34:25 +01:00 |
|
Paolo Tranquilli
|
c4e53b842d
|
Merge pull request #18165 from github/redsun82/rust-less-canonical-paths
Rust: restrict canonical path calculations
|
2024-12-05 08:57:41 +01:00 |
|
dependabot[bot]
|
d25045c936
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-05 03:26:59 +00:00 |
|
Jami Cogswell
|
121780c55a
|
Java: add File.getName as a path injection sanitizer
|
2024-12-04 18:57:51 -05:00 |
|
Henry Mercer
|
ccfb32e989
|
Merge pull request #18211 from github/post-release-prep/codeql-cli-2.20.0
Post-release preparation for codeql-cli-2.20.0
|
2024-12-04 20:45:07 +00:00 |
|
Andrew Eisenberg
|
515c65058e
|
Merge pull request #18212 from github/aeisenberg/artifacts-v4
Update action.yml to use artifacts@v4
|
2024-12-04 12:26:41 -08:00 |
|
Mathias Vorreiter Pedersen
|
6fd9e19673
|
C++: Fix a join-order problem that happens on #18207.
|
2024-12-04 20:10:45 +00:00 |
|
Andrew Eisenberg
|
1ac6c3751b
|
Update action.yml to use artifacts@v4
v3 is getting deprecated.
|
2024-12-04 11:41:40 -08:00 |
|
github-actions[bot]
|
cf71a1525b
|
Post-release preparation for codeql-cli-2.20.0
|
2024-12-04 18:36:17 +00:00 |
|
Ben Rodes
|
779376e281
|
Merge branch 'main' into brodes/seh_flow_phase2_splitting_seh_edges
|
2024-12-04 13:30:21 -05:00 |
|
REDMOND\brodes
|
cc43bb1969
|
Merge branch 'brodes/seh_flow_phase1_throwing_models' into brodes/seh_flow_phase2_splitting_seh_edges
|
2024-12-04 13:28:21 -05:00 |
|
Henry Mercer
|
80bd129621
|
Merge pull request #18208 from github/release-prep/2.20.0
Release preparation for version 2.20.0
|
2024-12-04 16:06:17 +00:00 |
|
Henry Mercer
|
e0e82ad7ad
|
Add periods for consistency
|
2024-12-04 16:05:15 +00:00 |
|
github-actions[bot]
|
96564b7128
|
Release preparation for version 2.20.0
|
2024-12-04 16:01:14 +00:00 |
|
Calum Grant
|
147d699133
|
C++: Add another test case
|
2024-12-04 15:45:17 +00:00 |
|
Simon Friis Vindum
|
d6ab7d2aff
|
Merge branch 'main' into rust-taint
|
2024-12-04 15:28:30 +01:00 |
|
Owen Mansel-Chan
|
f56b2c912a
|
Merge pull request #18201 from owen-mc/go/mad/improve-externalflowinheritance-tests
Go: Fix some spurious results in ExternalFlowInheritance tests
|
2024-12-04 14:24:30 +00:00 |
|
Henry Mercer
|
02752fa051
|
Merge pull request #18206 from github/henrymercer/merge-back-rc-3.16
Merge `rc/3.16` back to `main`
|
2024-12-04 14:20:49 +00:00 |
|
Mathias Vorreiter Pedersen
|
4f00e229e0
|
C++: Accept more test changes.
|
2024-12-04 13:49:07 +00:00 |
|
Michael Nebel
|
38e3913fa9
|
C#: Remove redundant using statements.
|
2024-12-04 14:46:15 +01:00 |
|
Michael Nebel
|
dde0281d25
|
C#: Use dedicated lock type where applicable.
|
2024-12-04 14:46:14 +01:00 |
|
Michael Nebel
|
57c3b571ab
|
C#: Narrow types to SingleVariableDesignation syntax (to avoid future compiler warning).
|
2024-12-04 14:43:52 +01:00 |
|
Michael Nebel
|
c6d2bf2046
|
C#: Add extra flag to tracing debugging launch.
|
2024-12-04 14:43:51 +01:00 |
|
Michael Nebel
|
4a0875f78d
|
Merge pull request #18091 from michaelnebel/csharp/net9-3
C#: Bazel build should target .NET9 framework.
|
2024-12-04 14:41:38 +01:00 |
|
Henry Mercer
|
963f084d87
|
Merge branch 'main' into henrymercer/merge-back-rc-3.16
|
2024-12-04 13:39:10 +00:00 |
|
Paolo Tranquilli
|
08de0b40ed
|
Merge branch 'main' into redsun82/rust-less-canonical-paths
|
2024-12-04 14:35:10 +01:00 |
|
Paolo Tranquilli
|
80d466ffea
|
Merge pull request #18116 from github/redsun82/rust-perf-measures
Rust: add some performance diagnostics
|
2024-12-04 14:31:06 +01:00 |
|
Simon Friis Vindum
|
3004639fca
|
Rust: Add default taint flow steps
|
2024-12-04 14:11:05 +01:00 |
|
Simon Friis Vindum
|
a19f1d0b8b
|
Rust: Remove store step for repeat operand in array expression
|
2024-12-04 14:01:53 +01:00 |
|
Simon Friis Vindum
|
c62b7d139f
|
Merge branch 'main' into rust-df-array
|
2024-12-04 13:55:26 +01:00 |
|
Jeroen Ketema
|
9c4030ed45
|
Merge pull request #18014 from microsoft/brodes/seh_flow_phase1_throwing_models
Brodes/seh flow phase1 throwing models
|
2024-12-04 13:55:05 +01:00 |
|
Mathias Vorreiter Pedersen
|
279a30c7e8
|
C++: Make 'SetAt' a value-preserving step.
|
2024-12-04 12:52:41 +00:00 |
|
Mathias Vorreiter Pedersen
|
c7dee4b020
|
C++: Remove more taint to POSITIONs.
|
2024-12-04 12:52:13 +00:00 |
|
Mathias Vorreiter Pedersen
|
9dc3aecf67
|
C++: Remove more taint to POSITIONs.
|
2024-12-04 12:48:55 +00:00 |
|
Mathias Vorreiter Pedersen
|
de75e033be
|
C++: Remove taint to POSITIONs.
|
2024-12-04 12:46:14 +00:00 |
|
Mathias Vorreiter Pedersen
|
8d035e61a3
|
C++: Fix test.
|
2024-12-04 12:33:02 +00:00 |
|
Simon Friis Vindum
|
70a296be89
|
Rust: Add string slice taint flow test
|
2024-12-04 13:24:15 +01:00 |
|
yoff
|
f2d457d083
|
Merge pull request #18145 from github/tausbn/python-add-guide-for-extending-the-parser
Python: Add guide describing how to extend the parser
|
2024-12-04 13:07:05 +01:00 |
|
Owen Mansel-Chan
|
ec0c0f1b35
|
Fix some spurious results in ExternalFlowInheritance tests
Several struct types were being considered as the same. The fix is to
give them unique fields.
|
2024-12-04 11:57:32 +00:00 |
|
Simon Friis Vindum
|
2ada999728
|
Rust: Include as expression in CFG nodes
|
2024-12-04 12:56:54 +01:00 |
|
Simon Friis Vindum
|
f10ffa39e4
|
Rust: Add tests for taint flow
|
2024-12-04 12:54:36 +01:00 |
|
Simon Friis Vindum
|
b7792d690c
|
Merge pull request #18163 from paldepind/rust-df-try-expr
Rust: Add flow through `?` operator
|
2024-12-04 12:45:32 +01:00 |
|
Geoffrey White
|
b54d8dc6bd
|
Merge pull request #18176 from geoffw0/ctor2
Rust: Improve rust/ctor-initialization
|
2024-12-04 11:07:51 +00:00 |
|
Calum Grant
|
28c5187a3c
|
C++: Remove FPs in cpp/wrong-type-format-argument when string type is an error
|
2024-12-04 11:02:19 +00:00 |
|