-
Notifications
You must be signed in to change notification settings - Fork 146
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
update dependencies of sample apps to fix security vulnerability #660
update dependencies of sample apps to fix security vulnerability #660
Conversation
Signed-off-by: Johnson Shih <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clearly nice to upgrade, but, are those versions tested ?
And as I just see that our image builds don't use these versions (they use the ones from debian package manager), does it matter at all ?
@johnsonshih which CVE is this for? can you add the issue with |
add the security alerts in PR description |
Signed-off-by: Johnson Shih <[email protected]>
I had updated the build to pick up specified version for dependencies, both sample app tested. |
Signed-off-by: Johnson Shih <[email protected]>
/version patch |
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
What this PR does / why we need it:
Update the version of sample application dependencies to fix security vulnerability.
https://github.com/project-akri/akri/security/dependabot/22
https://github.com/project-akri/akri/security/dependabot/23
https://github.com/project-akri/akri/security/dependabot/41
https://github.com/project-akri/akri/security/dependabot/42
https://github.com/project-akri/akri/security/dependabot/50
https://github.com/project-akri/akri/security/dependabot/51
Special notes for your reviewer:
If applicable:
cargo fmt
)cargo build
)cargo clippy
)cargo test
)cargo doc
)