rindexer
rindexer copied to clipboard
Database password leak in argument
The database credentials get passed rather than read from the .env in a less leaky manner.
s@myhost:~$ ps ax | grep rindex
67841 pts/3 Sl+ 0:04 rindexer start all
67860 pts/3 Sl+ 0:00 /home/s/.rindexer/resources/rindexer-graphql-linux postgresql://rindexer:[email protected]:5432/rindexer foo_mint_security,foo_foo_btc,foo_foo_network,foo_mint_strategy 3001 1000 10000 false false
68040 pts/5 S+ 0:00 grep --color=auto rindex
ah ok on the graphql side - good spot we will make it read from env over passing it like that as it be nicer