question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make a licensing note somewhere about `pipenv check`

See original GitHub issue

While writing https://github.com/pyupio/safety-db/pull/2261, I realised that commercial redistributors of pipenv should take close note of the fact that pipenv check relies on a CC-BY-NC-SA CVE database maintained by pyup.io: https://github.com/pyupio/safety-db

This means that commercial redistributors of pipenv need to choose between:

  • disabling pipenv check;
  • patching pipenv to use a different vulnerability database (e.g. one they maintain themselves); or
  • paying pyup.io for a commercial usage license

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:36 (25 by maintainers)

github_iconTop GitHub Comments

3reactions
kennethreitzcommented, Mar 14, 2018

I’ll work on it. Unless you want to do it 😃

2reactions
kennethreitzcommented, Mar 15, 2018

Thanks for the openness @jayfk!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use pipenv in your python project - jcutrer.com
“goodbye requirements.txt, hello Pipfile”. In this article, I will introduce you to pipenv and show you how easy it is to use. pipenv...
Read more >
Basic Usage of Pipenv - Read the Docs
Pipenv is a reference implementation for using Pipfile. Here is a simple example ... Note. All sub-dependencies will get added to the Pipfile.lock...
Read more >
Make Pipenv create the virtualenv in the same folder
PIPENV_VENV_IN_PROJECT is an environment variable, just set it (the value doesn't matter, but must not be empty). Make sure to export it so ......
Read more >
Pipenv: promises a lot, delivers very little | Chris Warrick
Pipenv is a Python packaging tool that does one thing reasonably well. It tries to promote itself as much more than it is....
Read more >
Snyk for Python - Snyk User Docs
PyPI licenses are supported for all Python projects. ... To build the dependency tree, run pipenv install as Snyk needs this to create...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found