Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Security issues #3

Open
javier-lopez opened this issue Oct 29, 2016 · 1 comment
Open

Security issues #3

javier-lopez opened this issue Oct 29, 2016 · 1 comment

Comments

@javier-lopez
Copy link
Contributor

I'm not sure to understand what are the security implications of using nigit on the Internet, I could see a problem if the input variables are executed , however what security issues could be exploited from?:

#!/bin/bash
wkhtmltopdf "$URL" page.pdf > /dev/null 2>&1
cat page.pdf

nigit html2pdf.sh

@lukasmartinelli
Copy link
Owner

I'm not sure to understand what are the security implications of using nigit on the Internet, I could see a problem if the input variables are executed , however what security issues could be exploited from?:

I do agree it is a security nightmare. To quote myself.

Be very careful where you use this, it is not intended for production usage in any means due to the security risks.

I use it however in the intranet where I have Docker containers that just expose locally.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants