linyows / sequelize-vault

🔑 A Sequelize plugin for easily integrating Hashicorp Vault
MIT License
8 stars 1 forks source link

Fix vulnerability #67

Closed linyows closed 4 years ago

linyows commented 4 years ago

Use createCiphervi and createDeciphervi instead of createCipher and createDecipher so that was deplicated.

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   84.11%   84.21%   +0.09%     
==========================================
  Files           4        4              
  Lines         170      171       +1     
  Branches       32       32              
==========================================
+ Hits          143      144       +1     
  Misses         12       12              
  Partials       15       15
Impacted Files Coverage Δ
src/vault.ts 82.6% <100%> (+0.25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6910d43...12f1146. Read the comment docs.