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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.12
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.16
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 31, 2022

  1. fix(deps): bump log4js to resolve security issue

    Fixes #3751
    devoto13 authored and Jonathan Ginsburg committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5bf2df3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.13 [skip ci]

    ## [6.3.13](v6.3.12...v6.3.13) (2022-01-31)
    
    ### Bug Fixes
    
    * **deps:** bump log4js to resolve security issue ([5bf2df3](5bf2df3)), closes [#3751](#3751)
    semantic-release-bot committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    db53785 View commit details
    Browse the repository at this point in the history

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
  3. ci: prevent duplicate CI tasks on creating a PR

    BrowserStack can be flaky when there are multiple concurrent jobs running on
    it. This commit makes sure that only 1 browser can run concurrently during the
    `npm run test:client` jobs and that the "Test" GitHub Action workflow is only
    trigerred once when creating a PR; having the `on: push` configuration made it
    so that GH triggers two duplicate jobs when a PR is opened.
    Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    653c762 View commit details
    Browse the repository at this point in the history
  4. fix(helper): make mkdirIfNotExists helper resilient to concurrent calls

    The main motivation for this change is karma-runner/karma-coverage#434 (comment) where concurrent calls to the helper fail because of the race between the check and directory creation. This is a temporary solution and should be replaced with the native [`mkdir`](https://nodejs.org/api/fs.html#fsmkdirpath-options-callback) with the `recursive` option once minimum supported Node is bumped to 12.
    devoto13 authored and Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    d9dade2 View commit details
    Browse the repository at this point in the history
  5. chore(release): 6.3.15 [skip ci]

    ## [6.3.15](v6.3.14...v6.3.15) (2022-02-05)
    
    ### Bug Fixes
    
    * **helper:** make mkdirIfNotExists helper resilient to concurrent calls ([d9dade2](d9dade2)), closes [/github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333](https://github.com//github.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333)
    semantic-release-bot committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c1befa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. fix(security): mitigate the "Open Redirect Vulnerability"

    Jonathan Ginsburg committed Feb 10, 2022
    1 Configuration menu
    Copy the full SHA
    ff7edbb View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.16 [skip ci]

    ## [6.3.16](v6.3.15...v6.3.16) (2022-02-10)
    
    ### Bug Fixes
    
    * **security:** mitigate the "Open Redirect Vulnerability" ([ff7edbb](ff7edbb))
    semantic-release-bot committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ab4b328 View commit details
    Browse the repository at this point in the history
Loading