Skip to content

handle errors in crypto mod to prevent panics #12

Description

@borngraced

Several cryptographic functions in crypto mod uses .unwrap() which can cause panics in production, also creates potential denial-of-service vectors and makes the library less robust for use in security-critical applications.

refs: https://github.com/nockbox/iris-rs/blob/main/crates/iris-crypto/src/slip10.rs, https://github.com/nockbox/iris-rs/blob/main/crates/iris-crypto/src/lib.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions