Redis key value gets overwritten once a month with with graphql function losing all my data
conrmahr
PROOP

20 days ago

Hello I have a simple Redis db with 2 keys, one call feeds that is a json object that holds a collection of RSS feeds and metadata. It randomly gets overwritten with a graphql function saved to it as a string.

{"query":"query IntrospectionQuery{__schema{queryType{name} types{name}}}"}

My my web ui svelte app and node runner app do not use graphql. What could be casing this? Bots trying to farm for sensitive data or just bad logic when updating the key from two different apps?

Solved$10 Bounty

1 Replies

Railway
BOT

20 days ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 20 days ago


Status changed to Solved conrmahr 19 days ago


conrmahr
PROOP

19 days ago

Solved. There was an endpoint in the code that wasn't authenticating properly.


Status changed to Awaiting Railway Response Railway 19 days ago


Status changed to Solved brody 19 days ago


Loading...