Skip to content

feat: add sequence number for replay protection #108

feat: add sequence number for replay protection

feat: add sequence number for replay protection #108

Triggered via pull request October 15, 2024 13:29
Status Skipped
Total duration 3s
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
used `unwrap()` on an `Option` value: crates/cli/src/handler/enclave_start.rs#L287
warning: used `unwrap()` on an `Option` value --> crates/cli/src/handler/enclave_start.rs:287:34 | 287 | let prefix_command = parts.next().unwrap(); | ^^^^^^^^^^^^^^^^^^^^^ | = note: if this value is `None`, it will panic = help: consider using `expect()` to provide a better panic message = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used note: the lint level is defined here --> crates/cli/src/main.rs:7:5 | 7 | clippy::unwrap_used, | ^^^^^^^^^^^^^^^^^^^
used `unwrap()` on an `Option` value: crates/cli/src/handler/enclave_start.rs#L287
warning: used `unwrap()` on an `Option` value --> crates/cli/src/handler/enclave_start.rs:287:34 | 287 | let prefix_command = parts.next().unwrap(); | ^^^^^^^^^^^^^^^^^^^^^ | = note: if this value is `None`, it will panic = help: consider using `expect()` to provide a better panic message = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used note: the lint level is defined here --> crates/cli/src/main.rs:7:5 | 7 | clippy::unwrap_used, | ^^^^^^^^^^^^^^^^^^^