Stephan Brandauer
|
737aab66f5
|
Java automodel: drop primitive parameters from endpoints
|
2023-11-20 15:09:05 +01:00 |
|
Stephan Brandauer
|
e34a9de008
|
Java Automodel: drop return values of primitive return type methods from consideration for extraction in framework mode
|
2023-11-20 14:11:14 +01:00 |
|
Stephan Brandauer
|
212a515fa9
|
Java Automodel: drop return values void methods other than ctors from consideration for extraction in framework mode
|
2023-11-20 14:00:59 +01:00 |
|
Stephan Brandauer
|
d84501d65c
|
Java automodel extraction: test case for framework mode extraction showing how primitives are currently candidates
|
2023-11-20 13:36:41 +01:00 |
|
Max Schaefer
|
1bed9f9003
|
Automodel: Fix a few nits.
|
2023-11-20 11:06:02 +00:00 |
|
Arthur Baars
|
db180d9872
|
Merge pull request #14823 from github/post-release-prep/codeql-cli-2.15.3
Post-release preparation for codeql-cli-2.15.3
|
2023-11-19 12:13:42 +01:00 |
|
github-actions[bot]
|
bad499e360
|
Post-release preparation for codeql-cli-2.15.3
|
2023-11-17 14:35:41 +00:00 |
|
Stephan Brandauer
|
74a195b4f4
|
Java Automodel extraction: fix extracted meta information by using Object for the type of generic parameters
|
2023-11-16 16:08:04 +01:00 |
|
Stephan Brandauer
|
69ab389d9f
|
Merge pull request #14795 from github/kaeluka/skip-this-qualifier-ctor-candidates
Java: Automodel Extraction: Remove Qualifier Endpoints of Constructors
|
2023-11-16 14:54:19 +01:00 |
|
github-actions[bot]
|
6ec9b95072
|
Release preparation for version 2.15.3
|
2023-11-16 13:07:16 +00:00 |
|
Stephan Brandauer
|
84e58b77aa
|
Java Automodel: remove Qualifiers of constructors from endpoints
|
2023-11-16 12:44:53 +01:00 |
|
Stephan Brandauer
|
3092640115
|
Java Automodel: make test case for Argument[this] sink candidates in ctors in framework mode
|
2023-11-16 12:42:50 +01:00 |
|
Stephan Brandauer
|
d7c97d9d92
|
Java Automodel: remove constructor instance arguments from endpoints and update test expectations
|
2023-11-16 12:27:23 +01:00 |
|
Stephan Brandauer
|
30925da7d9
|
Java Automodel: tests that demonstrate that there is no sink candidate of an object being constructed in app mode
|
2023-11-16 12:24:41 +01:00 |
|
Stephan Brandauer
|
5385cc3aaa
|
Merge branch 'main' into kaeluka/publish-automodel-querypack-007
|
2023-10-31 11:48:22 +01:00 |
|
Stephan Brandauer
|
9087259b1b
|
Java: add instructions to automodel query publish script
|
2023-10-31 11:11:22 +01:00 |
|
Stephan Brandauer
|
968127eaa3
|
Java: release automodel extraction queries 0.0.7
|
2023-10-31 11:09:02 +01:00 |
|
github-actions[bot]
|
2b939fdf08
|
Post-release preparation for codeql-cli-2.15.2
|
2023-10-30 16:06:51 +00:00 |
|
github-actions[bot]
|
4641990021
|
Release preparation for version 2.15.2
|
2023-10-30 11:05:53 +00:00 |
|
Stephan Brandauer
|
5fe6a5a730
|
Merge pull request #14487 from github/kaeluka/extraction-query-docs
Java: basic version of automodel extraction query docs
|
2023-10-26 11:10:01 +02:00 |
|
Stephan Brandauer
|
cffcc7334d
|
Java: automodel extraction docs: add two intro sentences
|
2023-10-25 09:45:00 +02:00 |
|
Stephan Brandauer
|
0f2db1bcdb
|
Java: automodel extraction docs: use markdown footnote
|
2023-10-25 09:32:59 +02:00 |
|
Stephan Brandauer
|
3eeb6ffec4
|
Java: automodel extraction docs: spell out positive and negative
|
2023-10-25 09:05:22 +02:00 |
|
Stephan Brandauer
|
44c87561b3
|
Java: review suggestion from adityasharad
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
|
2023-10-25 09:00:28 +02:00 |
|
Stephan Brandauer
|
c240c1b3f5
|
Java: review suggestions from aeisenberg
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
|
2023-10-25 08:59:21 +02:00 |
|
Stephan Brandauer
|
e97456f5fc
|
Java: automodel extraction docs: note on packaging and backwards compatibility
|
2023-10-24 16:30:59 +02:00 |
|
Stephan Brandauer
|
eb97ce3294
|
Java: automodel extraction query docs, candidate examples
|
2023-10-24 13:49:38 +02:00 |
|
Stephan Brandauer
|
1d7c2f4799
|
Java: format
|
2023-10-20 16:37:46 +02:00 |
|
Stephan Brandauer
|
f0c0bbf4c8
|
remove bug: needless restriction to sink examples in framework mode +examples
|
2023-10-20 16:34:29 +02:00 |
|
github-actions[bot]
|
8dcd8b9e5b
|
Post-release preparation for codeql-cli-2.15.1
|
2023-10-17 20:24:00 +00:00 |
|
github-actions[bot]
|
3b3c036626
|
Release preparation for version 2.15.1
|
2023-10-16 17:49:39 +00:00 |
|
Stephan Brandauer
|
bcde466d6c
|
use of characteristics
|
2023-10-12 17:22:05 +02:00 |
|
Stephan Brandauer
|
1bbf88f208
|
Java: basic version of automodel extraction queries
|
2023-10-12 17:07:46 +02:00 |
|
Henry Mercer
|
1a370bfbbe
|
Merge pull request #14443 from github/post-release-prep/codeql-cli-2.15.0
Post-release preparation for codeql-cli-2.15.0
|
2023-10-11 17:39:04 +01:00 |
|
github-actions[bot]
|
ae6af17c74
|
Post-release preparation for codeql-cli-2.15.0
|
2023-10-11 14:19:20 +00:00 |
|
Jean Helie
|
6260768e6a
|
update query message to incoude extensibleType
|
2023-10-11 14:02:24 +02:00 |
|
Jean Helie
|
c41676a21a
|
update query message to incoude extensibleType
|
2023-10-11 14:02:12 +02:00 |
|
github-actions[bot]
|
9fe993bec3
|
Release preparation for version 2.15.0
|
2023-10-04 14:15:27 +00:00 |
|
Henry Mercer
|
f3847b3f51
|
Merge branch 'main' into henrymercer/rc-3.11-mergeback
|
2023-10-03 16:30:23 +01:00 |
|
Stephan Brandauer
|
fdbc553029
|
Java: Automodel Framework mode: no longer skip non-public methods
|
2023-09-28 16:17:44 +02:00 |
|
Stephan Brandauer
|
26267b72d4
|
driveby: bug fix in automodel alert sink util
|
2023-09-26 10:46:56 +02:00 |
|
Stephan Brandauer
|
53b3755e50
|
remove now-unused getIndex predicate
Co-authored-by: @tausbn <tausbn@github.com>
|
2023-09-26 10:46:42 +02:00 |
|
Stephan Brandauer
|
9f7f2ab70e
|
remove redundant fromSource calls
Co-authored-by: @tausbn <tausbn@github.com>
|
2023-09-26 10:45:54 +02:00 |
|
Stephan Brandauer
|
32502d5e2c
|
Java: Automodel, remove erroneousEndpoints predicate from production queries
|
2023-09-26 10:45:54 +02:00 |
|
Stephan Brandauer
|
5d608acd0b
|
Java: Automodel framework mode, fix query string
|
2023-09-26 10:45:54 +02:00 |
|
Stephan Brandauer
|
e71563e540
|
Java: Automodel fr mode: remove superfluous module
|
2023-09-26 10:45:54 +02:00 |
|
Stephan Brandauer
|
2be5b1955f
|
Java: Automodel fr mode: add support for qualifier source candidates
|
2023-09-26 10:45:53 +02:00 |
|
Stephan Brandauer
|
dee387622e
|
Java: Automodel: rename overloadable -> overridable
|
2023-09-26 10:45:53 +02:00 |
|
Stephan Brandauer
|
6121faf671
|
Java: Automodel: fr mode: connect new endpoints with MaD models
|
2023-09-26 10:45:53 +02:00 |
|
Stephan Brandauer
|
7f084c90c5
|
Java: automodel fr mode: add overloadable parameter candidates
|
2023-09-26 10:45:53 +02:00 |
|