Merge branch 'master' into verify-cert-chain

This commit is contained in:
Hossein Shafagh 2019-03-04 17:55:36 -08:00 committed by GitHub
commit 54ad3ba777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 32 deletions

View File

@ -317,7 +317,7 @@ def render(args):
if filt:
terms = filt.split(';')
term = '{0}%'.format(terms[1])
term = '%{0}%'.format(terms[1])
# Exact matches for quotes. Only applies to name, issuer, and cn
if terms[1].startswith('"') and terms[1].endswith('"'):
term = terms[1][1:-1]

View File

@ -4,16 +4,17 @@
#
# pip-compile --output-file requirements-dev.txt requirements-dev.in -U --no-index
#
aspy.yaml==1.1.2 # via pre-commit
aspy.yaml==1.2.0 # via pre-commit
bleach==3.1.0 # via readme-renderer
certifi==2018.11.29 # via requests
cfgv==1.4.0 # via pre-commit
cfgv==1.5.0 # via pre-commit
chardet==3.0.4 # via requests
docutils==0.14 # via readme-renderer
flake8==3.5.0
identify==1.3.0 # via pre-commit
identify==1.4.0 # via pre-commit
idna==2.8 # via requests
importlib-metadata==0.8 # via pre-commit
importlib-resources==1.0.2 # via pre-commit
invoke==1.2.0
mccabe==0.6.1 # via flake8
nodeenv==1.3.3
@ -22,7 +23,7 @@ pre-commit==1.14.4
pycodestyle==2.3.1 # via flake8
pyflakes==1.6.0 # via flake8
pygments==2.3.1 # via readme-renderer
pyyaml==5.1b1
pyyaml==5.1b3
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.21.0 # via requests-toolbelt, twine
@ -31,6 +32,6 @@ toml==0.10.0 # via pre-commit
tqdm==4.31.1 # via twine
twine==1.13.0
urllib3==1.24.1 # via requests
virtualenv==16.4.1 # via pre-commit
virtualenv==16.4.3 # via pre-commit
webencodings==0.5.1 # via bleach
zipp==0.3.3 # via importlib-metadata

View File

@ -8,8 +8,8 @@ acme==0.31.0
alabaster==0.7.12 # via sphinx
alembic-autogenerate-enums==0.0.2
alembic==1.0.7
amqp==2.4.1
aniso8601==4.1.0
amqp==2.4.2
aniso8601==5.1.0
arrow==0.13.1
asn1crypto==0.24.0
asyncpool==1.0
@ -17,16 +17,16 @@ babel==2.6.0 # via sphinx
bcrypt==3.1.6
billiard==3.5.0.5
blinker==1.4
boto3==1.9.102
botocore==1.12.102
boto3==1.9.106
botocore==1.12.106
celery[redis]==4.2.1
certifi==2018.11.29
certsrv==2.1.1
cffi==1.12.1
cffi==1.12.2
chardet==3.0.4
click==7.0
cloudflare==2.1.0
cryptography==2.5
cryptography==2.6.1
dnspython3==1.15.0
dnspython==1.15.0
docutils==0.14
@ -50,7 +50,7 @@ jinja2==2.10
jmespath==0.9.4
josepy==1.1.0
jsonlines==1.2.0
kombu==4.3.0
kombu==4.4.0
lockfile==0.12.2
mako==1.0.7
markupsafe==1.1.1
@ -60,7 +60,7 @@ mock==2.0.0
ndg-httpsclient==0.5.1
packaging==19.0 # via sphinx
paramiko==2.4.2
pbr==5.1.2
pbr==5.1.3
pem==18.2.0
psycopg2==2.7.7
pyasn1-modules==0.2.4
@ -75,9 +75,10 @@ pyrfc3339==1.1
python-dateutil==2.8.0
python-editor==1.0.4
pytz==2018.9
pyyaml==5.1b1
pyyaml==5.1b3
raven[flask]==6.10.0
redis==2.10.6
relativetimebuilder==0.2.0
requests-toolbelt==0.9.1
requests[security]==2.21.0
retrying==1.3.3

View File

@ -6,17 +6,17 @@
#
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==18.2.0 # via pytest
attrs==19.1.0 # via pytest
aws-xray-sdk==0.95 # via moto
boto3==1.9.102 # via moto
boto3==1.9.106 # via moto
boto==2.49.0 # via moto
botocore==1.12.102 # via boto3, moto, s3transfer
botocore==1.12.106 # via boto3, moto, s3transfer
certifi==2018.11.29 # via requests
cffi==1.12.1 # via cryptography
cffi==1.12.2 # via cryptography
chardet==3.0.4 # via requests
click==7.0 # via flask
coverage==4.5.2
cryptography==2.5 # via moto
cryptography==2.6.1 # via moto
docker-pycreds==0.4.0 # via docker
docker==3.7.0 # via moto
docutils==0.14 # via botocore
@ -37,20 +37,20 @@ mock==2.0.0 # via moto
more-itertools==6.0.0 # via pytest
moto==1.3.7
nose==1.3.7
pbr==5.1.2 # via mock
pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
py==1.8.0 # via pytest
pyaml==18.11.0 # via moto
pycparser==2.19 # via cffi
pycryptodome==3.7.3 # via python-jose
pyflakes==2.1.0
pyflakes==2.1.1
pytest-flask==0.14.0
pytest-mock==1.10.1
pytest==4.3.0
python-dateutil==2.8.0 # via botocore, faker, freezegun, moto
python-jose==2.0.2 # via moto
pytz==2018.9 # via moto
pyyaml==5.1b1
pyyaml==5.1b3
requests-mock==1.5.2
requests==2.21.0 # via aws-xray-sdk, docker, moto, requests-mock, responses
responses==0.10.5 # via moto

View File

@ -7,24 +7,24 @@
acme==0.31.0
alembic-autogenerate-enums==0.0.2
alembic==1.0.7 # via flask-migrate
amqp==2.4.1 # via kombu
aniso8601==4.1.0 # via flask-restful
amqp==2.4.2 # via kombu
aniso8601==5.1.0 # via flask-restful, relativetimebuilder
arrow==0.13.1
asn1crypto==0.24.0 # via cryptography
asyncpool==1.0
bcrypt==3.1.6 # via flask-bcrypt, paramiko
billiard==3.5.0.5 # via celery
blinker==1.4 # via flask-mail, flask-principal, raven
boto3==1.9.102
botocore==1.12.102
boto3==1.9.106
botocore==1.12.106
celery[redis]==4.2.1
certifi==2018.11.29
certsrv==2.1.1
cffi==1.12.1 # via bcrypt, cryptography, pynacl
cffi==1.12.2 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
click==7.0 # via flask
cloudflare==2.1.0
cryptography==2.5
cryptography==2.6.1
dnspython3==1.15.0
dnspython==1.15.0 # via dnspython3
docutils==0.14 # via botocore
@ -47,7 +47,7 @@ jinja2==2.10
jmespath==0.9.4 # via boto3, botocore
josepy==1.1.0 # via acme
jsonlines==1.2.0 # via cloudflare
kombu==4.3.0 # via celery
kombu==4.4.0 # via celery
lockfile==0.12.2
mako==1.0.7 # via alembic
markupsafe==1.1.1 # via jinja2, mako
@ -56,7 +56,7 @@ marshmallow==2.18.1
mock==2.0.0 # via acme
ndg-httpsclient==0.5.1
paramiko==2.4.2
pbr==5.1.2 # via mock
pbr==5.1.3 # via mock
pem==18.2.0
psycopg2==2.7.7
pyasn1-modules==0.2.4 # via python-ldap
@ -70,9 +70,10 @@ python-dateutil==2.8.0 # via alembic, arrow, botocore
python-editor==1.0.4 # via alembic
python-ldap==3.1.0
pytz==2018.9 # via acme, celery, flask-restful, pyrfc3339
pyyaml==5.1b1
pyyaml==5.1b3
raven[flask]==6.10.0
redis==2.10.6
relativetimebuilder==0.2.0 # via aniso8601
requests-toolbelt==0.9.1 # via acme
requests[security]==2.21.0
retrying==1.3.3