erubis
erubis copied to clipboard
Erubis is an fast and extensible eRuby implementation
https://github.com/adunkey fixed the vulnerability associated with XSS. This fix is being submitted on behalf of adunkey - they have been awarded $25 for fixing the vulnerability through the huntr bug...
This change fixes tests failed with Ruby 3.0 and a warning about deprecated `untaint` method. This is cumulative change based on #20.
ERB has the whitespace / newline suppression feature, but I have not seen newline suppression of in mentioned in Erubis documentation anywhere. I've also tried it out with no luck....
At least for the test suite ...
Good day @kwatch , `erubis` is a dependency of Rails 3, 4, 5.0 [1][2][3] When we install the Rails, `erubis` is used. However when we install `rails5.1`, `erubi` is used...
"Affected versions of the package are vulnerable to Cross-site Scripting (XSS). Single quotes were not properly escaped in the helper.rb and helpers/rails_helper.rb files." Fixed the escaping function by adding the...
The latest rubygems introduced a warning: ``` NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /usr/lib/ruby/gems/2.6.0/specifications/erubis-2.7.0.gemspec:17. ```
The "erubis" gem seems not to have a license at all. Unless a license that specifies otherwise is included, nobody else can use, copy, distribute, or modify that library without...