Alex Eyers-Taylor
|
891d398c3f
|
CPP: Fix join ordering hints
|
2024-01-22 19:00:18 +00:00 |
|
erik-krogh
|
865df920f9
|
add change-notes
|
2024-01-22 19:30:57 +01:00 |
|
Benjamin Rodes
|
da10e6ca5b
|
Moving FlowAfterFree and UseAfterFree.qll as a general purpose lib.
|
2024-01-22 11:18:03 -05:00 |
|
erik-krogh
|
8be7eadace
|
delete outdated deprecations
|
2024-01-22 09:11:35 +01:00 |
|
Geoffrey White
|
42571069bf
|
C++: Autoformat.
|
2024-01-18 16:01:06 +00:00 |
|
Benjamin Rodes
|
8bd682b3f2
|
Deallocation.qll formatting.
|
2024-01-18 10:49:23 -05:00 |
|
Benjamin Rodes
|
7e70b30772
|
Adding missing windows library free functions to deallocation set
|
2024-01-18 09:59:28 -05:00 |
|
Geoffrey White
|
cc2b61186e
|
C++: Document TReturnKind, NormalReturnKind and IndirectReturnKind better.
|
2024-01-18 13:24:57 +00:00 |
|
Geoffrey White
|
dd27ef7d3c
|
C++: Add MAD source definitions for the new taint sources and update the (real) test.
|
2024-01-18 13:24:57 +00:00 |
|
Geoffrey White
|
c85262cfd0
|
C++: Add the shared MAD pack to CPP.
|
2024-01-18 13:24:57 +00:00 |
|
Geoffrey White
|
a8863e44db
|
C++: Port implementation to CPP.
|
2024-01-18 13:24:57 +00:00 |
|
Geoffrey White
|
3aacc5ffde
|
C++: Copy FlowSummaryImpl.qll from Swift.
|
2024-01-18 13:01:16 +00:00 |
|
Geoffrey White
|
fbf9545338
|
C++: Copy ExternalFlow.qll from Swift.
|
2024-01-18 13:01:16 +00:00 |
|
Alexander Eyers-Taylor
|
934474681d
|
Merge pull request #15254 from github/post-release-prep/codeql-cli-2.16.0
Post-release preparation for codeql-cli-2.16.0
|
2024-01-16 14:50:40 +00:00 |
|
github-actions[bot]
|
57df8b92df
|
Post-release preparation for codeql-cli-2.16.0
|
2024-01-15 15:00:50 +00:00 |
|
Mathias Vorreiter Pedersen
|
8f36584bd9
|
C++: Fix Code Scanning errors.
|
2024-01-12 10:20:20 +00:00 |
|
Mathias Vorreiter Pedersen
|
34980bfe20
|
C++: Add more QLDoc.
|
2024-01-12 10:12:34 +00:00 |
|
Mathias Vorreiter Pedersen
|
fe2c806c2d
|
C++: Undo some of the reverting.
|
2024-01-12 09:35:50 +00:00 |
|
Mathias Vorreiter Pedersen
|
84d08b0417
|
Revert "Merge pull request #12125 from jketema/unique-function"
This reverts commit 9c039c4a08, reversing
changes made to ecd2003c14.
|
2024-01-12 09:29:17 +00:00 |
|
Mathias Vorreiter Pedersen
|
0c3ea6c5df
|
C++: Fix conflation issue.
|
2024-01-10 11:55:39 +00:00 |
|
Tom Hvitved
|
c9cf2a899c
|
Merge pull request #15260 from hvitved/dataflow/may-benefit-from-cctx-simplify
Data flow: Remove column from `mayBenefitFromCallContext`
|
2024-01-10 11:43:15 +01:00 |
|
Tom Hvitved
|
f90201eb56
|
Data flow: Remove column from mayBenefitFromCallContext
|
2024-01-09 11:34:43 +01:00 |
|
Mathias Vorreiter Pedersen
|
f5e1e49761
|
C++: Fix QLDoc on 'cmpWithLinearBound' as a response to #15248.
|
2024-01-09 10:07:22 +00:00 |
|
Mathias Vorreiter Pedersen
|
18bd0d0ad0
|
Merge pull request #14954 from microsoft/32-cpp-string-concatenation-library
32 cpp string concatenation library
|
2024-01-08 18:42:31 +01:00 |
|
github-actions[bot]
|
a6c8cc9551
|
Release preparation for version 2.16.0
|
2024-01-08 13:11:26 +00:00 |
|
Chuan-kai Lin
|
6f5bce046c
|
C++: Fix upgrade delete directives
|
2024-01-05 14:20:30 -08:00 |
|
Ben Rodes
|
250ed48bf3
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2024-01-05 08:19:11 -05:00 |
|
Ben Rodes
|
2b325e99ce
|
Merge branch 'main' into 32-cpp-string-concatenation-library
|
2024-01-04 15:28:28 -05:00 |
|
Benjamin Rodes
|
e9bb3b4b28
|
Limiting << operator to ostream, and putting this check at the same location as the check for basic_string for + operator.
|
2024-01-04 15:25:47 -05:00 |
|
Ben Rodes
|
8d84540a54
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2024-01-04 09:09:20 -05:00 |
|
Jeroen Ketema
|
262985a760
|
C++: Add change note
|
2024-01-02 16:32:24 +01:00 |
|
Jeroen Ketema
|
9c1de5b2b6
|
C++: Support more function types
|
2024-01-02 15:13:20 +01:00 |
|
Jeroen Ketema
|
f59a00c5ea
|
Update cpp/ql/lib/semmle/code/cpp/Specifier.qll
Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
|
2024-01-02 12:52:18 +01:00 |
|
Jeroen Ketema
|
ad2fb7c6d5
|
C++: Support attribute arguments that are expressions
|
2023-12-23 10:04:50 +01:00 |
|
Aditya Sharad
|
bbe3269b8c
|
Merge pull request #15189 from github/adityasharad/merge/3.12-main
Merge `rc/3.12` into `main`
|
2023-12-22 11:26:37 -08:00 |
|
Jeroen Ketema
|
9c039c4a08
|
Merge pull request #12125 from jketema/unique-function
C++: Ensure that only one `Function` exists for every function
|
2023-12-22 13:56:35 +01:00 |
|
Jeroen Ketema
|
1cb02475a8
|
Update cpp/ql/lib/change-notes/2023-12-22-unique-function.md
|
2023-12-22 13:33:20 +01:00 |
|
Jeroen Ketema
|
d4f9e89b5b
|
C++: Add change note
|
2023-12-22 13:20:38 +01:00 |
|
Mathias Vorreiter Pedersen
|
ffdd28eaa9
|
C++: Show base variable in SSA variable 'toString's.
|
2023-12-22 10:29:31 +01:00 |
|
Aditya Sharad
|
b1803d0ac2
|
Merge rc/3.12 into main
|
2023-12-21 16:40:51 -08:00 |
|
Jeroen Ketema
|
f7da6f56f3
|
C++: Ensure that only one Function exists for every function
|
2023-12-21 16:33:22 +01:00 |
|
Mathias Vorreiter Pedersen
|
1007c4fc83
|
C++: Show indirections when printing SSA variables.
|
2023-12-21 10:38:58 +01:00 |
|
Benjamin Rodes
|
f26330e6bd
|
Removing redundant/bad string type check.
|
2023-12-19 09:41:29 -05:00 |
|
Benjamin Rodes
|
48866e5358
|
Updates to address PR comments.
|
2023-12-19 09:33:07 -05:00 |
|
Ben Rodes
|
387eddadad
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-12-19 08:48:51 -05:00 |
|
Ben Rodes
|
29a0da6cd9
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2023-12-19 08:48:20 -05:00 |
|
Ben Rodes
|
49728571cf
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-12-19 08:47:58 -05:00 |
|
Ben Rodes
|
66f725dd05
|
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2023-12-19 08:47:48 -05:00 |
|
Mathias Vorreiter Pedersen
|
95cd31fce3
|
C++: Silence warnings.
|
2023-12-19 12:29:16 +01:00 |
|
Mathias Vorreiter Pedersen
|
4844c43f06
|
C++: Cleanup now that we're back to an abstract class.
|
2023-12-19 12:11:38 +01:00 |
|