firepad
firepad copied to clipboard
Collaborative Text Editor Powered by Firebase
### Version info **Firebase:** 7.13.2 **Firepad:** 1.5.9 **Ace:** **CodeMirror:** **Other (e.g. Node, browser, operating system) (if applicable):** Monaco 0.20.0 ### Test case The error appeared when loading the examples. ###...
Demo: [plunker](http://plnkr.co/edit/BHbGqs2O3TqgxCZNawFU?p=preview) Notes: - Does not work when Chorme developer tools is open (not sure why), will revert to CM copy - requires a recent codemirror > 5.13.2 - Make...
fixes #397
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
### Version info **Firebase:** 7.13.2 npm package **Firepad:** 1.5.10 **Ace:** react-ace - 8.0.0 ### Test case http://plnkr.co/edit/pB0OPUMsaDgeQKsL ### Steps to reproduce Guess this is the same with any kind of...
We are working on the [ReDoS](https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS) problem and detected 1 vulnerable regex(es) from your repository. 1: ``\[(?:\\.|[^\]])*?\]|\\.|\(\?[:=!]|(\()`` in firepad/test/vendor/ace-1.2.5.js Please try the following: var pattern = "\\[(?:\\\\.|[^\\]])*?\\]|\\\\.|\\(\\?[:=!]|(\\()"; var input =...
### Version info **Firebase:last** **Firepad:last** **Ace:x** **CodeMirror:demo** **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case https://drive.google.com/file/d/1hOy2632IrzWlnrMDlNepevYS-ehX7J3k/view ### Steps to reproduce use the firepad on android using chrome...
I am a non-coder who implemented FirePad years ago into his website. Since 1. September 2020 content of all beloved firepads vanished. I recognized that the demos on https://demo.firepad.io/ have...
Firepad replaces CodeMirror redo/undo functions with its own handlers for undo and redo but when disposing Firepad, it doesn't return them to their original functions and this causes unexpected behavior...