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

Check for security vulnerabilities #994

Closed
2 tasks done
Euphorbium opened this issue Mar 28, 2019 · 5 comments
Closed
2 tasks done

Check for security vulnerabilities #994

Euphorbium opened this issue Mar 28, 2019 · 5 comments

Comments

@Euphorbium
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

pipenv check scans for known security vulnerabilities in the dependancies. Poetry check does not seem to do that. Poetry should have a way to check for known security vulnerabilities.

@floer32
Copy link

floer32 commented Mar 28, 2019

It’s a great idea for you to check for security vulnerabilities!

It’s out of scope though.

It’s not great for Poetry to assume what tool you want to use or your threshold for “OK.” There’s an argument to be made that building that in like that, without the user thinking about it, can provide a false sense of security since it is only one kind of check.

@floer32
Copy link

floer32 commented Mar 28, 2019

@Euphorbium you may be interested to join the discussion of ways to streamline dev tasks with Poetry; security linting for dependencies would be an example of a great task to have examples for.

#241

@Euphorbium
Copy link
Author

https://github.com/pyupio/safety completely solves my needs. No need to do this in poetry.

@MisterGlass
Copy link

If anyone is looking to do this, you can use this bash one liner to run a check:
poetry export --without-hashes -f requirements.txt | safety check --full-report --stdin

Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants