-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
[Master issue] Prepare eXist 5.3.0 stable release #3914
Comments
Now updated with entries for reviewing and merging the crypto lib package, and publishing it to the public-repo. |
Crypto lib needs to wait for 5.3.0 to be released - so technically we should mention this ticket over in the crypto lib PR and not the other way around. Do you agree @joewiz ? |
I think |
@line-o Ah, I didn't realize the crypto lib's new version had to come after the release of eXist 5.3.0. Since the crypto lib's release is an important aspect of the eXist 5.3.0 release, I think it's worth keeping a checkbox here. How about if I move that to-do item to the "Finally" section? |
@line-o Regarding the briefly worded "core+saxon" item, I agree that #3836 addresses the XXE issue, but it doesn't address the RFI issue. That topic came up only in the Community Call on May 10:
This deserves its own issue, but the idea is that eXist allows guest users to trigger HTTP requests for remote files (RFI), and the configuration option envisioned here would add a condition to all functions like Update: Issue added: #3927. |
@joewiz re: crypto lib checkbox in Finally is good. |
@joewiz regarding the introduction of new configuration option to address RFI for guest users: That deserves its separate issue, yes. |
CVE-2019-17570 addresses malicious XML-RPC servers. In our scenario this is existdb itself which we ultimately trust as it is under our control, correct? |
I fixed this on in FusionDB previously. You basically have to host patched versions of the Apache XML-RPC Jars |
Is Apache XML-RPC used as a client in exist-db or as a server? |
I would like to drop #3738 from the list as it introduces a breaking change (order of application of |
Indeed, #3738 is labelled as bound for 6.0.0. Ok to remove it from this list, @adamretter? |
I've split the "Update core apps to use templating v1.0.0 and remove all dependencies on shared-resources" into two separate checklist sets. This way we can track which apps have met each threshold. |
Both of course! eXist-db provides an XML-RPC API, and the XML:DB API also is implemented atop XML-RPC. The Java Admin Client is an XML-RPC client as are some of the functions in the XQuery XMLDB Extension module |
@joewiz No, it needs to be split into two parts. The parts for 5.3.0 and the parts for 6.0.0. I will try and do that over the weekend if I can find the time. |
We may want to pause on merging the PRs involving updating the core apps to use the new templating module until #3918 is resolved. The |
Thanks to Wolfgang’s release of templating v1.0.2, which sidesteps the performance issue in #3918, the work on migrating core apps to templating and toward removing shared-resources from them can continue. These PRs are ready for review & merge so far: |
FYI, someone checked |
Oh, sorry! That was me. |
@joewiz Docs have had their non templating dependency on shared resources removed about 2years ago, unless someone added them back in or I missed something |
@duncdrum Yes, you were right! It was still listed as a dependency in pom.xml and xar-assembly.xml and a couple of references lingered, but there were no substantive dependencies, so it was easy to pull those out. Thanks! |
The first app without shared-resources from the list above is now published - markdown v0.7.0 - to GitHub Releases and public-repo. Status of the other core apps being tracked in this master issue:
|
As promised, I added an issue to track the feature to prevent eXist from making external HTTP requests: #3927. I've added the link to the master description above too. |
@joewiz I'll add eXist-db/monex#155 to monex |
next one on the menu is fundocs: any takers? |
New versions of monex and eXide are available in the public repository. |
All core apps are now released and available in the public package repository. |
When #3939 is applied shared-resources and markdown are no longer bundled with existdb |
I just unchecked "Update exist-db.org with eXist 5.3.0 and updated core apps" as it appears exist-db.org is still running 5.1.1. |
All incomplete tasks have been accounted for in the new master issue. Work on these should continue there. #3968 |
core* - Apache XML-RPC CVE-2019-17570 / CVE-2016-5002 - Apache XML-RPC CVE-2016-5002 #3063 Update Apache XML-RPC #3934cannot be merged because it introduces a breaking changefile:sync prune param* - added optional 'prune' param to file:sync(...) #3084still needs XQSuite tests[ ] docs* - https://github.com/eXist-db/documentation/security/dependabot- these are build warnings, not security issues with read-only running appFinally:
Open Issue
Note: Tasks marked with * are drawn from @adamretter's list from Slack.
The text was updated successfully, but these errors were encountered: