Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'NoneType' object has no attribute 'append' #17

Open
kanumuruwe45 opened this issue Apr 28, 2021 · 2 comments
Open

'NoneType' object has no attribute 'append' #17

kanumuruwe45 opened this issue Apr 28, 2021 · 2 comments

Comments

@kanumuruwe45
Copy link

kanumuruwe45 commented Apr 28, 2021

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!

@ankushgoel27
Copy link

i am seeing the same error. was this resolved?

@kanumuruwe45
Copy link
Author

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

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

No branches or pull requests

2 participants