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

Scan for JS code also in CSS comments #19

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Commits on Nov 12, 2024

  1. Scan for JS code also in CSS comments

    The `Cleaner()` now scans for hidden JavaScript code embedded
    within CSS comments. In certain contexts, such as within `<svg>`
    or `<math>` tags, `<style>` tags may lose their intended function,
    allowing comments like `/* foo */` to potentially be executed by
    the browser.
    frenzymadness committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c5d816f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Release 0.4.0

    frenzymadness committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d475955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c0cb2 View commit details
    Browse the repository at this point in the history