jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 386 forks source link

`resume-cli export` POSTs resume content to third party #340

Open adparadise opened 5 years ago

adparadise commented 5 years ago

Building your resume is an indicator of job hunting, and job hunting is a sensitive activity when employed.

By default, when building an HTML resume, the resume-cli tool POSTs your resume to http://themes.jsonresume.org/theme/[1]. This is surprising and in work environments with monitored internet access, could tip the hand of job hunters.

As a user of this tool, I would expect there to be no network traffic required to parse your resume.json, validated it and render a template.

[1] https://github.com/jsonresume/resume-cli/blob/8e7a5ee4db74783920c787072902c8bbc95988e5/lib/export-resume/index.js#L70

antialias commented 4 years ago

@rolandnsharp: how about we add an option that makes this "feature" opt-in?

thomasdavis commented 3 years ago

I am looking at how themes are exported, will keep this issue open until further notice.

Nezteb commented 2 years ago

@antialias @rolandnsharp @thomasdavis Any update on this?