Debian Patches

Status for ruby-kramdown/2.3.0-5

Patch Description Author Forwarded Bugs Origin Last update
fix_manpage_warnings.patch no
0002-Restrict-Rouge-formatters-to-Rouge-Formatters-namesp.patch Restrict Rouge formatters to Rouge::Formatters namespace
ff0218a added support for specifying custom Rouge formatters with the
constraint that the formatter be in theRouge::Formatters namespace, but
it did not actually enforce this constraint. For example, this is valid:

```ruby
Rouge::Formatters.const_get('CSV')
=> CSV
```

Adding the `false` parameter to `const_get` prevents this:

```ruby
Rouge::Formatters.const_get('CSV', false)
```
Stan Hu <stanhu@gmail.com> no 2021-03-14

All known versions for source package 'ruby-kramdown'

Links