-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
v0.1.8 #17
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 5166607.
…cargo.toml, better comments
Hey, haven't been able to work on the latest version (and a lot of new features) because of my obligations as an asian student. |
this project is awesome!!! please come back soon. |
This version should introduce a lot of features that are crucial to pyscan, explained below.
Listed in the order of importance.
pyscan | pyscan map
: Persistent dependency network analysis; responsive to changes, scans every dependency and their dependencies with efficiency and provides a graph/map, with indicators for different levels of severity.pyscan check
: help novice developers avoid installing malicious dependencies from PyPI.pyscan history
: Scan history, Age analysis and Dependency evolution tracking; should show how old a dependency is, and whether its worth updating to the latest version, other analytics.pyscan common
: Dependency correlation; Analyze which dependencies in different projects have common vulnerabilities. This can help identify patterns and potentially identify shared security concerns across projects, making it valuable not just for individual developers but the Python community as a whole.pyscan report
: risk assessment reports.pyscan alert
: custom alerts through email, Github issues or Slack.pyscan trends
: vulnerability trends.pyscan score
: security scorecards.Issues fixed