pypa/pipfile

Security Vulnerability Alerts (in examples/Pipfile.lock)

pfmoore opened this issue · 5 comments

I'm seeing security vulnerability alerts for it that and the last commit was 18 months ago. Is this still being used, or should it be archived somehow?

As a PyPA project, I think it should at a minimum be keeping up with security alerts.

I guess, it's as active as pipenv is. :)

Seriously though, I've view pipenv as a stop-gap solution to pip actually solving the requirements.txt is both "user input" and "lockfile" problem with a "Requirements 2.0". I think I'm gonna start hitting that problem, once the resolver is out.

FWIW, those security vulnerabilities are in examples/Pipfile.lock, so they're not exactly "real". :)

It would be nice if they could be addressed "somehow", though, so I don't get spammed with vulnerability reports. Personally, I don't know what to do about them (short of trying to work out how to fix them myself...)

rmax commented

PR #127 updates the examples lock file.

Okay, closing this! Thanks @rmax! ^>^