Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown injection #236

Open
samuelcolvin opened this issue Nov 24, 2021 · 0 comments
Open

Add markdown injection #236

samuelcolvin opened this issue Nov 24, 2021 · 0 comments

Comments

@samuelcolvin
Copy link

Systems commonly used markdown for convenience when defining templates for emails or user messages, however markdown is often seen as benign and not properly escaped. I propose you add a section on markdown injection.

Here are a few things to include:

**this is bold**
*unclosed bold
_this is italics_
_unclosed italics
[this is a link](http://example.com)
[this is a link](javascript:alert(25);)
![An image](http://example.com/image.jpg)
---
* bullet point

You could also add '# a titlebut that would currently break your formatting for comments inblns.txt`, not sure if you currently have a way around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant