Joe Farebrother
|
ed3cf84efd
|
Update init calls subclass to not use pointto
|
2025-06-17 13:56:55 +01:00 |
|
Joe Farebrother
|
e04dea10c8
|
Merge pull request #19554 from joefarebrother/python-qual-iter-not-return-self
Python: Modernize iter not returning self query
|
2025-06-13 13:13:31 +01:00 |
|
github-actions[bot]
|
21463a9653
|
Post-release preparation for codeql-cli-2.22.0
|
2025-06-09 18:50:20 +00:00 |
|
github-actions[bot]
|
88ba02edf8
|
Release preparation for version 2.22.0
|
2025-06-09 18:14:51 +00:00 |
|
Chuan-kai Lin
|
631502e129
|
Merge branch 'main' into cklin/rc-3.18-mergeback
|
2025-06-09 07:19:40 -07:00 |
|
Joe Farebrother
|
38072c7863
|
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-02 16:42:27 +01:00 |
|
Joe Farebrother
|
57a0c7a1ab
|
Performance fix - Use basic blocks instead of full cfg reachability.
|
2025-06-02 14:33:52 +01:00 |
|
Joe Farebrother
|
73f2770acb
|
Fix handling for some wrappers + add test case
|
2025-05-30 11:24:06 +01:00 |
|
github-actions[bot]
|
d2c6875eac
|
Post-release preparation for codeql-cli-2.21.4
|
2025-05-27 18:16:21 +00:00 |
|
github-actions[bot]
|
bfb91e95e3
|
Release preparation for version 2.21.4
|
2025-05-27 17:22:05 +00:00 |
|
Joe Farebrother
|
f3a5608b06
|
Apply review suggestions - remove methodOfClass, fix qhelp typo; additionally add some more doc comments
|
2025-05-27 13:35:13 +01:00 |
|
Sylwia Budzynska
|
e66659276b
|
Fix formatting
|
2025-05-27 13:51:03 +02:00 |
|
Sylwia Budzynska
|
8a1c323a98
|
Change naming to PascalCase
|
2025-05-27 13:45:40 +02:00 |
|
Sylwia Budzynska
|
55c70a4cae
|
Fix nitpicks
|
2025-05-27 13:44:21 +02:00 |
|
Sylwia Budzynska
|
84228e0ec8
|
Add Pandas SQLi sinks
|
2025-05-27 13:10:39 +02:00 |
|
Joe Farebrother
|
c070d04231
|
Fix qhelp
|
2025-05-23 14:31:13 +01:00 |
|
Joe Farebrother
|
e933a27cd9
|
Add changenote
|
2025-05-23 14:25:38 +01:00 |
|
Joe Farebrother
|
b15fec0fb9
|
Fix qhelp and tests
|
2025-05-23 14:17:21 +01:00 |
|
Joe Farebrother
|
44a678a3f4
|
remove redundant import
|
2025-05-23 13:16:13 +01:00 |
|
Joe Farebrother
|
06504f2cb6
|
Update tests
|
2025-05-23 13:04:56 +01:00 |
|
Joe Farebrother
|
f27057a747
|
Update qhelp
|
2025-05-23 10:56:43 +01:00 |
|
Joe Farebrother
|
7b452a1611
|
Add case for wrappers
|
2025-05-22 09:01:15 +01:00 |
|
Joe Farebrother
|
bedd44a287
|
Update query and add case for iter(self.__next__, None)
|
2025-05-21 11:02:24 +01:00 |
|
Michael Nebel
|
dabeddb62d
|
Add change-notes.
|
2025-05-19 09:26:49 +02:00 |
|
Michael Nebel
|
530025b7ae
|
Update integration tests expected output.
|
2025-05-19 09:26:47 +02:00 |
|
Michael Nebel
|
03ecd24469
|
Lower the precision of a range of harcoded password queries to remove them from query suites.
|
2025-05-19 09:26:45 +02:00 |
|
Taus
|
579cf4a65a
|
Merge pull request #19424 from github/tausbn/python-extract-hidden-file-by-default
Python: Extract files in hidden dirs by default
|
2025-05-16 14:43:47 +02:00 |
|
Taus
|
9ee3e4cdf3
|
Python: Update change note
Co-authored-by: yoff <yoff@github.com>
|
2025-05-16 13:50:22 +02:00 |
|
Taus
|
72ae633a64
|
Python: Update change note and extractor config
Removes the previously added extractor option and updates the change
note to explain how to use `paths-ignore` to exclude files in hidden
directories.
|
2025-05-15 14:58:32 +00:00 |
|
github-actions[bot]
|
5f9dd75d7d
|
Post-release preparation for codeql-cli-2.21.3
|
2025-05-13 21:49:43 +00:00 |
|
github-actions[bot]
|
2de4a01c86
|
Release preparation for version 2.21.3
|
2025-05-13 21:14:27 +00:00 |
|
Taus
|
2ded42c285
|
Python: Update extractor tests
|
2025-05-02 14:27:46 +00:00 |
|
Taus
|
67d04d5477
|
Python: Add change note
|
2025-05-02 14:27:46 +00:00 |
|
Tamás Vajk
|
cb1c3736fe
|
Merge pull request #19413 from tamasvajk/quality/query-suite-selector
Add code quality suite selector and use that in the code quality suites
|
2025-05-02 08:18:48 +02:00 |
|
Napalys Klicius
|
f652686607
|
Merge pull request #19444 from Napalys/python/hdbcli
Python: modeling of `hdbcli`
|
2025-05-01 17:58:31 +02:00 |
|
yoff
|
d7e6e1dd66
|
Merge pull request #19432 from yoff/python/model-http-server-header-write
python: model `send_header` from `http.server`
|
2025-05-01 15:34:05 +02:00 |
|
Napalys Klicius
|
da7c0931b8
|
Added hdbcli to be part of supported-framework as well as change note
|
2025-05-01 14:18:08 +02:00 |
|
Napalys Klicius
|
e1fc0ca051
|
Added implementation hdbcli as part of PEP249::PEP249ModuleApiNode
|
2025-05-01 14:18:02 +02:00 |
|
Napalys Klicius
|
0325f368fe
|
Added test case for hdbcli
|
2025-05-01 13:57:14 +02:00 |
|
Owen Mansel-Chan
|
0863c87572
|
Add change notes
|
2025-05-01 10:33:24 +01:00 |
|
yoff
|
e63b38c515
|
python: add change note
|
2025-04-30 20:05:55 +02:00 |
|
yoff
|
cf45e771f3
|
python: remove copied comment
|
2025-04-30 20:01:43 +02:00 |
|
yoff
|
531f2a15a4
|
python: model send_header from http.server
|
2025-04-30 19:58:14 +02:00 |
|
Owen Mansel-Chan
|
a9132c43d0
|
Fix incorrect CWE tags
|
2025-04-30 16:47:35 +01:00 |
|
Owen Mansel-Chan
|
cf614a596d
|
Fix cwe tags to include leading zero
|
2025-04-30 16:43:03 +01:00 |
|
Joe Farebrother
|
7106475033
|
Merge pull request #19411 from joefarebrother/python-qual-file-not-closed
Python: Improve performance of FileNotClosed query by using an explicit fastTC
|
2025-04-30 09:51:48 +01:00 |
|
Tamas Vajk
|
fdeac95714
|
Use code-quality-selectors in Python suite
|
2025-04-29 16:23:22 +02:00 |
|
Joe Farebrother
|
299b3f7af4
|
Merge pull request #19325 from joefarebrother/python-qual-loop-var-capture
Python: Tweak LoopVariableCapture for performance
|
2025-04-29 13:49:09 +01:00 |
|
Joe Farebrother
|
acb9c20a76
|
Use explicit fastTC
|
2025-04-29 13:22:11 +01:00 |
|
Tamas Vajk
|
a408e216ae
|
Add query suite inclusion tests for cpp, python
|
2025-04-29 08:45:01 +02:00 |
|