Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-01-21Enable CommonMark source line position informationBrett Walker
2019-01-17Refactoring and addressing review commentsBrett Walker
2019-01-11Updates based on review commentsBrett Walker
2019-01-09Properly process footnotes in markdownBrett Walker
2018-07-24Fix slow Markdown renderingStan Hu
2018-07-23Enable frozen strings in lib/banzai/filter/*.rbStan Hu
2018-07-04Use strong_memoize to customize the SanitizationFilter whitelistRobert Speicher
2018-06-30dup whitelist before modificationPirate Praveen
2018-06-18Whitelist text-align property for th and tdDouwe Maan
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
2017-09-28Strip before passing to addressable, otherwise it's invalidLin Jen-Shin
2017-09-22Re-allow `name` attribute on user-provided anchor HTMLRobert Speicher
2017-09-08Merge branch 'rs-issue-36104' into 'security-9-5'Douwe Maan
2017-09-08Merge branch 'rs-issue-36098' into 'security-9-5'Robert Speicher
2017-05-24Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova
2017-04-06Merge branch '30125-markdown-security'Robert Speicher
2017-03-06SanitizationFilter allows html5 details and summary (Issue #21605)James
2016-10-04Adds v-pre to code blocks in commentsPhil Hughes
2016-09-23Fix the leak mentioned in 504a3b5 by another wayAhmad Sherif
2016-09-23Revert "Fix a memory leak caused by Banzai::Filter::SanitizationFilter"Ahmad Sherif
2016-08-14Fix a memory leak caused by Banzai::Filter::SanitizationFilterAhmad Sherif
2016-05-09Use a case-insensitive comparison in sanitizing URI schemesStan Hu
2016-03-24Remove redundant `require`s from Banzai filesRobert Speicher
2016-03-15Be more intelligent about sanitizing links with unsafe protocolsRobert Speicher
2016-02-24Sanitize `vbscript:` linksRobert Speicher
2016-02-22Sanitize `data:` linksRobert Speicher
2016-02-04Make Pipelines responsible for defining their custom whitelistRobert Speicher
2016-01-23Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel
2016-01-14Prevent circular reference error in BanzaiDouwe Maan
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan