am0o0
|
401bb24fde
|
remove redundent zStreamAccess in flow steps
|
2024-09-05 17:09:26 +02:00 |
|
am0o0
|
faef6359dd
|
add '// BAD' comment for the zstd sink
|
2024-09-05 17:05:21 +02:00 |
|
Jeroen Ketema
|
3aa68b34bb
|
C++: Fix zstd and clean up test
|
2024-09-04 22:25:44 +02:00 |
|
Jeroen Ketema
|
9b905d5e84
|
C++: Set precision to low
There are no barriers, so the query as is will flag up any use of the
identified functions.
|
2024-09-04 14:13:43 +02:00 |
|
Jeroen Ketema
|
238895e677
|
C++: Fix formatting
|
2024-09-04 14:10:24 +02:00 |
|
Jeroen Ketema
|
92c6170a76
|
C++: Simplify QLhelp
One good and one bad example suffices to get the point across, and makes the
help more readable. The examples also do not have to be complete.
|
2024-09-04 14:06:12 +02:00 |
|
Jeroen Ketema
|
2369b18ca6
|
C++: Make additional flow steps more uniform
|
2024-09-04 13:43:03 +02:00 |
|
Jeroen Ketema
|
8fe0d0a045
|
C++: Improve query output
|
2024-09-04 13:22:02 +02:00 |
|
Jeroen Ketema
|
8d22d147b8
|
C++: Clean up QLDoc
|
2024-09-04 13:16:56 +02:00 |
|
Jeroen Ketema
|
65fafbf4df
|
C++: Fix QL-for-QL warnings
|
2024-09-04 11:57:10 +02:00 |
|
Jeroen Ketema
|
084dbc4e12
|
C++: Rename qhelp file to match ql file
|
2024-09-04 11:48:42 +02:00 |
|
Jeroen Ketema
|
c048401ca7
|
C++: Clean up Brotli test
|
2024-09-04 11:40:32 +02:00 |
|
Jeroen Ketema
|
0f98e292ed
|
C++: Cleanup minizip test
|
2024-09-04 11:19:22 +02:00 |
|
Jeroen Ketema
|
09f6576e6b
|
C++: Simplify libarchive test
|
2024-09-04 11:04:21 +02:00 |
|
Jeroen Ketema
|
078e63524c
|
C++: Remove code that is irrelevant for the zlib test
|
2024-09-04 10:48:25 +02:00 |
|
Jeroen Ketema
|
ad3605c595
|
C++: Minor test clean up
|
2024-09-04 10:26:53 +02:00 |
|
Jeroen Ketema
|
d8a70d8d58
|
C++: Add test annotations
|
2024-09-04 10:23:51 +02:00 |
|
Jeroen Ketema
|
751e7e6bfb
|
C++: Remove useless function bodies from tests
|
2024-09-04 10:03:19 +02:00 |
|
Jeroen Ketema
|
d526f1d081
|
C++: Disentangle confusing test results by declaring only a single main
|
2024-09-04 09:51:03 +02:00 |
|
Jeroen Ketema
|
50d9e77339
|
C++: Move experimental files into the correct locations
|
2024-09-04 09:33:27 +02:00 |
|
am0o0
|
386e45a11e
|
delete bzip2 as it is not updated for more than three years so it is not in the priority
|
2024-09-03 15:33:14 +02:00 |
|
am0o0
|
81283d59ab
|
remove more unused imports, add tests for zstd, add flow steps for zstd
zstd is not finilized
|
2024-09-03 15:26:38 +02:00 |
|
am0o0
|
4fc971dbcb
|
remove xz(lzma)
|
2024-09-03 14:48:52 +02:00 |
|
am0o0
|
6c97096642
|
remove unused imports, add tests for libarchive
|
2024-09-03 14:16:25 +02:00 |
|
am0o0
|
9531701129
|
delete miniz support because there is no good documents and i don't have enough time as the library is not popular enough. add tests for minizip lib
|
2024-09-03 13:08:00 +02:00 |
|
am0o0
|
e85ca79d77
|
add tests for brotli
|
2024-09-03 12:28:16 +02:00 |
|
am0o0
|
8c1c537150
|
finilize tests for zlib
|
2024-09-03 09:12:54 +02:00 |
|
am0o0
|
f97b1039cd
|
update test files, add one more additional flow step for inflate function, fix gzopen additional flow step thanks to @jketema
|
2024-07-30 17:49:34 +02:00 |
|
Am
|
6f8eec2bf9
|
Merge branch 'github:main' into amammad-cpp-bombs
|
2024-07-28 18:49:15 +03:30 |
|
Jeroen Ketema
|
e1329dff72
|
Merge pull request #16947 from github/calumgrant/attributes
C++: Update attributes test output
|
2024-07-26 21:05:46 +02:00 |
|
Mathias Vorreiter Pedersen
|
c0263bef5a
|
Merge pull request #17062 from MathiasVP/speed-up-alias-analysis-4
C++: Speed up alias analysis
|
2024-07-26 10:02:02 +01:00 |
|
Mathias Vorreiter Pedersen
|
6b68cf6bdc
|
Merge pull request #17076 from MathiasVP/add-missing-write-side-effect-to-remquo
C++: Add missing write side effect to `std::remquo`
|
2024-07-26 09:56:57 +01:00 |
|
Jeroen Ketema
|
a944922c97
|
C++: Add more explicit(bool) tests
|
2024-07-26 09:47:01 +02:00 |
|
Geoffrey White
|
52020f7e5b
|
Merge pull request #17028 from geoffw0/cryptodoc
C++: Improve query doc advice for using encryption
|
2024-07-25 21:46:16 +01:00 |
|
Mathias Vorreiter Pedersen
|
91edf82c8a
|
C++: Add more missing overrides.
|
2024-07-25 17:13:26 +01:00 |
|
Mathias Vorreiter Pedersen
|
b640bdccdc
|
C++: Accept test changes.
|
2024-07-25 17:13:10 +01:00 |
|
Mathias Vorreiter Pedersen
|
52f8f04e9d
|
C++: Add write side effect to 'remquo'.
|
2024-07-25 17:12:56 +01:00 |
|
Mathias Vorreiter Pedersen
|
d2f5734ac5
|
C++: Add FP.
|
2024-07-25 17:08:47 +01:00 |
|
Mathias Vorreiter Pedersen
|
30abc958a8
|
Merge pull request #16982 from MathiasVP/promote-unsigned-difference-expression-compared-zero-to-code-scanning
C++: Promote `cpp/unsigned-difference-expression-compared-zero` to Code Scanning
|
2024-07-25 16:18:39 +01:00 |
|
Geoffrey White
|
27314aac16
|
Apply suggestions from code review
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
|
2024-07-25 15:17:21 +01:00 |
|
Jeroen Ketema
|
9d75782c44
|
Merge pull request #17073 from jketema/explicit-bool
C++: Add additional test cases for `explict` and `explicit(bool)` specifiers
|
2024-07-25 15:40:38 +02:00 |
|
Mathias Vorreiter Pedersen
|
087b0dac1d
|
C++: Fix QLDoc.
|
2024-07-25 14:38:26 +01:00 |
|
Mathias Vorreiter Pedersen
|
4d3377b116
|
Merge branch 'main' into promote-unsigned-difference-expression-compared-zero-to-code-scanning
|
2024-07-25 14:00:05 +01:00 |
|
Jeroen Ketema
|
3e7a60c1a6
|
C++: Add additional test cases for explict and explicit(bool) specifiers
Note that the `explict(bool)` specifiers currently do not end up in the
database.
|
2024-07-25 14:41:44 +02:00 |
|
Anders Schack-Mulligen
|
c693f03462
|
Merge pull request #17070 from aschackmull/dataflow/pptype-refactor
Dataflow: Replace `ppReprType` with `DataFlowType.toString`.
|
2024-07-25 14:30:08 +02:00 |
|
Mathias Vorreiter Pedersen
|
099c282277
|
C++: Move large function to its own file.
|
2024-07-25 12:11:09 +01:00 |
|
Anders Schack-Mulligen
|
7a48fe1102
|
Dataflow: Replace ppReprType with DataFlowType.toString.
|
2024-07-25 13:08:47 +02:00 |
|
Mathias Vorreiter Pedersen
|
c5da43e691
|
Merge pull request #16981 from MathiasVP/phi-escape-5-follow-up-2
C++: Alias analysis follow-up to #16907
|
2024-07-25 11:59:44 +01:00 |
|
Mathias Vorreiter Pedersen
|
34ad211900
|
C++: Add change note.
|
2024-07-25 10:50:28 +01:00 |
|
Mathias Vorreiter Pedersen
|
032ae9e1e7
|
Merge pull request #17034 from MathiasVP/more-alias-and-side-effect-models
C++: Add more alias and side effect models
|
2024-07-25 10:40:32 +01:00 |
|