petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

Insecure Storage Of Cache Files in petems/tugboat (master) #271

Closed petems closed 7 years ago

petems commented 7 years ago

Insecure Storage Of Cache Files in petems/tugboat (master)

Issue Details

Issue Decription

RuboCop does not store cache files securely. It stores the cache files in \tmp, where a malicious local user can tamper with cache files belonging to other users.

View more details

attritionorg commented 7 years ago

Base issue for reference: https://github.com/bbatsov/rubocop/issues/4336