Skip to content
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: karma-runner/karma Loading
base: v6.3.13
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v6.3.14
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 1, 2022

  1. fix(security): remove XSS vulnerability in returnUrl query param

    The `returnUrl` query parameter can be used to execute malicious code. For
    example, visiting
    `http://localhost:9876/?return_url=javascript:alert(document.domain)` will
    display an alert.
    Jonathan Ginsburg committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    839578c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix: warn when singleRun and autoWatch are false

    Setting `singleRun` and `autoWatch` to `false` will not immediately run
    anything. Warn the user about this.
    Jonathan Ginsburg committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    69cfc76 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. fix: remove string template from client code

    It is incompatible with IE.
    Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    91d5acd View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.14 [skip ci]

    ## [6.3.14](v6.3.13...v6.3.14) (2022-02-05)
    
    ### Bug Fixes
    
    * remove string template from client code ([91d5acd](91d5acd))
    * warn when `singleRun` and `autoWatch` are `false` ([69cfc76](69cfc76))
    * **security:** remove XSS vulnerability in `returnUrl` query param ([839578c](839578c))
    semantic-release-bot committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c97e562 View commit details
    Browse the repository at this point in the history
Loading