FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing 0.2.2...0.4.0 · fedora-python/lxml_html_clean · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fedora-python/lxml_html_clean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.2
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: fedora-python/lxml_html_clean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8ce436d View commit details
    Browse the repository at this point in the history
  2. Raise warning for unstable URL parsing

    `urllib.parse` does not perform any input validation so
    its output might be invalid as well. Because host_whitelist
    functionality relies on hostnames parsed from URLs, the result of
    `urlsplit` is newly compared with the result of simple regex
    parser and If they differ, a warning is raised.
    frenzymadness committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8b3c612 View commit details
    Browse the repository at this point in the history
  3. Release 0.3.0

    frenzymadness committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    88973ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95455db View commit details
    Browse the repository at this point in the history
  5. Release 0.3.1

    hroncok authored and frenzymadness committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dcbc163 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 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 14, 2024
    Configuration menu
    Copy the full SHA
    3b644e9 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.0

    frenzymadness committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    90bcfa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a074425 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL