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

security: replace vulnerable regex with parser #1223

Merged
merged 5 commits into from
Apr 17, 2018

Commits on Apr 15, 2018

  1. security: replace vulnerable regex with parser

    Problem: link regex was vulnerable
    Solution: dedicated parser
    
    Fixes: markedjs#1222
    davisjam committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    4717be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad9ca0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. address review comments

    davisjam committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    fbf93a8 View commit details
    Browse the repository at this point in the history
  2. address review comments

    davisjam committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    ba2fc13 View commit details
    Browse the repository at this point in the history
  3. address review comments

    davisjam committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    47f4388 View commit details
    Browse the repository at this point in the history