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

Prevent panic on fuzzer provided string #14405

Merged
merged 5 commits into from
Jan 20, 2021

Commits on Jan 19, 2021

  1. Prevent panic on fuzzer provided string

    The fuzzer has found that providing a <body> tag with an attribute to
    PostProcess causes a panic. This PR removes any rendered html or body
    tags from the output.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    29289d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Placate lint

    zeripath authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    79330db View commit details
    Browse the repository at this point in the history
  2. placate lint again

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    3cb8f9f View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bce2a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ebd07b View commit details
    Browse the repository at this point in the history