SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

Remove UUID from /list response #18

Closed tatelax closed 3 years ago

tatelax commented 3 years ago

This fixes a vulnerability where calling /list was including the UUID of the servers. With a UUID, it is possible to modify any server values to whatever you wish.

This PR removes UUID from the list response.

SoftwareGuy commented 3 years ago

Looks good, merged. 👍