Geoffrey White
|
a354ab84e9
|
C++: More robust InterpretNode.asCall.
|
2024-02-07 18:00:57 +00:00 |
|
Geoffrey White
|
e98485df7f
|
Update cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2024-02-07 17:53:22 +00:00 |
|
Ian Lynagh
|
ef8e6c8805
|
Kotlin 2: Accept loc changes in library-tests/exprs/funcExprs.expected
|
2024-02-07 16:40:40 +00:00 |
|
Ian Lynagh
|
8a93133b81
|
Kotlin 2: Accept loc changes in library-tests/exprs/unaryOp.expected
|
2024-02-07 16:21:49 +00:00 |
|
Ian Lynagh
|
c314cc8b68
|
Kotlin 2: Accept some location changes in library-tests/exprs/binop.expected
|
2024-02-07 15:56:10 +00:00 |
|
Henry Mercer
|
23921afd8d
|
Merge pull request #15532 from github/henrymercer/add-build-modes
Add supported build modes to extractor metadata
|
2024-02-07 15:54:44 +00:00 |
|
Mathias Vorreiter Pedersen
|
ebefcb8d35
|
Merge pull request #15513 from microsoft/50-model-gettext-family-of-string-operations
Added model for gettext variants.
|
2024-02-07 15:48:16 +00:00 |
|
Ian Lynagh
|
c731251e61
|
Kotlin 2: Remove an unused diagnostic matcher in library-tests/dataflow/func
|
2024-02-07 15:32:04 +00:00 |
|
Paolo Tranquilli
|
b105d0cf9a
|
Bazel/CMake: be more lenient with aquery
It turns out `bazel aquery` is not so well behaved on Windows, so we
need to accept that it reports errors and exits with an error.
|
2024-02-07 16:25:54 +01:00 |
|
Mathias Vorreiter Pedersen
|
0ee3c9987f
|
Merge pull request #15539 from MathiasVP/fix-ir-gen-for-conditional-decl-expr-without-var-access
C++: Fix IR generation when `ConditionDeclExpr` does not have an immediate `VariableAccess`
|
2024-02-07 15:19:16 +00:00 |
|
Ian Lynagh
|
3d1f9a79fb
|
Kotlin 2: Accept location changes in test-kotlin2/library-tests/data-classes
|
2024-02-07 15:17:40 +00:00 |
|
Benjamin Rodes
|
5866fc1fd0
|
Updating expected file.
|
2024-02-07 10:12:25 -05:00 |
|
Ian Lynagh
|
1c6108028b
|
Kotlin 2: Accept some location changes for arrays
|
2024-02-07 15:12:17 +00:00 |
|
maikypedia
|
ed052ccc26
|
Change note
|
2024-02-07 15:58:10 +01:00 |
|
Mathias Vorreiter Pedersen
|
df181f2dc4
|
C++: Accept more test changes.
|
2024-02-07 14:50:18 +00:00 |
|
Mathias Vorreiter Pedersen
|
23677b23c2
|
Merge pull request #15537 from MathiasVP/swap-also-clears-first-argument
C++: Also clear the `0`'th argument of `swap`
|
2024-02-07 14:35:31 +00:00 |
|
Mathias Vorreiter Pedersen
|
950b5f2235
|
C++: Block flow out of 'gettext' in 'cpp/non-constant-format'. (#52)
|
2024-02-07 09:10:12 -05:00 |
|
Tamas Vajk
|
4eeca02da6
|
Change file content string comparisons to be case invariant
|
2024-02-07 14:58:19 +01:00 |
|
maikypedia
|
1a499cf388
|
Update expected
|
2024-02-07 14:38:21 +01:00 |
|
Koen Vlaswinkel
|
8646bffaea
|
Ruby: Remove ReturnValue as access path for constructors
|
2024-02-07 14:35:19 +01:00 |
|
Maiky
|
7c0f80ff7d
|
Apply suggestions from code review
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2024-02-07 14:32:42 +01:00 |
|
Maiky
|
7fb72ea81f
|
Redundant import
|
2024-02-07 14:30:16 +01:00 |
|
Maiky
|
c6fb303d63
|
Suggested changes
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2024-02-07 14:27:40 +01:00 |
|
Maiky
|
9ce75dac0e
|
Update UnsafeUnpackQuery.qll
|
2024-02-07 14:26:56 +01:00 |
|
Max Schaefer
|
082754a3d8
|
Remove problematic Kotlin model.
|
2024-02-07 13:21:59 +00:00 |
|
Mathias Vorreiter Pedersen
|
fe5eca4134
|
C++: Accept test changes.
|
2024-02-07 11:45:40 +00:00 |
|
Mathias Vorreiter Pedersen
|
edc7903c69
|
C++: Add a predicate for getting the 0'th child of a 'ConditionDeclExpr' without casting it to a 'VariableAccess' and use it in IR generation.
|
2024-02-07 11:45:13 +00:00 |
|
Mathias Vorreiter Pedersen
|
d0b0440427
|
C++: Add a testcase with failing IR generation.
|
2024-02-07 11:38:02 +00:00 |
|
Mathias Vorreiter Pedersen
|
4b046ad670
|
C++: Also clear the 0'th argument of 'swap'.
|
2024-02-07 10:31:18 +00:00 |
|
Paolo Tranquilli
|
9cfef6e42f
|
Bazel/CMake: auto detect all cc_binary/cc_test targets
|
2024-02-07 11:11:30 +01:00 |
|
Mathias Vorreiter Pedersen
|
c5dc88345d
|
Merge pull request #15528 from MathiasVP/flow-barrier-interface
C++: Add an interface for models to block flow
|
2024-02-07 09:58:08 +00:00 |
|
Tamas Vajk
|
b8dbb8c866
|
C# Add missing Windows Forms implicit usings
|
2024-02-07 10:41:21 +01:00 |
|
Michael B. Gale
|
781486172e
|
Merge pull request #15534 from github/dependabot/go_modules/go/extractor/extractor-dependencies-cd731e5d14
|
2024-02-07 08:35:11 +00:00 |
|
Michael Nebel
|
167a8f0e4a
|
Merge pull request #15459 from michaelnebel/csharp/spansummaries
C#: Add summaries for Span<T> and ReadOnlySpan<T>.
|
2024-02-07 08:54:19 +01:00 |
|
Tamás Vajk
|
54c9135936
|
Merge pull request #15518 from tamasvajk/feature/telemetry-dependency-manager
C#: Extract dependency restore telemetry data
|
2024-02-07 08:14:01 +01:00 |
|
dependabot[bot]
|
565426940c
|
Bump the extractor-dependencies group in /go/extractor with 1 update
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/mod](https://github.com/golang/mod).
Updates `golang.org/x/mod` from 0.14.0 to 0.15.0
- [Commits](https://github.com/golang/mod/compare/v0.14.0...v0.15.0)
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-07 03:32:07 +00:00 |
|
Robert Marsh
|
5653c3f972
|
C++: Update IR test expectations for named destructors
|
2024-02-06 21:04:52 +00:00 |
|
Jonathan Leitschuh
|
1484a169d7
|
Reduce severity of java/relative-path-command
Significantly reduces the severity of `java/relative-path-command` from 9.8 to 5.4
https://www.first.org/cvss/calculator/4.0#CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
|
2024-02-06 15:43:19 -05:00 |
|
Mathias Vorreiter Pedersen
|
3b43f848c9
|
Merge pull request #15529 from MathiasVP/delete-get-interval-updated-by-chi
|
2024-02-06 19:55:24 +00:00 |
|
Henry Mercer
|
e71f0fc1ba
|
Add supported build modes to extractor metadata
|
2024-02-06 19:51:13 +00:00 |
|
github-actions[bot]
|
b5139078d0
|
Post-release preparation for codeql-cli-2.16.2
|
2024-02-06 19:22:35 +00:00 |
|
Benjamin Rodes
|
80bf38d8cc
|
Initial working draft of non-const source refactor.
|
2024-02-06 14:20:01 -05:00 |
|
Geoffrey White
|
f6b412e1c9
|
C++: Use hasQualifiedName.
|
2024-02-06 17:48:42 +00:00 |
|
Benjamin Rodes
|
5e5fea8ef3
|
Merge branch '50-model-gettext-family-of-string-operations' into 51-2cppnon-constant-format-alter-not-const-source
|
2024-02-06 12:47:08 -05:00 |
|
Geoffrey White
|
d1e040e27c
|
C++: Bug fix for subclasses.
|
2024-02-06 17:45:14 +00:00 |
|
Mathias Vorreiter Pedersen
|
b68824a337
|
C#: Sync identical files.
|
2024-02-06 17:41:11 +00:00 |
|
Mathias Vorreiter Pedersen
|
7948911415
|
C++: Delete dead code.
|
2024-02-06 17:38:22 +00:00 |
|
Geoffrey White
|
a9b2876b71
|
C++: Delete commented out code.
|
2024-02-06 17:34:15 +00:00 |
|
Geoffrey White
|
66d8943c08
|
C++: Minor bug fix.
|
2024-02-06 17:20:14 +00:00 |
|
Erik Krogh Kristensen
|
43f1189615
|
Merge pull request #15526 from github/erik-krogh/fix-jndi-typo
Java: fix typo in JndiInjection.qhelp
|
2024-02-06 17:39:25 +01:00 |
|