Hedley
Hedley
With [these minor changes](https://github.com/heds1/shiny/commit/0585fe15b0d1a45feb3e0494f0c2769031873d62) to showcase.R, I can populate the showcase tabPanel with scripts in the project's R directory. But unfortunately that breaks the highlighting. The `` tags aren't being...
@wch Would you accept a PR for this update? Looks like it was fixed in DatTables 1.10.22: https://github.com/DataTables/Dist-DataTables/commit/e2e19eac7e5a6f140d7eefca5c7deba165b357eb
Hi @bwlewis, If you're able to get it up to date, I'm interested in helping to keep it that way. (I just think the jump from r111 to r144 will...
MRE of XSS: ``` library(shiny) library(shinyWidgets) ui
@foobar0000 If you need immediate mitigation to satisfy security concerns, using `DT::renderDT` instead of `shiny::renderDataTable` will use the patched version of DataTables without the vulnerability. I can't speak for the...
@sbrugman Still looking to update jQuery and/or Bootstrap? I'm happy to contribute a PR for this if you let me know the version you're happy with.
Open issue upstream: https://github.com/WizardMac/ReadStat/issues/285
So there are two alternatives, each with problems: 1. Have `shiny::renderDataTable` call `DT::renderDT`. Con: The two functions are not always compatible. 2. Add the deprecated label to `shiny::renderDataTable` for a...
Thanks for the comments -- good to know that there is some mitigation, and that it's only used in specific circumstances. I'm happy to provide a PR that either updates...
Hi @bwlewis, just checking in on this -- any progress?