tijme / angularjs-csti-scanner

Automated client-side template injection (sandbox escape/bypass) detection for AngularJS v1.x.
MIT License
291 stars 86 forks source link

Docker compatibility using a Dockerfile #9

Closed random-robbie closed 6 years ago

random-robbie commented 6 years ago

Working docker container.

docker build -t acstis .
docker run -it acstis:latest
tijme commented 6 years ago

Hi @random-robbie,

Really awesome to get a pull request from you 😄, thank you for contributing !

I'm not using Docker myself but I checked out the documentation and found a deprecation notice that applies to this pull request.

Maintainer Label https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

I think this should now be LABEL maintainer="txt3rob@gmail.com"

Please correct me if I'm wrong.

random-robbie commented 6 years ago

Hey dude,

Updated it now.

works wonders in docker.

tijme commented 6 years ago

Thanks again for your contribution. I just merged the Docker file to the master branch 😄 .

random-robbie commented 6 years ago

👍 brilliant hopefully it helps others get it up and running.