Commit graph

4 commits

Author SHA1 Message Date
Lorenzo Dematté
5411b93d49
Entitlements tools: public callers finder (#116257)
* WIP: Tool to find all public caller from a starting list of (JDK) methods.

* Add public-callers-finder tool, extract common stuff to common module

* Adjustments to visibility/functions and classes and modules to print out

* Spotless

* Missing gradle configuration

* Add details in README as requested in PR

* Update ASM version

* Including protected methods
2024-12-13 10:24:54 -05:00
Lorenzo Dematté
7bd5c69c8c
Update ASM 9.7 -> 9.7.1 to support JDK 24 (#118094) 2024-12-06 08:16:46 +01:00
Ryan Ernst
129e174551
Fix entitlement tools to build (#117351)
This commit adjusts the common lib of entitlement tools to use
elasticsearch.build so that it gets java version configuration
automatically. Additionally the mrjar plugin is removed from the core
lib since it is not used there.
2024-11-22 21:24:50 +00:00
Lorenzo Dematté
0d11e88d43
Entitlement tools: SecurityManager scanner (#116020) 2024-11-04 16:40:54 +01:00