Joe Farebrother
|
38af3ac925
|
Update missing call to init
|
2025-09-01 14:10:14 +01:00 |
|
Joe Farebrother
|
bea8502cc5
|
Move missing/multiple calls to init/del queries to folder
|
2025-09-01 14:10:11 +01:00 |
|
Joe Farebrother
|
7ef2b01119
|
Merge pull request #20142 from joefarebrother/python-qual-subclass-shadow
Python: Modernise Superclass attribute shadows subclass method query
|
2025-08-28 13:40:26 +01:00 |
|
Joe Farebrother
|
bde143e4c1
|
Merge pull request #20038 from joefarebrother/python-qual-comparison
Python: Modernize 3 quality queries for comparison methods
|
2025-08-28 09:37:20 +01:00 |
|
Joe Farebrother
|
ada0b372c6
|
Merge pull request #20120 from joefarebrother/python-qual-unexpected-raise-special
Python: Modernize Unexpected Raise In Special Method query
|
2025-08-27 15:01:46 +01:00 |
|
Joe Farebrother
|
2c6b2df7cc
|
Update python/ql/src/Classes/SubclassShadowing/SubclassShadowing.qhelp
Co-authored-by: Taus <tausbn@github.com>
|
2025-08-27 13:20:54 +01:00 |
|
Joe Farebrother
|
5b0beb91d1
|
Update python/ql/src/Functions/IncorrectRaiseInSpecialMethod.qhelp
Co-authored-by: Taus <tausbn@github.com>
|
2025-08-27 13:19:55 +01:00 |
|
Joe Farebrother
|
eb4841230a
|
Add tests (WIP)
|
2025-08-25 13:30:45 +01:00 |
|
Joe Farebrother
|
9edfd7a6fb
|
Use generator script directly
|
2025-08-21 14:12:26 +01:00 |
|
Joe Farebrother
|
f24f7d5146
|
Add builtin subclass models, incorporate into query
|
2025-08-21 13:50:26 +01:00 |
|
Joe Farebrother
|
e42002e1d7
|
Promote IncorrectExceptOrder.
However, we lose some results due to not considering builtin/stdlib types.
|
2025-08-19 15:30:47 +01:00 |
|
github-actions[bot]
|
42e3d31c49
|
Post-release preparation for codeql-cli-2.22.4
|
2025-08-18 14:42:42 +00:00 |
|
github-actions[bot]
|
90d29994c8
|
Release preparation for version 2.22.4
|
2025-08-18 14:06:09 +00:00 |
|
Nora Dimitrijević
|
4199859eaa
|
Merge pull request #20079 from d10c/d10c/diff-informed-phase-3-python
Python: Diff-informed queries: phase 3 (non-trivial locations)
|
2025-08-18 09:33:57 +02:00 |
|
github-actions[bot]
|
fb4b0aac53
|
Post-release preparation for codeql-cli-2.22.3
|
2025-08-04 17:18:08 +00:00 |
|
github-actions[bot]
|
fd82aeb1f8
|
Release preparation for version 2.22.3
|
2025-08-04 15:47:57 +00:00 |
|
Joe Farebrother
|
d8083add3e
|
Doc updates
|
2025-08-01 12:35:01 +01:00 |
|
Joe Farebrother
|
79d1deb28d
|
Update python/ql/src/Classes/SubclassShadowing/SubclassShadowing.ql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-31 06:05:48 +01:00 |
|
Joe Farebrother
|
71a6b22815
|
Update python/ql/src/Classes/SubclassShadowing/examples/SubclassShadowingBad.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-31 06:05:25 +01:00 |
|
Joe Farebrother
|
63577f0cca
|
Add extra example
|
2025-07-30 15:52:26 +01:00 |
|
Joe Farebrother
|
2516f9452e
|
Move to subfolder
|
2025-07-30 15:17:19 +01:00 |
|
Joe Farebrother
|
34317d2d4a
|
Update documentation
|
2025-07-30 13:56:28 +01:00 |
|
Joe Farebrother
|
796a6060b2
|
Exclude setters and update tests
|
2025-07-30 13:56:05 +01:00 |
|
Joe Farebrother
|
af94ebe1fc
|
Modernize attribute shadows subclass, Add cases for properties
|
2025-07-30 13:55:11 +01:00 |
|
Joe Farebrother
|
c0da9c407e
|
Fix typo in test dir name + update examples
|
2025-07-25 13:15:46 +01:00 |
|
Joe Farebrother
|
958fddb638
|
cleanup order and remove duplicates for arithmetic methods
|
2025-07-25 10:57:19 +01:00 |
|
Joe Farebrother
|
d7b855c4e3
|
qhelp fix
|
2025-07-25 10:24:58 +01:00 |
|
Joe Farebrother
|
9af2ab83dc
|
Cleanups
|
2025-07-25 10:22:51 +01:00 |
|
Joe Farebrother
|
8bdf6801b3
|
Add qldoc
|
2025-07-25 10:05:09 +01:00 |
|
Joe Farebrother
|
3525e83ad2
|
Add changenote + some doc updates
|
2025-07-25 09:52:54 +01:00 |
|
Joe Farebrother
|
871688f026
|
Update docs
|
2025-07-24 16:01:57 +01:00 |
|
Joe Farebrother
|
362bfba049
|
Update unit tests
|
2025-07-24 14:50:36 +01:00 |
|
Joe Farebrother
|
b9f6657ade
|
Remove use of toString. This does also reduce reaults from cases where the exception is not a simple identifier.
|
2025-07-24 13:50:27 +01:00 |
|
Joe Farebrother
|
b1ee795225
|
Merge pull request #20086 from joefarebrother/python-qual-raise-not-implemented
Python: Modernise raise-not-implemented query
|
2025-07-24 13:18:21 +01:00 |
|
Joe Farebrother
|
b9738066de
|
try excluding set methods, add methods, update alert messages
|
2025-07-24 11:18:28 +01:00 |
|
Joe Farebrother
|
a8cc14493f
|
Fix typo - add .
Co-authored-by: Napalys Klicius <napalys@github.com>
|
2025-07-24 09:35:05 +01:00 |
|
Joe Farebrother
|
73d257e538
|
Port unexpected raise away from pointsto
|
2025-07-23 14:13:58 +01:00 |
|
github-actions[bot]
|
37cc78255a
|
Post-release preparation for codeql-cli-2.22.2
|
2025-07-22 14:22:20 +00:00 |
|
github-actions[bot]
|
997547b8ef
|
Release preparation for version 2.22.2
|
2025-07-22 14:04:14 +00:00 |
|
Nick Rolfe
|
825c813095
|
Revert "Release preparation for version 2.22.2"
|
2025-07-22 14:33:45 +01:00 |
|
github-actions[bot]
|
c8632b70b7
|
Release preparation for version 2.22.2
|
2025-07-21 16:45:45 +00:00 |
|
Nick Rolfe
|
ad9b637bec
|
Revert "Merge pull request #19994 from github/post-release-prep/codeql-cli-2.22.2"
This reverts commit e5b4a15e35, reversing
changes made to 33e63109bb.
|
2025-07-21 15:18:59 +01:00 |
|
Joe Farebrother
|
f2dd96ecf4
|
Update python/ql/src/Exceptions/NotImplementedIsNotAnException.qhelp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-17 22:08:01 +01:00 |
|
Joe Farebrother
|
57f1d07b2b
|
Undo module deprecation (used by another quality query)
|
2025-07-17 21:54:55 +01:00 |
|
Nora Dimitrijević
|
20030d56a5
|
[DIFF-INFORMED] Python: (Possible)TimingAttackAgainstHash
|
2025-07-17 14:40:31 +02:00 |
|
Joe Farebrother
|
680e31dc48
|
Modernize raise-not-implemented
|
2025-07-17 10:02:00 +01:00 |
|
Joe Farebrother
|
0f5be2d096
|
Update python/ql/src/Expressions/DuplicateKeyInDictionaryLiteral.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-15 13:33:57 +01:00 |
|
Joe Farebrother
|
909f57261c
|
Minor doc updates; updating python 2 references to python 3 and updating grammar
|
2025-07-15 13:26:46 +01:00 |
|
Joe Farebrother
|
7a7db0efe8
|
Update unsupported format character documentaion, fix outdated reference link
|
2025-07-15 10:42:25 +01:00 |
|
Joe Farebrother
|
df5f76872f
|
Update docs for duplicate-key-in-dict-literal to relate. to python 3
|
2025-07-15 10:18:29 +01:00 |
|