hal-browser
hal-browser copied to clipboard
An API browser for the hal+json media type
All visual components have been updated to use Bootstrap v4 rather than v2.
This is my latest. It makes the HAL browser use jQuery 1.12.4, already patched against prototype pollution with the patches available here: https://github.com/DanielRuf/snyk-js-jquery-174006 I've tested this locally and against an...
In Spring Data REST, we need a more suitable way to tweak browser.html and inject our custom form and JSON Editor. Having a token to search on is quite handy....
According to [this ticket](https://jira.spring.io/browse/DATAREST-1370), [this CVE](https://nvd.nist.gov/vuln/detail/CVE-2019-11358) is contained in the jQuery version used by HAL browser. Would you mind upgrading to a recent version that has this CVE fixed?
Updates jQuery to 3.4.1. Only needed a small change in client.js, it seems. I ran some basic smoke tests and it seems to work well, I didn't run it against...
The example on haltalk.herokuapp.com currently results in a 500 Internal Server Error: http://haltalk.herokuapp.com/explorer/browser.html#/users
Hi, I'm playing with string boot and the HAL browser but I'm getting 405 every time I click on 'Non Get' icon. I'm new with this tool and I'm not...
If you open the NON-GET dialog and press submit, you get a URL of the form: `http://haltalk.herokuapp.com/explorer/browser.html#NON-GET:/` If you modify the URL to include javascript for example, it turns out...
This fixes an issue if someone supplies a url like: ``` #NON-GET:/">alert(document.domain) ```
Hi mikekelly, Thank you for your job. I am looking at your source code and try to port it into my app. I am experienced with backbone JS and jquery,...