cryptonote
cryptonote copied to clipboard
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...
When the browser window height is too small the maximum vertical scroll does not cover the "Create CryptoNote" button, meaning the button is not visible when theres a scroll bar....
Using the Dockerfile below, the SQLite migration seems to fail: ```dockerfile FROM ruby:2.5.3 ENV RAILS_ENV production RUN apt-get install git RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - RUN apt-get install...
Hi, is it possible to use this tool somewhere else than at Heroku ? Any way to install this simply on an server ? thanks for your replies
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5. Changelog Sourced from websocket-extensions's changelog. 0.1.5 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7663) Commits 8108e77 Bump version to 0.1.5 c36eb3e...
Add a simple REST API so that the link can be generated programmatically. The caller would provide a text and the API would return a link.