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

Replace actions-rs/audit-check with direct cargo audit invocation #92

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

tony-iqlusion
Copy link
Member

Unfortunately we can't pass an --ignore option to cargo-audit via actions-rs/audit-check to ignore the request smuggling vulnerability in tiny_http due to this issue:

actions-rs/audit-check#132

This PR switches to invoking cargo audit directly so we can.

Unfortunately we can't pass an `--ignore` option to cargo-audit via
`actions-rs/audit-check` to ignore the request smuggling vulnerability
in `tiny_http` due to this issue:

actions-rs/audit-check#132

This PR switches to invoking `cargo audit` directly so we can.
@tony-iqlusion tony-iqlusion merged commit f2f1997 into develop Sep 23, 2020
@tony-iqlusion tony-iqlusion deleted the fix-security-audit branch September 23, 2020 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant