icdevs / ICEventsWG

WG for developing an Event System(pub/sub) on the Internet Computer
3 stars 3 forks source link

Security Issue: How do we know that a mesage was recieved from a valid broadcaster #63

Closed skilesare closed 2 months ago

skilesare commented 4 months ago

I think we are going to have to initially query the set of active broadcasters. More later but wanted to document the issue.

In some instances, this may be just a broadcaster on your subnet. In others, it may be any canister. We need an end point to retrieve them.

icrc72_get_valid_broadcaster: () -> async vec principal; //let the implementation decide

skilesare commented 2 months ago

Added icrc72_get_valid_broadcaster