OpenCRE
OpenCRE copied to clipboard
Bugfix/514 🐛 Fix explorer incomplete
This PR is a step further on the issue here, trying to fix the issue with the incomplete explorer. My previous PR was only including one level of links once it reached the end of the root_cres response: https://github.com/OWASP/OpenCRE/pull/518
This PR includes the full tree.
However, the full tree doesn't fit into local storage, so the page loads really slowly.
It might be ok for a proof of concept, but requires further discussion.
If this is merged, you'll need to clear your application cache and refresh the page. Local storage lasts 2 days, so users who don't know this can see the new content in two days.