DocumentUp
DocumentUp copied to clipboard
Pretty documentation generator for Github projects with proper Readme.
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.2 to 1.4.4. Release notes Sourced from rails-html-sanitizer's releases. 1.4.4 / 2022-12-13 Address inefficient regular expression complexity with certain configurations of Rails::Html::Sanitizer. Fixes CVE-2022-23517. See GHSA-5x79-w82f-gw8w for...
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.2 to 2.19.1. Release notes Sourced from loofah's releases. 2.19.1 / 2022-12-13 Security Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information. Address CVE-2022-23515, improper...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 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 [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Bumps [rack](https://github.com/rack/rack) from 1.6.1 to 1.6.13. 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...
Hi, Guard users have reported [the issue](https://github.com/guard/guard/issues/977) that our documentation, which is hosted on [guardgem.org](https://guardgem.org), is returning a blank page as [documentup.com](https://documentup.com) seems to be down (Server error). Could you...
Hi, any chance you could use subdomains instead of paths for resolving a project? I.e. ``` project.username.documentup.com ``` instead of ``` documentup.com/username/project ``` This would allow us to use CNAMEs...
```js $.ajax({ url: "https://documentup.com/compiled", dataType: "jsonp", data: { content: "# test", name: "Test JSONP!" }, success: function(resp){ // `status` is always provided if (resp.status == 200) { // Write to...
Bumps [sanitize](https://github.com/rgrove/sanitize) from 4.0.0 to 5.2.1. Release notes Sourced from sanitize's releases. v5.2.1 Bug Fixes Fixed an HTML sanitization bypass that could allow XSS. This issue affects Sanitize versions 3.0.0...
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...