gitlab-org--gitlab-foss/lib/banzai
Stan Hu 0faf772b6c Gracefully handle garbled URIs in Markdown
There are certain inputs that look like valid URIs that are accepted by URI
but not Addressable::URI. Handle the case where the latter fails.

Closes #41442
2017-12-22 23:21:12 -08:00
..
filter Gracefully handle garbled URIs in Markdown 2017-12-22 23:21:12 -08:00
pipeline Use relative URLs when linking to uploaded files 2017-12-22 15:09:16 +00:00
reference_parser Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
renderer Merge branch '30125-markdown-security' 2017-04-05 21:03:46 -07:00
commit_renderer.rb Adds cacheless render to Banzai object render 2017-09-06 15:35:35 +01:00
cross_project_reference.rb Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
filter.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00
filter_array.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
issuable_extractor.rb Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
object_renderer.rb adding view and feature specs 2017-12-07 09:06:59 -05:00
pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
querying.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
redactor.rb Fix Markdown styling inside reference links 2016-11-01 09:49:30 +00:00
reference_extractor.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
reference_parser.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
renderer.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
request_store_reference_cache.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00