issues
search
astraly-labs
/
hyperlane_starknet
Starknet implementation of the Hyperlane protocol.
MIT License
35
stars
17
forks
source link
Audit: Store delivery process information before external calls
#71
Closed
JordyRo1
closed
4 months ago
JordyRo1
commented
4 months ago
Actual output
The current implementation calls the
interchain_security_module
before upgrading the Delivery Id, it can lead to multiple message delivered.
Recommendation
Store the delivery id before processing external function to avoid multiple process.
Actual output
interchain_security_module
before upgrading the Delivery Id, it can lead to multiple message delivered.Recommendation