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

2 months 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

2 months 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 about 2 months ago


Status changed to Solved conrmahr about 1 month ago


conrmahr
PROOP

a month ago

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


Status changed to Awaiting Railway Response Railway about 1 month ago


Status changed to Solved brody about 1 month ago


Loading...