Add a task to publish slash reports

This commit is contained in:
Luke Parker
2025-01-12 17:47:48 -05:00
parent 0ce9aad9b2
commit 3cc2abfedc
2 changed files with 95 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ mod p2p {
pub use serai_coordinator_libp2p_p2p::Libp2p;
}
mod serai;
// Use a zeroizing allocator for this entire application
// While secrets should already be zeroized, the presence of secret keys in a networked application
// (at increased risk of OOB reads) justifies the performance hit in case any secrets weren't