7c62e4c82c
The IndicesTermsFilter Cache in core can leak data by not authorizing users prior to retrieving data from the cache. We work around this by ensuring that the cache has a maximum size of 0, effectively disabling it. A test is also added to ensure that data is not leaked by this cache or the cache used by the ScriptService in core. Closes elastic/elasticsearch#854 Original commit: elastic/x-pack-elasticsearch@8a48bdad98 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.