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

Bump web-console from 2.0.0.beta3 to 2.1.3 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 26, 2019

Bumps web-console from 2.0.0.beta3 to 2.1.3.

Release notes

Sourced from web-console's releases.

2.1.3

  • Fix remote code execution vulnerability in Web Console. CVE-2015-3224.

2.1.2

2.1.1

2.1.0

2.0.0

Debugging tool for the error pages

An interactive console is launched automatically in the default Rails error
page. It makes it easy to inspect the stack trace and execute Ruby code in the stack
trace's bindings.

(Check out better_errors as a great alternative for any Rack application!)

image

Debugging tool in your controllers and views

Drop <%= console %> anywhere in a view to launch an interactive console
session and execute code in it. Drop console anywhere in a controller and do
the same in the context of the controller action.

image

No more VT100 web terminal emulators

This feature fall behind as it didn't see that much use.

Changelog

Sourced from web-console's changelog.

2.1.3

  • Fix remote code execution vulnerability in Web Console. CVE-2015-3224.

2.1.2

2.1.1

2.1.0

Commits
  • d1753b0 Release 2.1.3
  • fc321fd Always apply Web Console's stricter whitelist to remote IPs
  • 674abe1 Merge pull request #117 from gsamokovarov/prepare-for-2-1-2-release
  • 949ddab Prepare for 2.1.2 release
  • a613d6b Merge pull request #115 from gsamokovarov/follow-original-exception
  • 261265c Show proper binding when raising an error in a template
  • 4ad861c Merge pull request #114 from gsamokovarov/action-view-non-redering
  • 3a8d155 Fix templates non rendering, because of missing template suffix
  • e75be32 Merge pull request #113 from gsamokovarov/prepare-for-2-1-1-release
  • c492177 Prepare 2.1.1 release
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants