We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f73a98 + f6dac1a commit dc58563Copy full SHA for dc58563
1 file changed
lightning-liquidity/src/lsps5/event.rs
@@ -56,6 +56,9 @@ pub enum LSPS5ServiceEvent {
56
///
57
/// This is the [`webhook URL`] provided by the client during registration.
58
59
+ /// Obviously as the URL provided here is untrusted you should check whether it would
60
+ /// access any internal or private resources and decline to send the request if it is.
61
+ ///
62
/// [`webhook URL`]: super::msgs::LSPS5WebhookUrl
63
url: LSPS5WebhookUrl,
64
/// Notification method with its parameters.
0 commit comments