Skip to content

Commit

Permalink
Temporarily ignore RUSTSEC-2023-0071 until fix is available (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Nov 28, 2023
1 parent 6735ecb commit d796cca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ jobs:
# The chrono thread safety issue doesn't affect this crate since the crate does not rely
# on the system's local time zone, only UTC. See:
# https://github.com/chronotope/chrono/issues/499#issuecomment-946388161
cargo ${CARGO_LOCKED} audit --ignore RUSTSEC-2020-0159
# FIXME(ramosbugs/openidconnect-rs#140): upgrade `rsa` once fix for RUSTSEC-2023-0071 is
# available.
cargo ${CARGO_LOCKED} audit \
--ignore RUSTSEC-2020-0159 \
--ignore RUSTSEC-2023-0071
- name: Check WASM build
run: cargo ${CARGO_LOCKED} check --target wasm32-unknown-unknown
Expand Down

0 comments on commit d796cca

Please sign in to comment.