XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
149 stars 86 forks source link

Add runtime validation for cryptographic fields across the codebase #767

Closed coderabbitai[bot] closed 2 hours ago

coderabbitai[bot] commented 2 hours ago

As discussed in PR #765, we should consider adding runtime validation to ensure cryptographic fields such as public keys and signatures meet specific format requirements throughout the codebase.

This enhancement would improve security and prevent potential issues due to incorrect formats.

Reference comment: https://github.com/XRPLF/xrpl-py/pull/765#discussion_r1826262277

cc @mvadari

mvadari commented 2 hours ago

Closed in favor of #766.