-
Notifications
You must be signed in to change notification settings - Fork 266
Update dependency karma to v6 [SECURITY] #169
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-karma-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bd2bcc6
to
f7b294d
Compare
4a8460f
to
722764d
Compare
ce48942
to
3bf9d94
Compare
e2da1b1
to
5ef771f
Compare
02283e9
to
9a397d3
Compare
9a397d3
to
8f90478
Compare
8f90478
to
14dccd1
Compare
50f0ea1
to
7889728
Compare
7889728
to
0aecd14
Compare
0aecd14
to
7380f98
Compare
b9b009e
to
7d25074
Compare
5e49071
to
0a5c5f6
Compare
67e7cd7
to
69856c9
Compare
1287abf
to
71f0278
Compare
c0b2d9f
to
4d4370d
Compare
f887792
to
55528be
Compare
55528be
to
c376ecf
Compare
c376ecf
to
5d60b89
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.13.0
->^6.3.16
GitHub Vulnerability Alerts
CVE-2022-0437
karma prior to version 6.3.14 contains a cross-site scripting vulnerability.
CVE-2021-23495
Karma before 6.3.16 is vulnerable to Open Redirect due to missing validation of the return_url query parameter.
Release Notes
karma-runner/karma (karma)
v6.3.16
Compare Source
Bug Fixes
v6.3.15
Compare Source
Bug Fixes
v6.3.14
Compare Source
Bug Fixes
singleRun
andautoWatch
arefalse
(69cfc76)returnUrl
query param (839578c)v6.3.13
Compare Source
Bug Fixes
v6.3.12
Compare Source
Bug Fixes
v6.3.11
Compare Source
Bug Fixes
v6.3.10
Compare Source
Bug Fixes
v6.3.9
Compare Source
Bug Fixes
v6.3.8
Compare Source
Bug Fixes
v6.3.7
Compare Source
Bug Fixes
v6.3.6
Compare Source
Bug Fixes
v6.3.5
Compare Source
Bug Fixes
v6.3.4
Compare Source
Bug Fixes
v6.3.3
Compare Source
Bug Fixes
v6.3.2
Compare Source
Bug Fixes
v6.3.1
Compare Source
Bug Fixes
v6.3.0
Compare Source
Features
config.set()
call in karma.conf.js (#3660) (4c9097a)v6.2.0
Compare Source
Features
6.1.2 (2021-03-09)
Bug Fixes
6.1.1 (2021-02-12)
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
karma.config.parseConfig
error handling (#3635) (9dba1e2)6.0.4 (2021-02-01)
Bug Fixes
6.0.3 (2021-01-27)
Bug Fixes
6.0.2 (2021-01-25)
Bug Fixes
6.0.1 (2021-01-20)
Bug Fixes
customFileHandlers
provider (#3624) (25d9abb)v6.0.4
Compare Source
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
customFileHandlers
provider (#3624) (25d9abb)v6.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
require('karma').server.start()
andrequire('karma').Server.start()
variants were removed from the public API. Instead use canonical form:dart
file type has been removed without a replacement.customFileHandlers
DI token has been removed. Usemiddleware
to achieve similar functionality.customScriptTypes
DI token has been removed. It had no effect, so no replacement is provided.5.2.3 (2020-09-25)
Bug Fixes
5.2.2 (2020-09-08)
Bug Fixes
5.2.1 (2020-09-02)
Bug Fixes
v5.2.3
Compare Source
Bug Fixes
v5.2.2
Compare Source
Bug Fixes
v5.2.1
Compare Source
Bug Fixes
v5.2.0
Compare Source
Bug Fixes
Features
5.1.1 (2020-07-28)
Bug Fixes
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
5.0.9 (2020-05-19)
Bug Fixes
5.0.8 (2020-05-18)
Bug Fixes
5.0.7 (2020-05-16)
Bug Fixes
5.0.6 (2020-05-16)
Bug Fixes
5.0.5 (2020-05-07)
Bug Fixes
5.0.4 (2020-04-30)
Bug Fixes
5.0.3 (2020-04-29)
Bug Fixes
5.0.2 (2020-04-16)
Bug Fixes
5.0.1 (2020-04-10)
Bug Fixes
v5.0.9
Compare Source
Bug Fixes
v5.0.8
Compare Source
Bug Fixes
v5.0.7
Compare Source
Bug Fixes
v5.0.6
Compare Source
Bug Fixes
v5.0.5
Compare Source
Bug Fixes
v5.0.4
Compare Source
Bug Fixes
v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
Bug Fixes
Code Refactoring
Continuous Integration
Features
DEFAULT_LISTEN_ADDR
constant (#3443) (057d527), closes #2479BREAKING CHANGES
4.4.1 (2019-10-18)
Bug Fixes
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Bug Fixes
Features
v4.3.0
Compare Source
Bug Fixes
test:client
silently failing on Travis (#3343) (1489e9a), closes /travis-ci.org/karma-runner/karma/jobs/537027667#L1046Features
v4.2.0
Compare Source
Bug Fixes
v4.1.0
Compare Source
Bug Fixes
4.0.1 (2019-02-28)
Bug Fixes
v4.0.1
Compare Source
Bug Fixes
v4.0.0
Compare Source
Bug Fixes
Chores
BREAKING CHANGES
3.1.4 (2018-12-17)
Bug Fixes
3.1.3 (2018-12-01)
Bug Fixes
3.1.2 (2018-12-01)
Bug Fixes
Features
3.1.1 (2018-10-23)
Bug Fixes
v3.1.4
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.