Skip to content

Commit

Permalink
Merge branch 'urllib3-security-patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed May 4, 2019
2 parents 3a8aae8 + 0ad5e44 commit 5edeeb6
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -53,9 +53,9 @@ coveralls:

pkg: build
@echo "Generating sha256sum of Binary"
@sha256sum $(ROOT_DIR)/mtls/mtls > $(ROOT_DIR)/mtls/mtls.sha256sum
@sha256sum mtls/mtls > mtls/mtls.sha256sum
@echo "Signing binary"
@gpg --sign --detach-sign --output $(ROOT_DIR)/mtls/mtls.sig $(ROOT_DIR)/mtls/mtls
@gpg --sign --detach-sign --output mtls/mtls.sig mtls/mtls

clean:
@rm -r build dist $(PIP_ENV)
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -11,6 +11,7 @@ docker = "==3.7.1"
[packages]
cryptography = "==2.4.2"
python-gnupg = "==0.4.4"
urllib3 = "==1.24.2"
requests = "==2.21.0"
pycodestyle = "==2.4.0"
click = "==7.0"
Expand Down
74 changes: 38 additions & 36 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli.py
Expand Up @@ -5,7 +5,7 @@
from mtls import MutualTLS


VERSION = 'v0.8.0'
VERSION = 'v0.8.1'
HELP_TEXT = ('mtls is a PGP Web of Trust based SSL Client Certificate '
'generation tool based on Googles Beyond Corp Zero Trust '
'Authentication. Version {}.'.format(VERSION))
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
asn1crypto==0.24.0
certifi==2019.3.9
cffi==1.12.2
cffi==1.12.3
chardet==3.0.4
click==7.0
cryptography==2.4.2
Expand All @@ -13,4 +13,4 @@ pyopenssl==19.0.0
python-gnupg==0.4.4
requests==2.21.0
six==1.12.0
urllib3==1.24.1
urllib3==1.24.2

0 comments on commit 5edeeb6

Please sign in to comment.