Tony Torralba
|
1d2a51c522
|
Rename change note
|
2024-01-26 12:20:47 +01:00 |
|
Tony Torralba
|
19cb7adb6d
|
Migrate path injection sinks to MaD
Deprecate and stop using PathCreation
Path creation sinks are now summaries
|
2024-01-26 12:19:54 +01:00 |
|
Tony Torralba
|
52d7bd93a5
|
Merge pull request #15420 from github/java/update-mad-decls-after-triage-2024-01-24T10-05-04
Java: Update MaD Declarations after Triage
|
2024-01-26 08:42:49 +01:00 |
|
Erik Krogh Kristensen
|
8e11c75745
|
Merge pull request #15441 from github/dependabot/cargo/ql/chrono-0.4.33
Bump chrono from 0.4.32 to 0.4.33 in /ql
|
2024-01-26 08:10:37 +01:00 |
|
dependabot[bot]
|
5fac945b33
|
Bump chrono from 0.4.32 to 0.4.33 in /ql
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.32 to 0.4.33.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.32...v0.4.33)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-26 03:25:31 +00:00 |
|
Mathias Vorreiter Pedersen
|
863e6c8009
|
Merge pull request #15427 from MathiasVP/asexpr-and-asindirectexpr-tests
C++: Add `asExpr` and `asIndirectExpr` library tests (and fix more duplication)
|
2024-01-25 16:58:18 +00:00 |
|
Tony Torralba
|
d299971086
|
Fix code review mistake
|
2024-01-25 17:42:11 +01:00 |
|
Mathias Vorreiter Pedersen
|
2db76c7fad
|
Merge pull request #15434 from MathiasVP/fix-dataflow-join-order
DataFlow: Fix join order
|
2024-01-25 16:32:14 +00:00 |
|
Tony Torralba
|
661c5cf6aa
|
Merge pull request #15409 from erik-krogh/path-java
Java: Improve the QHelp for `java/path-injection`.
|
2024-01-25 17:14:59 +01:00 |
|
Paolo Tranquilli
|
b2489f7109
|
Merge pull request #15433 from github/redsun82/clang-format
Swift: update formatting to `clang-format` 17.0.6
|
2024-01-25 15:58:28 +01:00 |
|
Henry Mercer
|
10343dd822
|
Merge pull request #15416 from github/post-release-prep/codeql-cli-2.16.1
Post-release preparation for codeql-cli-2.16.1
|
2024-01-25 14:15:25 +00:00 |
|
Tony Torralba
|
282632c33b
|
Add new snippets as tests
|
2024-01-25 15:11:11 +01:00 |
|
Erik Krogh Kristensen
|
fb11e4e14f
|
Merge pull request #15435 from erik-krogh/remove-at-to-z
remove an FP in overly-large-range for [@-Z]
|
2024-01-25 14:43:12 +01:00 |
|
erik-krogh
|
396da117bb
|
remove an FP in overly-large-range for [@-Z]
|
2024-01-25 14:15:06 +01:00 |
|
Tamás Vajk
|
2333b8db5b
|
Merge pull request #15432 from tamasvajk/fix/extraction-information
C#: Filter results of division by 0 from `cs/telemetry/extraction-information`
|
2024-01-25 14:07:19 +01:00 |
|
Stephan Brandauer
|
1f9a968774
|
Java: PR discussion
|
2024-01-25 13:59:47 +01:00 |
|
Paolo Tranquilli
|
33b6ce7365
|
Swift: update formatting to clang-format 17.0.6
Also, added a format check in `swift.yml`.
|
2024-01-25 13:58:14 +01:00 |
|
Mathias Vorreiter Pedersen
|
db929ccf9b
|
DataFlow: Fix join order.
|
2024-01-25 12:51:35 +00:00 |
|
erik-krogh
|
73e3fada44
|
add missing </p>
|
2024-01-25 12:14:10 +01:00 |
|
Tamas Vajk
|
055ead20e3
|
C#: Filter results of division by 0 from cs/telemetry/extraction-information
|
2024-01-25 12:08:15 +01:00 |
|
erik-krogh
|
05a59d2a94
|
apply suggestions from doc review
|
2024-01-25 11:20:46 +01:00 |
|
Tamás Vajk
|
01b89508a8
|
Merge pull request #15424 from tamasvajk/standalone/logging
C#: Improve log messages in buildless mode + some cleanup/refactoring
|
2024-01-25 11:08:50 +01:00 |
|
yoff
|
930f1b50b9
|
Merge pull request #15397 from github/tausbn/python-fix-deepcopy-mutable-default-fp
Python: Fix `deepcopy` mutable default FP
|
2024-01-25 10:32:58 +01:00 |
|
Stephan Brandauer
|
5d6ee9c0cb
|
Update java/ql/lib/ext/com.fasterxml.jackson.databind.model.yml
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
|
2024-01-25 10:00:56 +01:00 |
|
Robert Marsh
|
67a86391a2
|
Merge pull request #15318 from rdmarsh2/rdmarsh2/cpp/first-class-destructors
C++: First-class destructors in AST
|
2024-01-24 16:19:10 -05:00 |
|
Robert Marsh
|
0bc023139b
|
C++: autoformat for first-class destructors
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
56c9566867
|
C++: more documentation for implict destructor calls
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3970a9fe39
|
C++: switch to getImplicitDestructorCall
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3a0290b1e8
|
C++: add destructors in PrintAST
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
1acc111b63
|
C++: add getSyntheticDestructor to Expr and Stmt
|
2024-01-24 18:52:54 +00:00 |
|
Chris Smowton
|
32a2ea1690
|
Merge pull request #15413 from smowton/smowton/admin/buildless-sibling-project-tests
Add tests for Java buildless w/sibling projects
|
2024-01-24 18:51:10 +00:00 |
|
Chris Smowton
|
ed9abdd9bd
|
Mock Java 8 toolchain so sibling test works on arm runners
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
287fb8003d
|
Make all toolchains available to test
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
16d30d7335
|
Remove xml and properties tests
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
042a3b64bb
|
Use Java 11 to run old Gradle
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
b5429f1a50
|
Add test for buildless with sibling projects
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
e3ef8aa6f6
|
Adjust test expectations
|
2024-01-24 16:51:37 +00:00 |
|
Chris Smowton
|
96bf47fbd9
|
Remove accidentally-committed actual files
|
2024-01-24 16:51:37 +00:00 |
|
Tony Torralba
|
cbcc090a19
|
Merge pull request #15423 from atorralba/atorralba/go/awslambda-global-context
Go: Add AwsLambda to the global context
|
2024-01-24 17:40:00 +01:00 |
|
Mathias Vorreiter Pedersen
|
7916616ee1
|
C++: Fix duplication for indirect exprs similar to how we fixed it in #15410.
|
2024-01-24 16:20:06 +00:00 |
|
Mathias Vorreiter Pedersen
|
4e18cca0f4
|
C++: Add a way to test the behavior of 'asExpr' and 'toString' on dataflow nodes.
|
2024-01-24 16:12:47 +00:00 |
|
Tamas Vajk
|
199b0578be
|
C#: Log number of restored dotnet framework variants
|
2024-01-24 15:23:38 +01:00 |
|
Stephan Brandauer
|
4e63cbc993
|
Merge branch 'main' into java/update-mad-decls-after-triage-2024-01-24T10-05-04
|
2024-01-24 14:55:20 +01:00 |
|
Tamas Vajk
|
30095e3179
|
Refactor dotnet restore calls
|
2024-01-24 13:56:40 +01:00 |
|
Ian Lynagh
|
67242278ee
|
Merge pull request #15384 from igfoo/igfoo/kt2
Kotlin: Support Kotlin 2.0.0-Beta3
|
2024-01-24 12:47:35 +00:00 |
|
Taus
|
96b1b8e402
|
Python: Remove empty lines from test file
|
2024-01-24 12:31:23 +00:00 |
|
Tamas Vajk
|
d742cd3e44
|
C#: Remove progress monitor from dependency fetcher, use logger directly
|
2024-01-24 12:29:02 +01:00 |
|
Tamas Vajk
|
13a8168c8e
|
C#: Improve log messages in standalone extractor
|
2024-01-24 12:28:00 +01:00 |
|
Tony Torralba
|
3b7d6a4806
|
Go: Add AwsLambda to the global context
|
2024-01-24 11:33:26 +01:00 |
|
Stephan Brandauer
|
d5bcbcddab
|
Update MaD Declarations after Triage
|
2024-01-24 11:05:07 +01:00 |
|