-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop 3.0 292 solrupdate #767
Conversation
7.4 came ⇒ 7.3.1 disappeared everywhere!
It doesn't check user-provided path in any way. This allows overriding any file on the system with riak permissions.
Security fixes 1. if HTTP API is exposed: - read any file on the system — via /search/extract, the error message leaks file content; - send HTTP «GET /» request to any host — by PUT/POSTing text/xml document, or via /search/extract. This is also likely riak DoS if the host is attacker-controlled. 2. if PB API is exposed: - send HTTP «GET /» request to any host — by PUT/POST, see above. 3. if HTTP API is exposed: - override (with garbage) any file on the system with riak permissions.
Update ibrowse
Outstanding ssue with behaviours not being recognised
Also don't xref for locals_not_used as there are debug statements that are compiled to not warn in dialyzer - but will be flagged by xref
…-3.0-292-solrupdate
Changes required to support building of riak_test cases in OTP 20 - 22.
Align with other repos
Actually build solr again!
Where bench is expecting to find it
eqc tests will now run (and pass) using `./rebar3 as eqc do eunit`
There is also an issue with needing to include basho_bench as a dep in order to get riak_tests to run (many yokozuna riak_tests require basho_bench). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as the Erlang stuff goes, which looks to be the usual OTP20+ / relx fixups, looks good to me. Can't really comment on the Java / Solr side of things, but happy for it to be merged.
Change commented yokozuna branch, as this basho/yokozuna#767 is now merged into develop-3.0, and new updates are being PR'd into 3.0 (e.g. basho/yokozuna#768)
Change commented yokozuna branch, as this basho/yokozuna#767 is now merged into develop-3.0, and new updates are being PR'd into 3.0 (e.g. basho/yokozuna#768)
This brings in the uplift of the solr version, and some changes to allow riak_test to run on OTP 20+.
However, there still are riak_test failures. The failures appear to fall into three broad categories:
I think this should still be merged in, then we need to make the decision whether to: