gulachek / catui

IPC based application framework
0 stars 0 forks source link

security: need to specify protocol format and not treat as path verbatim #1

Closed gulachek closed 2 years ago

gulachek commented 2 years ago

Implementations can't trust a connecting client that the protocol is in the expected format. We need to validate the format and treat it as a file name (instead of a path by looking at directory children). Impact is obvious

gulachek commented 2 years ago

fixed