trentm / jirash

CLI and (light) shell for Jira
Other
79 stars 13 forks source link

".jirash.json" should be created with mode 0600 #25

Closed jclulow closed 4 years ago

jclulow commented 9 years ago

I used the interactive setup for jirash, and it created a file in my home directory:

jclulow@jmcbook ~ $ ls -lh ~/.jirash.json
-rw-r--r--  1 jclulow  staff   153B Jun 18 13:51 /Users/jclulow/.jirash.json

It would be best, seeing as this file contains sensitive information, if it was created with mode 0600.

trentm commented 4 years ago

Hi Josh.

jirash v2 (first released 2017-11-10) was re-written in node.js. This issue is for jirash v1, which is no longer supported so I'm closing this as "won't fix". FWIW jirash v2 dropped the interactive setup of the config file ... for a lazy mention in the readme that one must first create the config file.

jclulow commented 4 years ago

Hey! :D

Makes sense!