-
Notifications
You must be signed in to change notification settings - Fork 102
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
Setup cargo audit (or similar) to report dependency CVEs and validate license #3
Comments
I'm happy to add this once there's CI. Is the plan to use GitHub Actions or something else? |
We use Prow. The job config is in https://github.com/istio/test-infra/blob/master/prow/config/jobs/ztunnel.yaml; its already running on the repo. So quick presubmits can be added to For CVEs we probably dont want block PRs so can make that a nightly job. License checking could be a presubmit (assuming its fast?) |
We can use cargo audit (or similar) to automatically notify us of CVEs in our dependencies. The process of handing reports and eventually patching will be shared with the rest of Istio. Rust/library specific CVEs will be included in Istio’s security bulletins. |
@hypernovasunnix is taking care of this, but I can't assign her since she's not a member of the Istio org yet |
OOO - paused |
@keithmattix any update? And we should add @hypernovasunnix via istio/community after she submits 1 pr |
PR incoming, no longer paused. |
PR out for review |
Logic is merge, getting it into prow is in istio/tools#2330 |
For istio#3. This has some TODOs, just getting current state green so we can chip away.
No description provided.
The text was updated successfully, but these errors were encountered: