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

[Security] Bump cordova-plugin-inappbrowser from 1.7.2 to 4.1.0 #51

Conversation

dependabot-preview[bot]
Copy link

Bumps cordova-plugin-inappbrowser from 1.7.2 to 4.1.0. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Privilege Escalation in cordova-plugin-inappbrowser Versions of cordova-plugin-inappbrowser prior to 3.1.0 are vulnerable to Privilege Escalation. A website running in the InAppBrowser webview on Android could execute arbitrary JavaScript in the main application's webview using a specially crafted gap-iab: URI. This affects Cordova Android applications using the package.

Recommendation

Upgrade to version 3.1.0 or later.

Affected versions: < 3.1.0

Changelog

Sourced from cordova-plugin-inappbrowser's changelog.

4.1.0 (Nov 17, 2020)

  • GH-792 fix(android): Add mitigation strategy for CVE-2020-6506
  • GH-817 Updated typings
  • GH-803 fix(android): allow compilation in old cordova-android versions
  • GH-688 (ios): allow to set "preferredContentMode"
  • GH-768 ci(travis): update osx xcode image
  • add documentation for InAppBrowserStatusBarStyle preference
  • undo whitespace changes due to editor preferrences
  • GH-728 iOS: added InAppBrowserStatusBarStyle preference
  • GH-767 ci(travis): updates Android API level
  • (ios): Fix incorrect view height from the second open time
  • GH-748 chore: adds package-lock file
  • GH-746 chore(npm): use short notation in package.json
  • GH-747 refactor(eslint): use cordova-eslint /w fix
  • GH-737 fix(ios): exit event not fired on swipe down

4.0.0 (Jun 09, 2020)

  • GH-715 (ios): fix regression in 2706f34
  • GH-685 chore: update install engines
  • GH-656 (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch
  • GH-693 fix(ios): Allow loading local html files
  • GH-293 Android: SSL errors handling in Android
  • GH-672 fix(ios): prevent statusbar rotation after closing InAppBrowser
  • chore(asf): update git notification settings
  • GH-669 Allow App using InAppBrowser to be hosted in a cross-origin iframe
  • GH-600 (all platforms): remove "window.open" overwrite
  • GH-670 chore: bump version to 4.0.0-dev
  • Update CONTRIBUTING.md
  • GH-662 docs: replaces outdated transition and presentation style links
  • GH-666 chore: remove deprecated orientation methods
  • GH-515 Fix incorrect TypeScript typings
  • GH-654 add check for openInSystem postNotification
  • GH-659 ci: updates Node.js versions
  • GH-658 chore(npm): improve ignore list
  • GH-442 fix(android): Reset lefttoright if not set
  • GH-648 (android) Correcting the documentation regarding lefttoright opt…
  • GH-634 (android) Added option to turn on/off fullscreen mode in Android
  • GH-616 (android) InAppBrowser: java.lang.IllegalArgumentException
  • GH-635 breaking(ios): remove UIWebView

3.2.0 (Jan 04, 2020)

  • GH-503 Defensive code to prevent NULL reference exceptions for async
  • GH-584 Add compile-time decision for disabling UIWebView
  • GH-524 Replace "beforeload" with BEFORELOAD
  • GH-568 Update missing closed brace to the insert.CSS
  • GH-401 Move createIframeBridge to injectDeferredObject
  • GH-534 Fix InAppBrowser not opening on iOS 13
  • ci(travis) Upgrade to node8

3.1.0 (Jun 27, 2019)

Commits
Maintainer changes

This version was pushed to npm by niklasmerz, a new releaser for cordova-plugin-inappbrowser since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser) from 1.7.2 to 4.1.0. **This update includes a security fix.**
- [Release notes](https://github.com/apache/cordova-plugin-inappbrowser/releases)
- [Changelog](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-plugin-inappbrowser@1.7.2...4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Nov 23, 2020
@dependabot-preview
Copy link
Author

Superseded by #53.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/cordova-plugin-inappbrowser-4.1.0 branch February 17, 2021 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants