mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
jaymode
197817e900
use a time constant comparison function for security
For HMAC and password hash comparisons we need to use a time constant comparison that always compares the whole value in order to protect against timing attacks. Original commit: elastic/x-pack-elasticsearch@f6082c76b9
= 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.
Description
Languages
Java
99.5%
Groovy
0.4%