vanadium / core

Slimmed down version of Vanadium that is focused on its RPC and security system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v23/security: potential security bug

cosnicolaou opened this issue · comments

v23/security.EndpointAuthorizer currently authorizes an endpoint that has no blessings associated with it. If there are blessings associated with an endpoint then those blessings are validated appropriately. This is a potential security bug since it allows a server which includes no blessings in its endpoint information to masquerade as one that has validated and matching blessings.

Closed by #242