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

svg: use higher specifity regexp for checks #128

Merged
merged 6 commits into from Nov 14, 2018

Commits on Oct 4, 2018

  1. svg: use higher specifity regexp for checks

    Based on http://dassur.ma/things/regexp-quote/#bonus-html-tags
    
    Essentially for if `<svg onclick='alert(">")'>`. A gigantic increase in complexity though...
    ZaneHannanAU committed Oct 4, 2018
    Copy the full SHA
    5badcf1 View commit details
    Browse the repository at this point in the history
  2. Create viewbox-width-height-brackets.svg

    Used for possible HTML stuff.
    ZaneHannanAU committed Oct 4, 2018
    Copy the full SHA
    844d39c View commit details
    Browse the repository at this point in the history
  3. Create no-quotes.svg

    should fail; but can (possibly) pass.
    ZaneHannanAU committed Oct 4, 2018
    Copy the full SHA
    d1a92b3 View commit details
    Browse the repository at this point in the history
  4. Create broken-quotes.svg

    Unescaped quotes within image.
    ZaneHannanAU committed Oct 4, 2018
    Copy the full SHA
    74893e0 View commit details
    Browse the repository at this point in the history
  5. break broken quotes

    ZaneHannanAU committed Oct 4, 2018
    Copy the full SHA
    378d67a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Copy the full SHA
    9b40caa View commit details
    Browse the repository at this point in the history