This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: ministryofjustice/analytics-platform-shiny-server
Releases · ministryofjustice/analytics-platform-shiny-server
End of 2022 release
More dependencies updates and security fixes
This is a maintenance release which updates some of the dependencies.
Some of these updates include security fixes. Specifically:
- upgraded
set-value
dependency to address "Prototype Pollution" vulnerability. - upgraded
acorn
dependency to address "Regular Expression Denial of Service" vulnerability.
The way this server works should not have changed but more testing in real-world application is still a sensible thing to do before updating the rshiny-template
's Dockerfile
to use this new version.
PR: #4
Ticket: https://trello.com/c/PLR5Dft2
Security fix for websocket-extensions
Monkey patch SockJS Session
Monkeypatch SockJS Session This allows passing through custom headers like `USER_EMAIL` and the `cookie`
Proxy Headers
Proxy headers to backend This change copies the headers sent from the browser to the server, to the target shiny server.
Initial Relase
Make node binary name match Readme The node binary should be called `analytics-platform-shiny-server` instead of `analytical-platform-shiny-server`, updated the `package.json` to make it match the documentation.