bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
104 stars 104 forks source link

Problem: cyrptoconditions dependency updated because of vulnerability #472

Closed muawiakh closed 6 years ago

muawiakh commented 6 years ago

cyrptoconditions dependency updated because of vulnerability CVE-2018-10903

See https://github.com/bigchaindb/cryptoconditions/issues/105 and https://github.com/bigchaindb/cryptoconditions/issues/107

codecov-io commented 6 years ago

Codecov Report

Merging #472 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #472   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files           5        5           
  Lines         239      239           
=======================================
  Hits          236      236           
  Misses          3        3
ttmc commented 6 years ago

This is a good start, but first we've got to get https://github.com/bigchaindb/cryptoconditions/pull/111 passing and merged, then we can do a new release of the cryptoconditions package (maybe version 0.7.2) and then we can get this PR updated and passing.