Consult package vulnerabilities outside upload/download phase
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
Research direction
Start by tracing the existing upload, download, and Scan/Task analysis entry points that consult package vulnerabilities. Review how permissions, task completion, and vulnerability results are exposed today. Done means a REST client can retrieve current vulnerabilities for a package without downloading it or requiring write permission to trigger a scan.
Written by the indexing model from the issue text.
Description
Context
Currently the 3 ways in which the vulnerabilities of a package can be consulted/verified are:
- Upload phase
- Download phase
- Scan/Task analysis
The Vulnerabilies Database in Trustify is always changing so a Non Vulnerable package can have Vulnerabilities tomorrow
Problem statement
A REST API client (e.g. UI app or similar) would like to know the vulnerabilities by which certain package is affected without downloading the package.
Current approach:
- Three steps:
- Scan/Task package
- Wait for the task to complete
- Verify the vulnerabilities for the package
Limitations of the current approach:
- Trigger a Scan/Task requires a Write permissions while those who want to the package vulnerabilities might only need Read permissions
- The Three steps system described above, while easy to be executed manually, it brings its challenges when automated on the client side (e.g.)
- The UI would need to continuously fetch data to know whether or not the Scan/Task has finished while at the same time anyone else could be triggering a new scan in parallel
- Dominant language
- Python
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100