ejnnr / web-chess

A web implementation of a chess database program like Scid.
MIT License
7 stars 4 forks source link

Security of includes #27

Closed ejnnr closed 8 years ago

ejnnr commented 8 years ago

If a game/tag is shared with a user (or publicly), the owner's complete model is accessible too using include=owner. Right now this is only the email address but in the future there might be more sensitive information.

Too fix such problems permanently, I propose to authorize every include request using policies.