summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/sanitization_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-13/+6
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+8
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+5
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-11/+11
* Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie2019-07-121-78/+4
* Enable CommonMark source line position informationBrett Walker2019-01-211-0/+3
* Refactoring and addressing review commentsBrett Walker2019-01-171-11/+7
* Updates based on review commentsBrett Walker2019-01-101-2/+2
* Properly process footnotes in markdownBrett Walker2019-01-081-2/+25
* Fix slow Markdown renderingStan Hu2018-07-241-1/+1
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Use strong_memoize to customize the SanitizationFilter whitelistRobert Speicher2018-07-031-12/+5
* dup whitelist before modificationPirate Praveen2018-06-301-1/+1
* Whitelist text-align property for th and tdDouwe Maan2018-06-181-1/+2
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-2/+12
* Strip before passing to addressable, otherwise it's invalidLin Jen-Shin2017-09-281-1/+2
* Re-allow `name` attribute on user-provided anchor HTMLRobert Speicher2017-09-221-1/+2
* Merge branch 'rs-issue-36104' into 'security-9-5'Douwe Maan2017-09-071-0/+3
* Merge branch 'rs-issue-36098' into 'security-9-5'Robert Speicher2017-09-071-1/+21
* Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-241-0/+4
* Merge branch '30125-markdown-security'Robert Speicher2017-04-051-22/+0
* SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+4
* Adds v-pre to code blocks in commentsPhil Hughes2016-10-041-1/+1
* Fix the leak mentioned in 504a3b5 by another wayAhmad Sherif2016-09-231-29/+31
* Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter"Ahmad Sherif2016-09-231-3/+1
* Fix a memory leak caused by Banzai::Filter::SanitizationFilterfix/sanitization-filter-leakAhmad Sherif2016-08-141-1/+3
* Use a case-insensitive comparison in sanitizing URI schemesStan Hu2016-05-091-1/+1
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-3/+0
* Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-2/+7
* Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-231-1/+3
* Sanitize `data:` linksRobert Speicher2016-02-211-4/+4
* Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipelineRobert Speicher2016-02-031-8/+1
* Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+4
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-1/+0
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+99