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

How to list vulnerabilities additions? #106

Open
JorenZ opened this issue Aug 19, 2021 · 1 comment
Open

How to list vulnerabilities additions? #106

JorenZ opened this issue Aug 19, 2021 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@JorenZ
Copy link

JorenZ commented Aug 19, 2021

Describe your request
I would like to list Harbor repository vulnerability additions using the Harbor client.
I could not find how to do this:

  • the endpoint gets scraped: GetVulnerabilitiesAddition functions calling GET /projects/{project_name}/repositories/{repository_name}/artifacts/{reference}/additions/vulnerabilities exist in the code.
    • apiv2.internal.api.client.artifact.Client.GetVulnerabilitiesAddition exists but you cannot access this from outside the package, I think?

(This issue is identical to #99 except it concerns a different endpoint.)

@JorenZ JorenZ added help wanted Extra attention is needed question Further information is requested labels Aug 19, 2021
@elenz97
Copy link
Collaborator

elenz97 commented May 4, 2022

Hey @JorenZ,
with #124 the artifact client package has been introduced. Unfortunately, goharbor/harbor#13468 is blocking the affected functionality you mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants