Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 22, 2018

Bumps python-jose from 1.3.2 to 3.0.1. This update includes security fixes.

Vulnerabilities fixed

Sourced from The Sonatype OSS Index.

CWE-284: Improper Access Control
The software does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Affected versions: < 1.4.0, > 1.0.0

Release notes

Sourced from python-jose's releases.

3.0.1

No release notes provided.

3.0.0

As of 3.0.0, python-jose uses the pure python rsa package for signing and verifying RSA signatures by default.

Other backends can be used by installing python-jose with extras. Options include pycrypto, pycryptodome and cryptography. It is recommended that one of these options is used in production, as they will be much faster than the pure python rsa module.

The cryptography option is a good default.

Features

2.0.2

No release notes provided.

2.0.1

Bump the pycrpytodome dependency.

2.0.0

As of 2.0.0, python-jose uses pycrpytodome as the default signing backend for RSA functions.

Other backends can be used by installing python-jose with extras. Options include pycrypto and cryptography.

Features

1.4.0

Features

Fixes

Commits
  • b3c04ff Bump version to 3.0.1
  • 97da28c Merge pull request #107 from mpdavis/cryptography-x509-certificate-support
  • d3e6f73 Support X509 certificates with cryptography
  • e70b625 Merge pull request #97 from shenek/setup_py_tests
  • 8339a19 Merge pull request #101 from blag/flake8-fixes
  • 7ff8122 Merge pull request #103 from imsteev/update_function_param_comments
  • 0955621 update comments for key argument
  • 70faf31 Fix all flake8 issues except for E501 (line too long)
  • 3160e0f trigger tests using python setup.py test
  • 6b3d557 Merge pull request #94 from zulrang/patch-1
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @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
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Sep 22, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/python-jose-3.0.1 branch from 1488a5f to c6d8418 Compare September 22, 2018 07:13
Bumps [python-jose](https://github.com/mpdavis/python-jose) from 1.3.2 to 3.0.1. **This update includes security fixes.**
- [Release notes](https://github.com/mpdavis/python-jose/releases)
- [Commits](mpdavis/python-jose@1.3.2...3.0.1)

Signed-off-by: Christian Tavares <christian.tavares@ossystems.com.br>
@chtavares chtavares force-pushed the dependabot/pip/python-jose-3.0.1 branch from c6d8418 to 17bf93e Compare September 25, 2018 16:53
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 17bf93e on dependabot/pip/python-jose-3.0.1 into b0f3b74 on master.

@otavio otavio merged commit 689c021 into master Sep 25, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/python-jose-3.0.1 branch September 25, 2018 17:21
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

Development

Successfully merging this pull request may close these issues.

4 participants