Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing 'proxy' and 'cache' params in 'fetch_database' call #234

Merged
merged 1 commit into from Jul 4, 2019

Conversation

dhrmn
Copy link

@dhrmn dhrmn commented Jul 4, 2019

In safety.check(), when vulnerable packages are found, a second
'fetch_database' call is executed to get details. However, the 'proxy'
and 'cache' parameters are not passed to it. This patch fixes that.

In safety.check(), when vulnerable packages are found, a second
'fetch_database' call is executed to get details. However, the 'proxy'
and 'cache' parameters are not passed to it. This patch fixes that.
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #234 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   74.28%   74.28%           
=======================================
  Files           7        7           
  Lines         350      350           
=======================================
  Hits          260      260           
  Misses         90       90
Impacted Files Coverage Δ
safety/safety.py 88.57% <100%> (ø) ⬆️

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 3b81f90...e42e1ca. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants